DBA Data[Home] [Help]

APPS.IGS_AS_GEN_007 dependencies on IGS_AS_UNITASS_ITEM_PKG

Line 15: | igs_as_unitass_item_pkg; igs_ps_unitass_item_pkg

11: +======================================================================+
12: | WHO WHEN WHAT |
13: +======================================================================+
14: | Nalin Kumar 24-May-2003 Modified the call to the igs_as_su_atmpt_itm_pkg;
15: | igs_as_unitass_item_pkg; igs_ps_unitass_item_pkg
16: | Added the references of the newly added columns
17: | in the base tables. This is as per 'Assessment
18: | Item description Build'; Bug# 2829291;
19: | smvk 09-Jul-2004 Bug # 3676145. Modified the cursors c_suaai,

Line 1363: igs_as_unitass_item_pkg.update_row (

1359: IF c_uai_upd%NOTFOUND THEN
1360: CLOSE c_uai_upd;
1361: RAISE NO_DATA_FOUND;
1362: ELSE
1363: igs_as_unitass_item_pkg.update_row (
1364: x_rowid => v_uai_upd_rec.ROWID,
1365: x_unit_ass_item_id => v_uai_upd_rec.unit_ass_item_id,
1366: x_unit_cd => v_uai_upd_rec.unit_cd,
1367: x_version_number => v_uai_upd_rec.version_number,