DBA Data[Home] [Help]

APPS.UMX_REG_REQUESTS_PVT dependencies on AME_API2

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

1035: -- Function
1036: -- getNextApproverPvt
1037: --
1038: -- Description
1039: -- Private API that will call the ame_api2.GetNextApprover API
1040: -- IN
1041: -- itemtype - A valid item type from (WF_ITEM_TYPES table).
1042: -- itemkey - A string generated from the application object's primary key.
1043: -- OUT

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

1063:
1064: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
1065: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
1066: 'fnd.plsql.UMXVRRSB.getNextApproverPvt',
1067: 'Before calling ame_api2.getNextApprovers4 (' ||
1068: p_ame_application_id || ',' ||
1069: p_ame_transaction_type_id || ',' ||
1070: p_reg_request_id || ',' ||
1071: ame_util.booleanFalse || ')');

Line 1074: ame_api2.getNextApprovers4 (

1070: p_reg_request_id || ',' ||
1071: ame_util.booleanFalse || ')');
1072: end if;
1073:
1074: ame_api2.getNextApprovers4 (
1075: applicationIdIn => to_number (p_ame_application_id),
1076: transactionTypeIn => p_ame_transaction_type_id,
1077: transactionIdIn => p_reg_request_id,
1078: flagApproversAsNotifiedIn => ame_util.booleanFalse,

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

1081:
1082: if (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
1083: FND_LOG.STRING (FND_LOG.LEVEL_STATEMENT,
1084: 'fnd.plsql.UMXVRRSB.getNextApproverPvt',
1085: 'After calling ame_api2.getNextApprovers4 (' ||
1086: l_approval_complete || ')');
1087: end if;
1088:
1089: if (l_next_approvers.count > 0) then