DBA Data[Home] [Help]

APPS.AME_ENGINE dependencies on AME_APPROVALS_HISTORY

Line 12295: insert into ame_approvals_history(transaction_id,

12291: forwardee.group_or_chain_id := approver.group_or_chain_id;
12292: end if;
12293: /* Log the status update to the history table. */
12294: if(approverInIndex is null) then
12295: insert into ame_approvals_history(transaction_id,
12296: application_id,
12297: approval_status,
12298: row_timestamp,
12299: item_class,

Line 12376: insert into ame_approvals_history(transaction_id,

12372: exceptionNumberIn => errorCode,
12373: exceptionStringIn => errorMessage);
12374: return;
12375: end if;
12376: insert into ame_approvals_history(transaction_id,
12377: application_id,
12378: approval_status,
12379: row_timestamp,
12380: item_class,