DBA Data[Home] [Help]

APPS.CZ_UI_MGR dependencies on CZ_RULES

Line 202: -----@ element_type : 33,34,700 --- rule_id (cz_rules)

198: -----@This procedure handles the propagation of deleted flag for global entities
199: -----@global entities are global rules, actions, texts that are referred in
200: -----@global templates. The global entities are stored in the table cz_ui_template_elements.
201: -----@The element type in the table cz_ui_template_elements are as follows:
202: -----@ element_type : 33,34,700 --- rule_id (cz_rules)
203: -----@ element_type : 8 --- caption text (cz_localized_texts)
204: -----@ element_type : 522 --- ui action (cz_ui_actions)
205:
206: PROCEDURE Propagate_del_flag_gl_entities

Line 365: UPDATE cz_rules

361: IF (l_element_id_ref.COUNT > 0) THEN
362: FOR I IN l_element_id_ref.FIRST..l_element_id_ref.LAST
363: LOOP
364: IF (l_element_type_ref(i) IN (33,34,700)) THEN
365: UPDATE cz_rules
366: SET deleted_flag = '1'
367: WHERE rule_id = l_element_id_ref(i)
368: AND seeded_flag = '0';
369: ELSIF (l_element_type_ref(i) = 8) THEN