DBA Data[Home] [Help]

APPS.CZ_PB_MGR dependencies on CZ_UI_PROPERTIES

Line 7191: 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);

7187: -- ,'cz_pb_mgr.v_models_to_be_exported_new'
7188: -- ,cz_pb_mgr.v_models_to_be_exported_new
7189: -- );
7190: 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);
7191: 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);
7192: 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);
7193: 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);
7194: delete_from_table('cz_model_ref_expls'
7195: ,'model_ref_expl_id'

Line 7821: FROM cz_ui_properties

7817:
7818: CURSOR ui_properties_cur(prop_ui_def_id NUMBER)
7819: IS
7820: SELECT last_update_date
7821: FROM cz_ui_properties
7822: WHERE cz_ui_properties.ui_def_id = prop_ui_def_id AND cz_ui_properties.deleted_flag = '0'
7823: ORDER BY last_update_date DESC;
7824:
7825: CURSOR ui_node_props_cur(nodeprops_ui_def_id NUMBER)

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

7818: CURSOR ui_properties_cur(prop_ui_def_id NUMBER)
7819: IS
7820: SELECT last_update_date
7821: FROM cz_ui_properties
7822: WHERE cz_ui_properties.ui_def_id = prop_ui_def_id AND cz_ui_properties.deleted_flag = '0'
7823: ORDER BY last_update_date DESC;
7824:
7825: CURSOR ui_node_props_cur(nodeprops_ui_def_id NUMBER)
7826: IS

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

15458: rec_count := 1;
15459: plsql_table_list(rec_count).col_name := 'ui_def_id';
15460: plsql_table_list(rec_count).table_name := 'cz_pb_mgr.v_cz_ui_defs_new_ref';
15461:
15462: ------------insert into cz_ui_properties of target server
15463: IF (cz_pb_mgr.g_log_timing = publication_timing)
15464: THEN
15465: log_timing_message('start insert_into_table cz_ui_properties');
15466: END IF;

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

15461:
15462: ------------insert into cz_ui_properties of target server
15463: IF (cz_pb_mgr.g_log_timing = publication_timing)
15464: THEN
15465: log_timing_message('start insert_into_table cz_ui_properties');
15466: END IF;
15467:
15468: insert_into_table('cz_ui_properties'
15469: ,'ui_def_id'

Line 15468: insert_into_table('cz_ui_properties'

15464: THEN
15465: log_timing_message('start insert_into_table cz_ui_properties');
15466: END IF;
15467:
15468: insert_into_table('cz_ui_properties'
15469: ,'ui_def_id'
15470: ,cz_pb_mgr.v_db_link
15471: ,plsql_table_list
15472: ,'cz_pb_mgr.v_cz_ui_defs_old_ref'

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

15474: );
15475:
15476: IF (cz_pb_mgr.g_log_timing = publication_timing)
15477: THEN
15478: log_timing_message('end insert_into_table cz_ui_properties');
15479: END IF;
15480:
15481: ----------insert ids of cz_ui_nodes
15482: clear_tables('cz_ui_nodes', 'ref', cz_pb_mgr.v_status_code);