DBA Data[Home] [Help]

APPS.POR_AME_APPROVAL_LIST dependencies on AME_API6

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

2846: END IF;
2847: end if;
2848:
2849: else
2850: -- otherwise, req is completed... so use ame_api6 to get the stored history w/o rebuilding
2851:
2852: if g_fnd_debug = 'Y' then
2853: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
2854: FND_LOG.string(FND_LOG.level_statement, g_module_prefix || l_api_name, 'Req is COMPLETED: Using ame_api6 - NO REBUILD');

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

2850: -- otherwise, req is completed... so use ame_api6 to get the stored history w/o rebuilding
2851:
2852: if g_fnd_debug = 'Y' then
2853: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
2854: FND_LOG.string(FND_LOG.level_statement, g_module_prefix || l_api_name, 'Req is COMPLETED: Using ame_api6 - NO REBUILD');
2855: END IF;
2856: end if;
2857:
2858: ame_api6.getApprovers(applicationIdIn => applicationId,

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

2854: FND_LOG.string(FND_LOG.level_statement, g_module_prefix || l_api_name, 'Req is COMPLETED: Using ame_api6 - NO REBUILD');
2855: END IF;
2856: end if;
2857:
2858: ame_api6.getApprovers(applicationIdIn => applicationId,
2859: transactionTypeIn => ameTransactionType,
2860: transactionIdIn => pReqHeaderId,
2861: approversOut => approverList);
2862: