Oracle Assets Deletion API 删除资产API
Deletion API Description
The following table provides the arguments, types, value, and descriptions of the elements of the FA_DELETION_PUB.do_delete procedure, which is the Deletion API procedure.
Each argument has a prefix of P, X, or PX. These prefixes mean the following:
P - indicates an In argument
X - indicates an Out argument
PX - indicates an argument that is both In and Out
示例
Using the Deletion API
The following sample script shows how you can use the Asset Deletion API.
set serveroutput on
declare
l_asset_hdr_rec
FA_API_TYPES.asset_hdr_rec_type;
l_return_status
VARCHAR2(1);
l_mesg_count
number := 0;
l_mesg_len
number;
l_mesg
Deletion API Description
The following table provides the arguments, types, value, and descriptions of the elements of the FA_DELETION_PUB.do_delete procedure, which is the Deletion API procedure.
Each argument has a prefix of P, X, or PX. These prefixes mean the following:
P - indicates an In argument
X - indicates an Out argument
PX - indicates an argument that is both In and Out
示例
Using the Deletion API
The following sample script shows how you can use the Asset Deletion API.
set serveroutput on
declare
