DBA Data[Home] [Help]

APPS.OKL_AM_WF dependencies on AME_TEMP_OLD_APPROVER_LISTS

Line 934: update ame_temp_old_approver_lists

930: itemkey => l_parent_key,
931: aname => 'TRANSACTION_ID');
932:
933: -- ensure the the statuses have been cleared out for reuse.
934: update ame_temp_old_approver_lists
935: set approval_status = null
936: where transaction_id = l_transaction_id;
937:
938: