DBA Data[Home] [Help]

APPS.CZ_PB_MGR dependencies on CZ_DEVELOPER_UTILS_PVT

Line 10116: || 'REPLACE(cz_developer_utils_pvt.get_repository_path'

10112: IF (l_remote_model > 0)
10113: THEN
10114: OPEN l_remote_model_cur FOR 'SELECT devl_project_id,'
10115: || ' '
10116: || 'REPLACE(cz_developer_utils_pvt.get_repository_path'
10117: || cz_pb_mgr.v_db_link
10118: || ' '
10119: || '(devl_project_id, ''PRJ''), ''/'', ''.'')'
10120: || ' '

Line 19931: || REPLACE(cz_developer_utils_pvt.get_repository_path(p_devl_project_id, 'PRJ'), '/', '.'), 1, 235);

19927: SUBSTR (original_name
19928: || ' (Migrated from '
19929: || v_instance_name
19930: || ':'
19931: || REPLACE(cz_developer_utils_pvt.get_repository_path(p_devl_project_id, 'PRJ'), '/', '.'), 1, 235);
19932: -- Bug 5514199; 12-Sep-2006; kdande; Taking 235 chars only as other characters would be appended at runtime like copy x, rules etc
19933: END IF;
19934:
19935: IF cz_pb_mgr.v_session_parameter=cz_model_migration_pvt.migrate_model AND cz_pb_mgr.v_server_id=0 THEN

Line 20289: EXECUTE IMMEDIATE 'SELECT REPLACE(cz_developer_utils_pvt.get_repository_path'

20285: --------------------------------------------------------------------------------------------
20286:
20287: IF (cz_pb_mgr.v_status_code <> PUBLICATION_ERROR) THEN
20288: IF (cz_pb_mgr.v_session_parameter = cz_model_migration_pvt.migrate_model) THEN
20289: EXECUTE IMMEDIATE 'SELECT REPLACE(cz_developer_utils_pvt.get_repository_path'
20290: || cz_pb_mgr.v_db_link
20291: || '(:1, ''FLD''), ''/'', ''.'') FROM DUAL'
20292: INTO l_tgt_fld_path
20293: USING cz_pb_mgr.g_migration_tgt_folder_id;

Line 20559: l_srcroot := REPLACE(cz_developer_utils_pvt.get_repository_path(cz_pb_mgr.v_root_model_id, 'PRJ'), '/', '.');

20555: END IF;
20556: END IF;
20557:
20558: IF (cz_pb_mgr.v_models_to_be_exported(i) = cz_pb_mgr.v_root_model_id) THEN
20559: l_srcroot := REPLACE(cz_developer_utils_pvt.get_repository_path(cz_pb_mgr.v_root_model_id, 'PRJ'), '/', '.');
20560: l_targrootpath := l_tgt_fld_path || '.' || v_rp_entries_name;
20561: END IF;
20562:
20563: v_remote_names_exported(i) := v_rp_entries_name;

Line 20583: l_srcmodel := REPLACE(cz_developer_utils_pvt.get_repository_path(v_models_to_be_exported(i), 'PRJ'), '/', '.');

20579: );
20580: log_pb_errors(l_message, 0, 'cz_pb_mgr.MIGRATEMODEL', -1);
20581: ELSE
20582: --Referenced Model %SRCMODEL was migrated to instance %TARGET as %TARGREPOSPATH when migrating %SRCROOT to %TARGROOTPATH.
20583: l_srcmodel := REPLACE(cz_developer_utils_pvt.get_repository_path(v_models_to_be_exported(i), 'PRJ'), '/', '.');
20584: l_message :=
20585: cz_utils.get_text('CZ_MM_MODEL_EXPORTED'
20586: ,'SRCMODEL'
20587: ,l_srcmodel

Line 20608: l_srcmodel := REPLACE(cz_developer_utils_pvt.get_repository_path(v_models_not_to_be_exported(i), 'PRJ'), '/', '.');

20604: FOR i IN 1 .. v_models_not_to_be_exported.COUNT
20605: LOOP
20606: --Referenced Model %SRCMODEL is unchanged locally and on instance %TARGET since its prior migration as %TARGREPOSPATH.
20607: --It has been reused in migrating root Model %SRCROOT to %TARGROOTPATH.
20608: l_srcmodel := REPLACE(cz_developer_utils_pvt.get_repository_path(v_models_not_to_be_exported(i), 'PRJ'), '/', '.');
20609: l_message :=
20610: cz_utils.get_text('CZ_MM_MODEL_NOT_EXPORTED'
20611: ,'SRCMODEL'
20612: ,l_srcmodel