DBA Data[Home] [Help]

APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_NODES

Line 352: FROM cz_ui_nodes a,

348:
349: --As Functional Companions are not supported in FCE models, Model Conversion should warn on detecting them.
350: --Bug 6489541
351: FOR v_ui IN(SELECT DISTINCT a.ui_def_id
352: FROM cz_ui_nodes a,
353: cz_ui_defs ui
354: WHERE a.deleted_flag = '0'
355: AND ui.deleted_flag = '0'
356: AND a.ui_def_id = ui.ui_def_id