DBA Data[Home] [Help]

APPS.IGS_EN_GEN_010 dependencies on IGS_AV_STD_ULVLBASIS_PKG

Line 7109: -- Added AV_STND_UNIT_LVL_ID column in IGS_AV_STD_ULVLBASIS_PKG.Insert_Row

7105: --Who When What
7106: --pmarada 27-nov-2001 Added AV_STND_UNIT_ID column in Igs_Av_Stnd_Unit_Pkg.Insert_Row
7107: -- Added AV_STND_UNIT_ID column in Igs_Av_Std_Unt_basis_Pkg.Insert_Row
7108: -- and obsolated some columns
7109: -- Added AV_STND_UNIT_LVL_ID column in IGS_AV_STD_ULVLBASIS_PKG.Insert_Row
7110: -- and obsolated some columns
7111: -- Added AV_STND_UNIT_ID column in Igs_Av_Stnd_alt_unit_Pkg.Insert_Row
7112: -- and obsolated some columns
7113: --rvivekan 10-dec-2002 Obsoleted column credit_percentage as a part of bug#3270446

Line 7115: -- Igs_Av_Stnd_Alt_Unit_Pkg.Insert_Row and Igs_Av_Std_Ulvlbasis_Pkg.Insert_Row

7111: -- Added AV_STND_UNIT_ID column in Igs_Av_Stnd_alt_unit_Pkg.Insert_Row
7112: -- and obsolated some columns
7113: --rvivekan 10-dec-2002 Obsoleted column credit_percentage as a part of bug#3270446
7114: --ptandon 11-Dec-2003 Modified calls to Igs_Av_Std_Unt_Basis_Pkg.Insert_Row,
7115: -- Igs_Av_Stnd_Alt_Unit_Pkg.Insert_Row and Igs_Av_Std_Ulvlbasis_Pkg.Insert_Row
7116: -- to pass new value for Advanced Standing Unit ID as part of Bug# 3271754.
7117: --ptandon 23-Feb-2004 Put the cursor cur_adv_stnd in a cursor FOR LOOP so that transfer records
7118: -- are created in igs_av_adv_standing_all table for all institutions.
7119: -- Also modified the cursors cur_unit_dtls and cur_unit_lvl_dtls to pass

Line 7761: igs_av_std_ulvlbasis_pkg.insert_row (

7757: IF cur_unit_lvl_bas_dtls%FOUND THEN
7758: BEGIN
7759: l_rowid6 := NULL;
7760: -- commented the bellow columns as part of AVCR001- Advanced standing dld obsolated these columns,bug 1960126
7761: igs_av_std_ulvlbasis_pkg.insert_row (
7762: x_mode => 'R',
7763: x_rowid => l_rowid6,
7764: x_av_stnd_unit_lvl_id => rec_unit_lvl_dtls.av_stnd_unit_lvl_id,
7765: x_basis_course_type => rec_unit_lvl_bas_dtls.basis_course_type,