DBA Data[Home] [Help]

APPS.IGS_PS_GEN_008 dependencies on IGS_AS_UNITASS_ITEM_PKG

Line 12: -- nalkumar 19-May-2003 Bug# 2829291; Modified the call of IGS_AS_UNITASS_ITEM_PKG.INSERT_ROW;

8: --sarakshi 09-sep-2003 Enh#3052452,removed the local function crspl_ins_sub_unit_rel and its call
9: --vvutukur 05-Aug-2003 Enh#3045069.PSP Enh Build. Modified crspl_ins_unit_off_opt,CRSP_INS_UOP_UOO.
10: --vvutukur 24-May-2003 Enh#2831572.Financial Accounting Build. Modified procedure crsp_ins_unit_ver.
11: --
12: -- nalkumar 19-May-2003 Bug# 2829291; Modified the call of IGS_AS_UNITASS_ITEM_PKG.INSERT_ROW;
13: -- Modifications are as per 'Assessment Item Description' FD;
14: --
15: -- sarakshi 18-Apr-2003 Bug#2910695,modified procedure crspl_ins_unit_off_opt and CRSP_INS_UOP_UOO
16: -- sarakshi 05-Mar-2003 Bug#2768783, modified procedure crsp_ins_uop_uoo and crspl_ins_unit_off_opt,

Line 1638: IGS_AS_UNITASS_ITEM_PKG.INSERT_ROW(

1634: FROM dual;
1635: x_rowid := NULL;
1636: l_unit_ass_item_id := NULL;
1637:
1638: IGS_AS_UNITASS_ITEM_PKG.INSERT_ROW(
1639: X_ROWID => x_rowid,
1640: X_UNIT_CD => p_new_unit_cd,
1641: X_VERSION_NUMBER => p_new_version_number,
1642: X_CAL_TYPE => v_unit_assessment_item_rec.cal_type,

Line 3504: igs_as_unitass_item_pkg.insert_row(

3500: -- Perform insert uai record
3501: x_rowid := NULL;
3502: l_unit_ass_item_id := NULL;
3503:
3504: igs_as_unitass_item_pkg.insert_row(
3505: x_rowid => x_rowid,
3506: x_unit_cd => p_unit_cd,
3507: x_version_number => p_version_number,
3508: x_cal_type => p_cal_type,