DBA Data[Home] [Help]

APPS.IGS_PS_GEN_001 dependencies on IGS_PS_AWARD_PKG

Line 48: -- Nalin Kumar 20-Nov-2001 Added 'DEFAULT_IND' parameter to call igs_ps_award_pkg.insert_row.

44: -- tbh IGS_PS_USEC_CPS_PKG Bug# 2224366
45: --smadathi 24-AUG-2001 Bug No. 1956374 .The call to igs_ps_val_cop.genp_val_staff_prsn
46: -- is changed to igs_ad_val_acai.genp_val_staff_prsn
47: --bayadav 19-Nov-2001 Bug no:2115430.Added column acad_perd_unit_set column in insert_orw call to IGS_PAT_OF_STUDY table
48: -- Nalin Kumar 20-Nov-2001 Added 'DEFAULT_IND' parameter to call igs_ps_award_pkg.insert_row.
49: -- The changes are as per the UK Award Aims DLD. Bug ID: 1366899
50: --Nalin Kumar 28-Jan-2002 Modified Procedure 'crsp_ins_crs_ver'
51: -- as pert of the HESA Intregation DLD (ENCR019). Bug# 2201753.
52: --ijeddy, Dec 3, 2003 Grade Book Enh build, bug no 3201661

Line 1338: -- Bug#2983445 Removed the column award_title from call to igs_ps_award_pkg.insert_row.

1334: PROCEDURE crsp_ins_ca_rec (
1335: p_new_course_cd IGS_PS_VER.course_cd%TYPE,
1336: p_new_version_number IGS_PS_VER.version_number%TYPE) AS
1337: BEGIN
1338: -- Bug#2983445 Removed the column award_title from call to igs_ps_award_pkg.insert_row.
1339: -- inserting IGS_PS_AWARD records
1340:
1341: -- Bug#3060693 Modified the call to IGS_PS_AWARD_PKG.INSERT_ROW.
1342: -- Replaced the string 'Y' with gv_ca_rec.default_ind as the parameter being passed to X_DEFAULT_IND

Line 1341: -- Bug#3060693 Modified the call to IGS_PS_AWARD_PKG.INSERT_ROW.

1337: BEGIN
1338: -- Bug#2983445 Removed the column award_title from call to igs_ps_award_pkg.insert_row.
1339: -- inserting IGS_PS_AWARD records
1340:
1341: -- Bug#3060693 Modified the call to IGS_PS_AWARD_PKG.INSERT_ROW.
1342: -- Replaced the string 'Y' with gv_ca_rec.default_ind as the parameter being passed to X_DEFAULT_IND
1343:
1344:
1345: x_rowid := NULL;

Line 1346: IGS_PS_AWARD_PKG.INSERT_ROW(

1342: -- Replaced the string 'Y' with gv_ca_rec.default_ind as the parameter being passed to X_DEFAULT_IND
1343:
1344:
1345: x_rowid := NULL;
1346: IGS_PS_AWARD_PKG.INSERT_ROW(
1347: X_ROWID => x_rowid,
1348: X_COURSE_CD => p_new_course_cd,
1349: X_AWARD_CD => gv_ca_rec.award_cd,
1350: X_VERSION_NUMBER => p_new_version_number,