DBA Data[Home] [Help]

APPS.CZ_PB_MGR dependencies on CZ_DEVELOPER_UTILS_PVT

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

9356: IF (l_remote_model > 0)
9357: THEN
9358: OPEN l_remote_model_cur FOR 'SELECT devl_project_id,'
9359: || ' '
9360: || 'REPLACE(cz_developer_utils_pvt.get_repository_path'
9361: || cz_pb_mgr.v_db_link
9362: || ' '
9363: || '(devl_project_id, ''PRJ''), ''/'', ''.'')'
9364: || ' '

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

18790: SUBSTR (original_name
18791: || ' (Migrated from '
18792: || v_instance_name
18793: || ':'
18794: || REPLACE(cz_developer_utils_pvt.get_repository_path(p_devl_project_id, 'PRJ'), '/', '.'), 1, 235);
18795: -- Bug 5514199; 12-Sep-2006; kdande; Taking 235 chars only as other characters would be appended at runtime like copy x, rules etc
18796: END IF;
18797:
18798: IF cz_pb_mgr.v_session_parameter=cz_model_migration_pvt.migrate_model AND cz_pb_mgr.v_server_id=0 THEN

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

19100: --------------------------------------------------------------------------------------------
19101:
19102: IF (cz_pb_mgr.v_status_code <> PUBLICATION_ERROR) THEN
19103: IF (cz_pb_mgr.v_session_parameter = cz_model_migration_pvt.migrate_model) THEN
19104: EXECUTE IMMEDIATE 'SELECT REPLACE(cz_developer_utils_pvt.get_repository_path'
19105: || cz_pb_mgr.v_db_link
19106: || '(:1, ''FLD''), ''/'', ''.'') FROM DUAL'
19107: INTO l_tgt_fld_path
19108: USING cz_pb_mgr.g_migration_tgt_folder_id;

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

19361: END IF;
19362: END IF;
19363:
19364: IF (cz_pb_mgr.v_models_to_be_exported(i) = cz_pb_mgr.v_root_model_id) THEN
19365: l_srcroot := REPLACE(cz_developer_utils_pvt.get_repository_path(cz_pb_mgr.v_root_model_id, 'PRJ'), '/', '.');
19366: l_targrootpath := l_tgt_fld_path || '.' || v_rp_entries_name;
19367: END IF;
19368:
19369: v_remote_names_exported(i) := v_rp_entries_name;

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

19385: );
19386: log_pb_errors(l_message, 0, 'cz_pb_mgr.MIGRATEMODEL', -1);
19387: ELSE
19388: --Referenced Model %SRCMODEL was migrated to instance %TARGET as %TARGREPOSPATH when migrating %SRCROOT to %TARGROOTPATH.
19389: l_srcmodel := REPLACE(cz_developer_utils_pvt.get_repository_path(v_models_to_be_exported(i), 'PRJ'), '/', '.');
19390: l_message :=
19391: cz_utils.get_text('CZ_MM_MODEL_EXPORTED'
19392: ,'SRCMODEL'
19393: ,l_srcmodel

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

19410: FOR i IN 1 .. v_models_not_to_be_exported.COUNT
19411: LOOP
19412: --Referenced Model %SRCMODEL is unchanged locally and on instance %TARGET since its prior migration as %TARGREPOSPATH.
19413: --It has been reused in migrating root Model %SRCROOT to %TARGROOTPATH.
19414: l_srcmodel := REPLACE(cz_developer_utils_pvt.get_repository_path(v_models_not_to_be_exported(i), 'PRJ'), '/', '.');
19415: l_message :=
19416: cz_utils.get_text('CZ_MM_MODEL_NOT_EXPORTED'
19417: ,'SRCMODEL'
19418: ,l_srcmodel