DBA Data[Home] [Help]

APPS.PQH_AME_APPROVALS dependencies on AME_API

Line 121: ame_api.updateApprovalStatus2(

117:
118: -- Status not to be updated to approved for the first time
119: -- when the forward to person is null
120: if ( l_forward_from_person_id is not null) then
121: ame_api.updateApprovalStatus2(
122: applicationIdIn => l_txn_app_id,
123: transactionIdIn => l_transaction_id,
124: transactionTypeIn => l_txn_type,
125: approvalStatusIn => ame_util.approvedStatus,

Line 131: ame_api.getNextApprover(applicationIdIn=> l_txn_app_id,

127: approverUserIdIn => null,
128: forwardeeIn => null);
129: end if;
130:
131: ame_api.getNextApprover(applicationIdIn=> l_txn_app_id,
132: transactionIdIn => l_transaction_id,
133: transactionTypeIn => l_txn_type,
134: nextApproverOut => c_next_approver_rec);
135:

Line 370: ame_api.getNextApprover(applicationIdIn=> l_txn_app_id,

366: ,p_item_key => p_itemKey
367: ,p_txn_type => l_txn_type
368: ,p_txn_app_id => l_txn_app_id );
369:
370: ame_api.getNextApprover(applicationIdIn=> l_txn_app_id,
371: transactionIdIn => l_txn_id,
372: transactionTypeIn => l_txn_type,
373: nextApproverOut => c_next_approver_rec);
374: