DBA Data[Home] [Help]

APPS.IGS_AV_GEN_001 dependencies on IGS_AV_STND_UNIT_LVL_PKG

Line 24: IGS_AV_STND_UNIT_LVL_PKG (Bug# 2233334)

20: kdande 20-Mar-2002 Bug # 2241710. Changed all references of 'IGS_PS_UNIT ' to 'UNIT ' and
21: 'IGS_PS_UNIT LEVEL' to 'UNIT LEVEL'
22: nalkumar 04-Mar-2002 Modified the advp_upd_as_pe_grant procedure to fix the Bug# 2121621
23: prraj 21-Feb-2002 Added column QUAL_DETS_ID to the tbh calls of pkg
24: IGS_AV_STND_UNIT_LVL_PKG (Bug# 2233334)
25: pmarada 27-Nov-2001 Added the AV_STND_UNIT_ID column in igs_av_stnd_unit_pkg and
26: AV_STND_UNIT_LVL_ID column in igs_av_stnd_unit_lvl_pkg.
27: sarakshi 21-SEP-2001 Removes all logic of deleting/updating the units enrollemnts due to advance standing
28: records processing.Also changes the percentage logic as mentioned in the dld Acedemic

Line 26: AV_STND_UNIT_LVL_ID column in igs_av_stnd_unit_lvl_pkg.

22: nalkumar 04-Mar-2002 Modified the advp_upd_as_pe_grant procedure to fix the Bug# 2121621
23: prraj 21-Feb-2002 Added column QUAL_DETS_ID to the tbh calls of pkg
24: IGS_AV_STND_UNIT_LVL_PKG (Bug# 2233334)
25: pmarada 27-Nov-2001 Added the AV_STND_UNIT_ID column in igs_av_stnd_unit_pkg and
26: AV_STND_UNIT_LVL_ID column in igs_av_stnd_unit_lvl_pkg.
27: sarakshi 21-SEP-2001 Removes all logic of deleting/updating the units enrollemnts due to advance standing
28: records processing.Also changes the percentage logic as mentioned in the dld Acedemic
29: Records Maintanence Build(bug no:1960126)
30: knaraset 02-May-03 Modified the function advp_upd_sua_advstnd to pass uoo_id to internal function enrpl_delete_sua_recs

Line 177: igs_av_stnd_unit_lvl_pkg.DELETE_ROW (

173: IF (fnd_log.level_statement >=FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
174: fnd_log.string( fnd_log.level_statement, 'igs.plsql.IGS_AV_GEN_001.advp_del_adv_stnd','Deleted unit level basis'||v_unit_lvl_all.av_stnd_unit_lvl_id);
175: END IF;
176:
177: igs_av_stnd_unit_lvl_pkg.DELETE_ROW (
178: X_ROWID => v_unit_lvl_all.rowid );
179:
180:
181: IF (fnd_log.level_statement >=FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 1152: IGS_AV_STND_UNIT_LVL_PKG.update_row(

1148: /* For the column to be updated, modify the record variable value fetched */
1149: IGS_AV_STND_UNIT_lvl_rec.granted_dt := v_granted_dt;
1150: IGS_AV_STND_UNIT_lvl_rec.s_adv_stnd_granting_status := cst_granted;
1151: /* Call server side TBH package procedure */
1152: IGS_AV_STND_UNIT_LVL_PKG.update_row(
1153: X_Rowid => IGS_AV_STND_UNIT_LVL_rec.rowid,
1154: X_PERSON_ID => IGS_AV_STND_UNIT_LVL_rec.PERSON_ID ,
1155: X_AS_COURSE_CD => IGS_AV_STND_UNIT_LVL_rec.AS_COURSE_CD ,
1156: X_AS_VERSION_NUMBER => IGS_AV_STND_UNIT_LVL_rec.AS_VERSION_NUMBER ,

Line 1865: IGS_AV_STND_UNIT_LVL_PKG.update_row(

1861: BEGIN
1862: FOR v_asul_rec IN c_adv_stnd_unit_level(v_person_rec.person_id) LOOP
1863: -- ****************************************************************************************
1864:
1865: IGS_AV_STND_UNIT_LVL_PKG.update_row(
1866: X_Rowid => v_asul_rec.rowid ,
1867: X_PERSON_ID => v_asul_rec.PERSON_ID ,
1868: X_AS_COURSE_CD => v_asul_rec.AS_COURSE_CD ,
1869: X_AS_VERSION_NUMBER => v_asul_rec.AS_VERSION_NUMBER ,