DBA Data[Home] [Help]

APPS.GMS_FUNDS_CONTROL_PKG dependencies on FND_PROFILE

Line 2662: g_debug := NVL(FND_PROFILE.value('GMS_ENABLE_DEBUG_MODE'), 'N');

2658: -- Main begin
2659: BEGIN
2660:
2661: g_error_procedure_name := 'COPY_GL_PKT_TO_GMS_PKT';
2662: g_debug := NVL(FND_PROFILE.value('GMS_ENABLE_DEBUG_MODE'), 'N');
2663: l_mode := p_mode;
2664:
2665: -- 'A' mode passed for REQ/PO adjustment scenarios .This should be considered as reserve
2666: IF l_mode ='A' THEN

Line 8452: g_debug := NVL(FND_PROFILE.value('GMS_ENABLE_DEBUG_MODE'), 'N');

8448: -------------------------------------------------------------------------------+
8449:
8450: g_error_program_name := 'GMS_FUNDS_CONTROL_PKG';
8451: g_error_procedure_name := 'Gms_fck';
8452: g_debug := NVL(FND_PROFILE.value('GMS_ENABLE_DEBUG_MODE'), 'N');
8453: g_packet_id := x_packetid;
8454: g_mode := x_mode;
8455:
8456: x_err_code := 0;