DBA Data[Home] [Help]

APPS.IGS_PS_GEN_001 dependencies on IGS_PS_UNITASS_ITEM_PKG

Line 17: --Nalin Kumar 26-May-2003 Modified the call to the igs_ps_unitass_item_pkg.insert row;

13: -- in the call to igs_ps_usec_cps_pkg.insert_row
14: --jbegum 16-Jun-2003 Bug#2983445 .Obsoleted the column award_title from igs_ps_award table.
15: --smvk 09-Jun-2003 Bug # 2858436. Modified the procedure crsp_ins_crs_ver.
16: --shtatiko 03-JUN-2003 Enh# 2831572, Modified crsp_ins_unit_section and crsp_ins_crs_ver
17: --Nalin Kumar 26-May-2003 Modified the call to the igs_ps_unitass_item_pkg.insert row;
18: -- Passed the correct value to the newly added parameter (x_descroption) of the insert_row;
19: -- This is as per Assessment Item Build. Bug# 2829291;
20: --
21: --sarakshi 24-Apr-2003 Enh#2858431,added procedure change_unit_section_status ,also modified the call to igs_ps_usec_ocur_ref_pkg.insert_row

Line 3411: igs_ps_unitass_item_pkg.insert_row(

3407: l_ci_start_dt DATE;
3408: l_ci_end_dt DATE;
3409: BEGIN
3410: -- Modification of the procedure call is done by DDEY as a part of Bug #2162831
3411: igs_ps_unitass_item_pkg.insert_row(
3412: x_rowid => lv_rowid,
3413: x_unit_section_ass_item_id => l_usec_assitem_id,
3414: x_uoo_id => p_new_uoo_id,
3415: x_ass_id => usec_unitass_rec.ass_id ,