DBA Data[Home] [Help]

APPS.CZ_LOGIC_GEN dependencies on CZ_FCE_COMPILE

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

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 );
11610:
11611: ELSE
11612:
11613: cz_fce_compile.debug_logic ( inDevlProjectId, thisRunId );

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

11609: cz_fce_compile.compile_logic ( inDevlProjectId, thisRunId );
11610:
11611: ELSE
11612:
11613: cz_fce_compile.debug_logic ( inDevlProjectId, thisRunId );
11614:
11615: END IF;
11616:
11617: ELSE