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 2652: insert into ame_temp_deletions(

2648: ame_engine.getHeaderAttValue2(attributeNameIn => ame_util.allowDeletingOamApprovers);
2649: if(allowDeletingOamApprovers <> ame_util.booleanAttributeTrue) then
2650: raise badDeletionException;
2651: end if;
2652: insert into ame_temp_deletions(
2653: transaction_id,
2654: application_id,
2655: name,
2656: item_class,