DBA Data[Home] [Help]

APPS.AME_ENGINE dependencies on AME_APPROVALS_HISTORY

Line 12789: insert into ame_approvals_history(transaction_id,

12785: forwardee.group_or_chain_id := approver.group_or_chain_id;
12786: end if;
12787: /* Log the status update to the history table. */
12788: if(approverInIndex is null) then
12789: insert into ame_approvals_history(transaction_id,
12790: application_id,
12791: approval_status,
12792: row_timestamp,
12793: item_class,

Line 12870: insert into ame_approvals_history(transaction_id,

12866: exceptionNumberIn => errorCode,
12867: exceptionStringIn => errorMessage);
12868: return;
12869: end if;
12870: insert into ame_approvals_history(transaction_id,
12871: application_id,
12872: approval_status,
12873: row_timestamp,
12874: item_class,