DBA Data[Home] [Help]

APPS.CSD_MIGRATE_FROM_115X_PKG2 dependencies on CSD_UPG_ERRORS

Line 115: INSERT INTO CSD_UPG_ERRORS

111:
112: When error_process then
113: ROLLBACK to CSD_REPAIRS;
114: v_error_text := substr(sqlerrm,1,1000)||'Repair Line Id:'||repair_line_id_mig(j);
115: INSERT INTO CSD_UPG_ERRORS
116: (ORIG_SYSTEM_REFERENCE,
117: TARGET_SYSTEM_REFERENCE,
118: ORIG_SYSTEM_REFERENCE_ID,
119: UPGRADE_DATETIME,

Line 212: INSERT INTO csd_upg_errors

208: EXCEPTION
209: WHEN OTHERS THEN
210: v_error_text := substr(SQLERRM,2000);
211: ROLLBACK to REPAIR_TYPES_SAR;
212: INSERT INTO csd_upg_errors
213: (orig_system_reference,
214: target_system_reference,
215: orig_system_reference_id,
216: upgrade_datetime,