DBA Data[Home] [Help]

APPS.AME_API3 dependencies on AME_TEMP_DELETIONS

Line 267: delete from ame_temp_deletions

263: end if;
264: if appr_rec_params is not null then
265: raise nullApprRecordFieldException;
266: end if;
267: delete from ame_temp_deletions
268: where
269: application_id = ameAppId and
270: transaction_id = transactionIdIn and
271: name = approverIn.name and

Line 344: delete from ame_temp_deletions

340: transactionIdIn => transactionIdIn,
341: transactionTypeIdIn => transactionTypeIn);
342: ameAppId := ame_admin_pkg.getApplicationId(fndAppIdIn => applicationIdIn,
343: transactionTypeIdIn => transactionTypeIn);
344: delete from ame_temp_deletions
345: where
346: application_id = ameAppId and
347: transaction_id = transactionIdIn ;
348: if sql%found then

Line 2314: insert into ame_temp_deletions(

2310: ame_engine.getHeaderAttValue2(attributeNameIn => ame_util.allowDeletingOamApprovers);
2311: if(allowDeletingOamApprovers <> ame_util.booleanAttributeTrue) then
2312: raise badDeletionException;
2313: end if;
2314: insert into ame_temp_deletions(
2315: transaction_id,
2316: application_id,
2317: name,
2318: item_class,