DBA Data[Home] [Help]

APPS.AME_API5 dependencies on AME_TEMP_OLD_APPROVER_LISTS

Line 32: update ame_temp_old_approver_lists

28: if chkItemClass%notFound then
29: raise invalidItemClassException;
30: end if;
31: -- update the approval status to null
32: update ame_temp_old_approver_lists
33: set approval_status = null
34: where
35: application_id = ameAppId and
36: transaction_id = transactionIdIn and

Line 108: update ame_temp_old_approver_lists

104: if chkItemClass%notFound then
105: raise invalidItemClassException;
106: end if;
107: -- update the approval status to null
108: update ame_temp_old_approver_lists
109: set approval_status = null
110: where
111: application_id = ameAppId and
112: transaction_id = transactionIdIn and