DBA Data[Home] [Help]

APPS.IGS_AZ_GEN_001 dependencies on IGS_PE_PERS_ENCUMB_PKG

Line 1230: igs_pe_pers_encumb_pkg.insert_row (

1226: CLOSE cur_stu_encumb;
1227: --
1228: IF (lvEncumbranceType IS NULL) THEN
1229: --
1230: igs_pe_pers_encumb_pkg.insert_row (
1231: x_rowid => lvHoldRowID,
1232: x_person_id => std_rec.student_person_id,
1233: x_encumbrance_type => lvcHoldType,
1234: x_start_dt => ldHldStrtDt,

Line 2356: igs_pe_pers_encumb_pkg.update_row (

2352: END LOOP; --effect_rec
2353: --
2354: -- Once all the effects are end dated end date the hold itself.
2355: --
2356: igs_pe_pers_encumb_pkg.update_row (
2357: x_rowid => hold_rec.row_id,
2358: x_person_id => hold_rec.person_id,
2359: x_encumbrance_type => hold_rec.encumbrance_type,
2360: x_start_dt => hold_rec.start_dt,