DBA Data[Home] [Help]

APPS.IGS_HE_IMPORT_DATA dependencies on IGS_HE_ST_SPA_ALL_PKG

Line 2400: igs_he_st_spa_all_pkg.update_row (

2396: -- If there is data to be imported into spa record then update student program attempt hesa records
2397: IF l_upd_spa THEN
2398: BEGIN
2399: FOR c_upd_spa_rec IN c_upd_spa( c_pe_det_rec.person_id , c_interface_rec.course_cd) LOOP
2400: igs_he_st_spa_all_pkg.update_row (
2401: X_ROWID => c_upd_spa_rec.rowid ,
2402: X_HESA_ST_SPA_ID => c_upd_spa_rec.hesa_st_spa_id,
2403: X_ORG_ID => c_upd_spa_rec.org_id,
2404: X_PERSON_ID => c_upd_spa_rec.person_id,