DBA Data[Home] [Help]

APPS.CZ_LOGIC_GEN dependencies on CZ_FCE_COMPILE

Line 11690: cz_fce_compile.compile_logic ( inDevlProjectId, thisRunId );

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 );
11691:
11692: ELSE
11693:
11694: cz_fce_compile.debug_logic ( inDevlProjectId, thisRunId );

Line 11694: cz_fce_compile.debug_logic ( inDevlProjectId, thisRunId );

11690: cz_fce_compile.compile_logic ( inDevlProjectId, thisRunId );
11691:
11692: ELSE
11693:
11694: cz_fce_compile.debug_logic ( inDevlProjectId, thisRunId );
11695:
11696: END IF;
11697:
11698: ELSE