DBA Data[Home] [Help]

APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_APP_INTENT

Line 509: igs_ad_app_intent

505: attribute18 ,
506: attribute19 ,
507: attribute20
508: FROM
509: igs_ad_app_intent
510: WHERE
511: person_id = cp_person_id and
512: admission_appl_number = cp_admission_appl_number;
513:

Line 638: igs_ad_app_intent_pkg.INSERT_ROW(

634:
635: --applicant intent
636: FOR c_appint_rec IN c_appint_cur(p_person_id, p_old_admission_appl_number) LOOP
637: l_last_error := 'IGS_AD_CHILD_APPL_INTENT';
638: igs_ad_app_intent_pkg.INSERT_ROW(
639: X_ROWID => l_rowid,
640: X_APP_INTENT_ID => l_primary_key,
641: X_PERSON_ID => c_appint_rec.person_id,
642: X_ADMISSION_APPL_NUMBER => p_new_admission_appl_number,