DBA Data[Home] [Help]

APPS.UMX_REG_REQUESTS_PVT dependencies on AME_API2

Line 891: -- Private API that will call the ame_api2.GetNextApprover API

887: -- Function
888: -- getNextApproverPvt
889: --
890: -- Description
891: -- Private API that will call the ame_api2.GetNextApprover API
892: -- IN
893: -- itemtype - A valid item type from (WF_ITEM_TYPES table).
894: -- itemkey - A string generated from the application object's primary key.
895: -- OUT

Line 919: 'Before calling ame_api2.getNextApprovers4 (' ||

915:
916: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
917: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
918: 'fnd.plsql.UMXVRRSB.getNextApproverPvt',
919: 'Before calling ame_api2.getNextApprovers4 (' ||
920: p_ame_application_id || ',' ||
921: p_ame_transaction_type_id || ',' ||
922: p_reg_request_id || ',' ||
923: ame_util.booleanFalse || ')');

Line 926: ame_api2.getNextApprovers4 (

922: p_reg_request_id || ',' ||
923: ame_util.booleanFalse || ')');
924: end if;
925:
926: ame_api2.getNextApprovers4 (
927: applicationIdIn => to_number (p_ame_application_id),
928: transactionTypeIn => p_ame_transaction_type_id,
929: transactionIdIn => p_reg_request_id,
930: flagApproversAsNotifiedIn => ame_util.booleanFalse,

Line 937: 'After calling ame_api2.getNextApprovers4 (' ||

933:
934: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
935: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
936: 'fnd.plsql.UMXVRRSB.getNextApproverPvt',
937: 'After calling ame_api2.getNextApprovers4 (' ||
938: l_approval_complete || ')');
939: end if;
940:
941: if (l_next_approvers.count > 0) then