DBA Data[Home] [Help]

APPS.IGS_HE_IMPORT_POPDLHE dependencies on IGS_HE_STDNT_DLHE_PKG

Line 201: igs_he_stdnt_dlhe_pkg.update_row(

197: l_qual_period := l_dlhe_rec.qual_period_code;
198: END IF;
199:
200: -- Update record
201: igs_he_stdnt_dlhe_pkg.update_row(
202: x_rowid => l_dlhe_rec.rowid,
203: x_person_id => l_dlhe_rec.person_id,
204: x_submission_name => l_dlhe_rec.submission_name,
205: x_user_return_subclass => l_dlhe_rec.user_return_subclass ,

Line 311: igs_he_stdnt_dlhe_pkg.insert_row(

307: ELSE
308: l_pt_study := 'N';
309: END IF;
310:
311: igs_he_stdnt_dlhe_pkg.insert_row(
312: x_rowid => l_rowid,
313: x_person_id => l_person_id,
314: x_submission_name => p_submission_name,
315: x_user_return_subclass => l_qual_dets.user_return_subclass,