DBA Data[Home] [Help]

APPS.IGS_PS_GEN_001 dependencies on IGS_PS_USEC_OCUR_REF_PKG

Line 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

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
22: --jbegum 21-Apr-2003 Enh bug#2833850 added columns preferred_region_code and no_set_day_ind to the call of
23: -- igs_ps_usec_occurs_pkg.insert_row
24: --sarakshi 23-Feb-2003 Enh#2797116,modified cursor gc_coo_rec in crsp_ins_crs_ver procedure.Also modified
25: -- cursor c_coo_new in crsp_ins_coi_rec procedure.

Line 2806: igs_ps_usec_ocur_ref_pkg.insert_row(

2802: DECLARE
2803: lv_rowid VARCHAR2(25);
2804: l_usec_ref_id NUMBER;
2805: BEGIN
2806: igs_ps_usec_ocur_ref_pkg.insert_row(
2807: x_rowid => lv_rowid,
2808: x_unit_sec_occur_reference_id => l_usec_ref_id,
2809: x_unit_section_occurrence_id => l_usec_id,
2810: x_reference_code_type => usec_occurs_refcd_rec.reference_code_type,