DBA Data[Home] [Help]

APPS.CZ_MODEL_CONVERT dependencies on CZ_UI_TEMPLATE_ELEMENTS

Line 390: FROM cz_ui_cont_type_templs c, cz_ui_templates t , cz_signatures s ,cz_intl_texts text , cz_ui_template_elements te ,cz_ui_defs ui

386: 'NodeUnsatisfied' lceprop,
387: 'UserInputRequired' fceprop,
388: te.element_id ,
389: te.element_type
390: FROM cz_ui_cont_type_templs c, cz_ui_templates t , cz_signatures s ,cz_intl_texts text , cz_ui_template_elements te ,cz_ui_defs ui
391: WHERE c.ui_def_id = ui.ui_def_id
392: AND c.template_id = t.template_id
393: AND c.content_type = s.signature_id
394: AND c.deleted_flag = '0'

Line 417: FROM cz_ui_cont_type_templs c, cz_ui_templates t , cz_signatures s ,cz_intl_texts text, cz_ui_template_elements te , cz_ui_defs ui

413: 'Unsatisfied' lceprop,
414: 'UserInputRequired' fceprop,
415: te.element_id ,
416: te.element_type
417: FROM cz_ui_cont_type_templs c, cz_ui_templates t , cz_signatures s ,cz_intl_texts text, cz_ui_template_elements te , cz_ui_defs ui
418: WHERE c.ui_def_id = ui.ui_def_id
419: AND c.template_id = t.template_id
420: AND c.content_type = s.signature_id
421: AND c.deleted_flag = '0'

Line 444: FROM cz_ui_cont_type_templs c, cz_ui_templates t , cz_signatures s ,cz_intl_texts text, cz_ui_template_elements te , cz_ui_defs ui

440: 'SubtreeUnsatisfied' lceprop,
441: 'UserInputRequiredInSubtree' fceprop,
442: te.element_id ,
443: te.element_type
444: FROM cz_ui_cont_type_templs c, cz_ui_templates t , cz_signatures s ,cz_intl_texts text, cz_ui_template_elements te , cz_ui_defs ui
445: WHERE c.ui_def_id = ui.ui_def_id
446: AND c.template_id = t.template_id
447: AND c.content_type = s.signature_id
448: AND c.deleted_flag = '0'

Line 494: cz_ui_templates te ,cz_ui_template_elements tempel

490: cz_rules ru,
491: cz_ui_defs ui ,
492: cz_ui_cont_type_templs ct,
493: cz_ui_defs ui2,
494: cz_ui_templates te ,cz_ui_template_elements tempel
495: WHERE ex.template_id IN(820, 836, 849)
496: AND ex.deleted_flag = '0'
497: AND ex.rule_id = ru.rule_id
498: AND ru.deleted_flag = '0'