DBA Data[Home] [Help]

APPS.POR_AME_APPROVAL_LIST dependencies on AME_API6

Line 1124: FND_LOG.string(FND_LOG.level_statement, g_module_prefix || l_api_name, ' Done with ame_api6.getApprovers...progress='|| l_progress );

1120: l_progress := '001';
1121:
1122: if g_fnd_debug = 'Y' then
1123: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1124: FND_LOG.string(FND_LOG.level_statement, g_module_prefix || l_api_name, ' Done with ame_api6.getApprovers...progress='|| l_progress );
1125: END IF;
1126: end if;
1127:
1128: for i in 1 .. approverList.count loop

Line 1497: ame_api6.getApprovers2( applicationIdIn => applicationId,

1493: approvalProcessCompleteYNOut => l_process_out,
1494: approversOut => approverList
1495: );*/
1496:
1497: ame_api6.getApprovers2( applicationIdIn => applicationId,
1498: transactionTypeIn => ameTransactionType,
1499: transactionIdIn => pReqHeaderId,
1500: approversOut => approverList
1501: );

Line 2920: -- otherwise, req is completed... so use ame_api6 to get the stored history w/o rebuilding

2916: END IF;
2917: end if;
2918:
2919: else
2920: -- otherwise, req is completed... so use ame_api6 to get the stored history w/o rebuilding
2921:
2922: if g_fnd_debug = 'Y' then
2923: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
2924: FND_LOG.string(FND_LOG.level_statement, g_module_prefix || l_api_name, 'Req is COMPLETED: Using ame_api6 - NO REBUILD');

Line 2924: FND_LOG.string(FND_LOG.level_statement, g_module_prefix || l_api_name, 'Req is COMPLETED: Using ame_api6 - NO REBUILD');

2920: -- otherwise, req is completed... so use ame_api6 to get the stored history w/o rebuilding
2921:
2922: if g_fnd_debug = 'Y' then
2923: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
2924: FND_LOG.string(FND_LOG.level_statement, g_module_prefix || l_api_name, 'Req is COMPLETED: Using ame_api6 - NO REBUILD');
2925: END IF;
2926: end if;
2927:
2928: ame_api6.getApprovers(applicationIdIn => applicationId,

Line 2928: ame_api6.getApprovers(applicationIdIn => applicationId,

2924: FND_LOG.string(FND_LOG.level_statement, g_module_prefix || l_api_name, 'Req is COMPLETED: Using ame_api6 - NO REBUILD');
2925: END IF;
2926: end if;
2927:
2928: ame_api6.getApprovers(applicationIdIn => applicationId,
2929: transactionTypeIn => ameTransactionType,
2930: transactionIdIn => pReqHeaderId,
2931: approversOut => approverList);
2932: