DBA Data[Home] [Help]

APPS.CZ_LOGIC_GEN dependencies on FND_PROFILE

Line 11605: l_fusion_debug := NVL ( fnd_profile.value_wnps ('CZ_DEV_FCE_DEBUG_LOGIC'), 'N');

11601: END;
11602:
11603: IF ( l_config_engine_type = 'F') THEN
11604:
11605: l_fusion_debug := NVL ( fnd_profile.value_wnps ('CZ_DEV_FCE_DEBUG_LOGIC'), 'N');
11606:
11607: IF ( l_fusion_debug = 'N' ) THEN
11608:
11609: cz_fce_compile.compile_logic ( inDevlProjectId, thisRunId );