DBA Data[Home] [Help]

APPS.CZ_LOGIC_GEN dependencies on FND_PROFILE

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

11682: END;
11683:
11684: IF ( l_config_engine_type = 'F') THEN
11685:
11686: l_fusion_debug := NVL ( fnd_profile.value_wnps ('CZ_DEV_FCE_DEBUG_LOGIC'), 'N');
11687:
11688: IF ( l_fusion_debug = 'N' ) THEN
11689:
11690: cz_fce_compile.compile_logic ( inDevlProjectId, thisRunId );