DBA Data[Home] [Help]

APPS.IGS_AS_GEN_007 dependencies on IGS_PS_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 1477: igs_ps_unitass_item_pkg.update_row (

1473: IF c_uai_upd_usec%NOTFOUND THEN
1474: CLOSE c_uai_upd_usec;
1475: RAISE NO_DATA_FOUND;
1476: ELSE
1477: igs_ps_unitass_item_pkg.update_row (
1478: x_rowid => v_uai_upd_usec_rec.ROWID,
1479: x_unit_section_ass_item_id => v_uai_upd_usec_rec.unit_section_ass_item_id,
1480: x_uoo_id => v_uai_upd_usec_rec.uoo_id,
1481: x_ass_id => v_uai_upd_usec_rec.ass_id,