DBA Data[Home] [Help]

APPS.GMS_FUNDS_CONTROL_PKG dependencies on FND_PROFILE

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

2929: -- Main begin
2930: BEGIN
2931:
2932: g_error_procedure_name := 'COPY_GL_PKT_TO_GMS_PKT';
2933: g_debug := NVL(FND_PROFILE.value('GMS_ENABLE_DEBUG_MODE'), 'N');
2934: l_mode := p_mode;
2935:
2936: -- 'A' mode passed for REQ/PO adjustment scenarios .This should be considered as reserve
2937: IF l_mode ='A' THEN

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

8823: -------------------------------------------------------------------------------+
8824:
8825: g_error_program_name := 'GMS_FUNDS_CONTROL_PKG';
8826: g_error_procedure_name := 'Gms_fck';
8827: g_debug := NVL(FND_PROFILE.value('GMS_ENABLE_DEBUG_MODE'), 'N');
8828: g_packet_id := x_packetid;
8829: g_mode := x_mode;
8830:
8831: x_err_code := 0;