DBA Data[Home] [Help]

APPS.PA_MASS_ADDITIONS_CREATE_PKG dependencies on FND_PROFILE

Line 338: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);

334: l_current_calling_sequence := P_calling_sequence||'->'||
335: 'Insert_Mass';
336: l_count := 1000;
337:
338: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);
339: G_debug_mode := NVL(G_debug_mode, 'N');
340:
341: write_to_log(FND_LOG.LEVEL_STATEMENT, '10:PA Insert_mass', '*** 10 : ORACLE PROJECTS INSERT MASS PROCESSING ***') ;
342: -- Standrad call to check API compatibility.

Line 996: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);

992: l_current_calling_sequence := P_calling_sequence||'->'||
993: 'Insert_Discounts';
994: l_count := 1000;
995:
996: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);
997: G_debug_mode := NVL(G_debug_mode, 'N');
998:
999: -- Standrad call to check API compatibility.
1000: IF NOT FND_API.Compatible_API_Call( G_api_version,

Line 1459: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);

1455: l_return_status varchar2(1) := fnd_api.G_RET_STS_SUCCESS;
1456:
1457: BEGIN
1458:
1459: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);
1460: G_debug_mode := NVL(G_debug_mode, 'N');
1461:
1462: -- Standrad call to check API compatibility.
1463: IF NOT FND_API.Compatible_API_Call( G_api_version,