DBA Data[Home] [Help]

APPS.CZ_PB_MGR dependencies on CZ_RP_ENTRIES

Line 47: v_rp_folder_id cz_rp_entries.enclosing_folder%TYPE;

43: v_pb_run_id cz_xfr_run_infos.run_id%TYPE;
44: loguser cz_db_logs.loguser%TYPE;
45: v_deep_project_name cz_devl_projects.NAME%TYPE;
46: v_err_message cz_db_logs.MESSAGE%TYPE;
47: v_rp_folder_id cz_rp_entries.enclosing_folder%TYPE;
48: v_rp_name cz_rp_entries.NAME%TYPE;
49: v_rp_desc cz_rp_entries.description%TYPE;
50: v_sql_err_msg cz_db_logs.MESSAGE%TYPE;
51: v_db_link cz_servers.fndnam_link_name%TYPE;

Line 48: v_rp_name cz_rp_entries.NAME%TYPE;

44: loguser cz_db_logs.loguser%TYPE;
45: v_deep_project_name cz_devl_projects.NAME%TYPE;
46: v_err_message cz_db_logs.MESSAGE%TYPE;
47: v_rp_folder_id cz_rp_entries.enclosing_folder%TYPE;
48: v_rp_name cz_rp_entries.NAME%TYPE;
49: v_rp_desc cz_rp_entries.description%TYPE;
50: v_sql_err_msg cz_db_logs.MESSAGE%TYPE;
51: v_db_link cz_servers.fndnam_link_name%TYPE;
52: v_prev_remote_publication_id cz_model_publications.publication_id%TYPE;

Line 49: v_rp_desc cz_rp_entries.description%TYPE;

45: v_deep_project_name cz_devl_projects.NAME%TYPE;
46: v_err_message cz_db_logs.MESSAGE%TYPE;
47: v_rp_folder_id cz_rp_entries.enclosing_folder%TYPE;
48: v_rp_name cz_rp_entries.NAME%TYPE;
49: v_rp_desc cz_rp_entries.description%TYPE;
50: v_sql_err_msg cz_db_logs.MESSAGE%TYPE;
51: v_db_link cz_servers.fndnam_link_name%TYPE;
52: v_prev_remote_publication_id cz_model_publications.publication_id%TYPE;
53: v_new_devl_id cz_devl_projects.devl_project_id%TYPE;

Line 627: v_new_object_id cz_rp_entries.object_id%TYPE;

623: record_commit_size PLS_INTEGER := 500;
624: global_export_retcode PLS_INTEGER := 0;
625: global_process_retcode PLS_INTEGER := 0;
626: publication_timing CONSTANT NUMBER := 0;
627: v_new_object_id cz_rp_entries.object_id%TYPE;
628: model_copy CONSTANT VARCHAR2(20) := 'DEEP_MODEL_COPY';
629: pub_model CONSTANT VARCHAR2(20) := 'PUBLISHMODEL';
630: cz_publish CONSTANT VARCHAR2(30) := 'PUBLISH_NEW_MODEL';
631: cz_republish CONSTANT VARCHAR2(30) := 'REPUBLISH_EXISTING_MODEL';

Line 672: TYPE varchar_tbl_type_3 IS TABLE OF cz_rp_entries.object_type%TYPE

668:
669: TYPE varchar_tbl_type IS TABLE OF VARCHAR2(255)
670: INDEX BY BINARY_INTEGER;
671:
672: TYPE varchar_tbl_type_3 IS TABLE OF cz_rp_entries.object_type%TYPE
673: INDEX BY BINARY_INTEGER;
674:
675: g_source_flag cz_model_publications.source_target_flag%TYPE;
676: g_target_flag cz_model_publications.source_target_flag%TYPE;