DBA Data[Home] [Help]

APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_AD_IMP_BATCH_DET

Line 2207: rbezawad 25-Feb-03 Modified w.r.t. Bug 2777247. Added code to insert record into IGS_AD_IMP_BATCH_DET table.

2203: Known limitations,enhancements,remarks:
2204: Change History
2205: Who When What
2206: smaddali bug 2643048 UCFD102 build , modified cursors to add check for system_code
2207: rbezawad 25-Feb-03 Modified w.r.t. Bug 2777247. Added code to insert record into IGS_AD_IMP_BATCH_DET table.
2208: dsridhar 02-JUN-03 Modified the cursor 'c_oc_app_ch' in the procedure 'export_applications' to tune the
2209: performance.Bug No: 2913922
2210: dsridhar 27-OCT-03 Bug No: 2898153. Removed the space from the message name IGS_UC_EXPORT_APP_ERR.
2211: jchakrab 20-feb-06 Modified for 3691186 - changed c_oc_app_ch to a ref cursor to execute different queries based on parameter values

Line 2388: INSERT INTO igs_ad_imp_batch_det ( batch_id,

2384: FETCH c_bat_id
2385: INTO l_imp_batch_id;
2386: CLOSE c_bat_id;
2387:
2388: INSERT INTO igs_ad_imp_batch_det ( batch_id,
2389: batch_desc,
2390: created_by,
2391: creation_date,
2392: last_updated_by,