DBA Data[Home] [Help]

APPS.CZ_PB_MGR dependencies on CZ_UI_PROPERTIES

Line 6479: delete_from_table('cz_ui_properties', 'ui_def_id', v_database_link, 'cz_pb_mgr.v_cz_ui_defs_new_ref', cz_pb_mgr.v_cz_ui_defs_new_ref);

6475: ,'cz_pb_mgr.v_models_to_be_exported_new'
6476: ,cz_pb_mgr.v_models_to_be_exported_new
6477: );
6478: delete_from_table('cz_ui_defs', 'ui_def_id', v_database_link, 'cz_pb_mgr.v_cz_ui_defs_new_ref', cz_pb_mgr.v_cz_ui_defs_new_ref);
6479: delete_from_table('cz_ui_properties', 'ui_def_id', v_database_link, 'cz_pb_mgr.v_cz_ui_defs_new_ref', cz_pb_mgr.v_cz_ui_defs_new_ref);
6480: delete_from_table('cz_ui_nodes', 'ui_node_id', v_database_link, 'cz_pb_mgr.v_cz_ui_nodes_new_ref', cz_pb_mgr.v_cz_ui_nodes_new_ref);
6481: delete_from_table('cz_ui_node_props', 'ui_node_id', v_database_link, 'cz_pb_mgr.v_cz_ui_nodes_new_ref', cz_pb_mgr.v_cz_ui_nodes_new_ref);
6482: delete_from_table('cz_model_ref_expls'
6483: ,'model_ref_expl_id'

Line 7098: FROM cz_ui_properties

7094:
7095: CURSOR ui_properties_cur(prop_ui_def_id NUMBER)
7096: IS
7097: SELECT last_update_date
7098: FROM cz_ui_properties
7099: WHERE cz_ui_properties.ui_def_id = prop_ui_def_id AND cz_ui_properties.deleted_flag = '0'
7100: ORDER BY last_update_date DESC;
7101:
7102: CURSOR ui_node_props_cur(nodeprops_ui_def_id NUMBER)

Line 7099: WHERE cz_ui_properties.ui_def_id = prop_ui_def_id AND cz_ui_properties.deleted_flag = '0'

7095: CURSOR ui_properties_cur(prop_ui_def_id NUMBER)
7096: IS
7097: SELECT last_update_date
7098: FROM cz_ui_properties
7099: WHERE cz_ui_properties.ui_def_id = prop_ui_def_id AND cz_ui_properties.deleted_flag = '0'
7100: ORDER BY last_update_date DESC;
7101:
7102: CURSOR ui_node_props_cur(nodeprops_ui_def_id NUMBER)
7103: IS

Line 14402: ------------insert into cz_ui_properties of target server

14398: rec_count := 1;
14399: plsql_table_list(rec_count).col_name := 'ui_def_id';
14400: plsql_table_list(rec_count).table_name := 'cz_pb_mgr.v_cz_ui_defs_new_ref';
14401:
14402: ------------insert into cz_ui_properties of target server
14403: IF (cz_pb_mgr.g_log_timing = publication_timing)
14404: THEN
14405: log_timing_message('start insert_into_table cz_ui_properties');
14406: END IF;

Line 14405: log_timing_message('start insert_into_table cz_ui_properties');

14401:
14402: ------------insert into cz_ui_properties of target server
14403: IF (cz_pb_mgr.g_log_timing = publication_timing)
14404: THEN
14405: log_timing_message('start insert_into_table cz_ui_properties');
14406: END IF;
14407:
14408: insert_into_table('cz_ui_properties'
14409: ,'ui_def_id'

Line 14408: insert_into_table('cz_ui_properties'

14404: THEN
14405: log_timing_message('start insert_into_table cz_ui_properties');
14406: END IF;
14407:
14408: insert_into_table('cz_ui_properties'
14409: ,'ui_def_id'
14410: ,cz_pb_mgr.v_db_link
14411: ,plsql_table_list
14412: ,'cz_pb_mgr.v_cz_ui_defs_old_ref'

Line 14418: log_timing_message('end insert_into_table cz_ui_properties');

14414: );
14415:
14416: IF (cz_pb_mgr.g_log_timing = publication_timing)
14417: THEN
14418: log_timing_message('end insert_into_table cz_ui_properties');
14419: END IF;
14420:
14421: ----------insert ids of cz_ui_nodes
14422: clear_tables('cz_ui_nodes', 'ref', cz_pb_mgr.v_status_code);