DBA Data[Home] [Help]

APPS.IGS_AD_GEN_014 dependencies on IGS_GE_GEN_003

Line 326: l_org_id := igs_ge_gen_003.get_org_id;

322:
323:
324: --Now insert the new record
325: --Populate the org id
326: l_org_id := igs_ge_gen_003.get_org_id;
327:
328: IGS_AD_APPL_PKG.insert_row (
329: X_Mode => 'R',
330: X_RowId => lv_rowid,

Line 647: l_org_id := igs_ge_gen_003.get_org_id;

643:
644:
645:
646: -- Insert the record after all validation has been performed
647: l_org_id := igs_ge_gen_003.get_org_id;
648: logDetail('Before Call to Igs_Ad_Ps_Appl_Pkg.Insert_Row',null);
649: OPEN c_prg_exists(p_person_id,p_adm_appl_number,p_nominated_course_cd);
650: FETCH c_prg_exists INTO c_prg_exists_rec;
651:

Line 1235: l_org_id := igs_ge_gen_003.get_org_id;

1231: --------------------------------------------------------------------------
1232: -- Insert an admission program application instance with PENDING outcome
1233: --------------------------------------------------------------------------
1234:
1235: l_org_id := igs_ge_gen_003.get_org_id;
1236:
1237: -----------------------------------------------------------------------------------------
1238: -- Get the Application Status and Entry Qualification Status for the application instance
1239: -----------------------------------------------------------------------------------------