DBA Data[Home] [Help]

APPS.IGS_AD_GEN_012 dependencies on IGS_GE_GEN_003

Line 314: igs_ge_gen_003.set_org_id(p_org_id);

310: || (reverse chronological order - newest change first)
311: */
312:
313: retcode := 0;
314: igs_ge_gen_003.set_org_id(p_org_id);
315:
316: -- Get default value for system offer response status LAPSED.
317: v_adm_offer_resp_status := IGS_AD_GEN_009.admp_get_sys_aors(cst_lapsed);
318: -- All admission course applications that are passed their offer response date

Line 656: IGS_GE_GEN_003.genp_ins_log(

652: -- Determine if it is time to process reconsiderations.
653: FOR v_daiv_rec IN c_daiv LOOP
654: IF c_daiv%ROWCOUNT = 1 THEN
655: -- Insert log for exception reporting
656: IGS_GE_GEN_003.genp_ins_log(
657: cst_adm_recon,
658: NULL,
659: v_creation_dt);
660: p_log_creation_dt := v_creation_dt;

Line 917: IGS_GE_GEN_003.genp_ins_log_entry(

913: ELSE
914: v_log_message_name := v_message_name;
915: END IF;
916: -- Insert into log for reporting
917: IGS_GE_GEN_003.genp_ins_log_entry(
918: cst_adm_recon,
919: v_creation_dt,
920: (FND_NUMBER.NUMBER_TO_CANONICAL(v_acaiv_rec.person_id) || ',' ||
921: FND_NUMBER.NUMBER_TO_CANONICAL(v_acaiv_rec.admission_appl_number) || ',' ||

Line 954: IGS_GE_GEN_003.genp_ins_log_entry(

950: EXCEPTION
951: WHEN e_resource_busy_exception THEN
952: v_log_message_name := 'IGS_AD_APPL_CURR_BEING_UPD';
953: -- Insert into log for reporting
954: IGS_GE_GEN_003.genp_ins_log_entry(
955: cst_adm_recon,
956: v_creation_dt,
957: (FND_NUMBER.NUMBER_TO_CANONICAL(v_apapc_rec.person_id) || ',' ||
958: FND_NUMBER.NUMBER_TO_CANONICAL(v_apapc_rec.admission_appl_number) || ',' ||

Line 1071: l_org_id := igs_ge_gen_003.get_org_id;

1067: X_Allow_Stnd_Req_Ind => Rec_IGS_PE_PERS_PREFS.Allow_Stnd_Req_Ind
1068: );
1069:
1070: ELSE
1071: l_org_id := igs_ge_gen_003.get_org_id;
1072: IGS_PE_PERS_PREFS_Pkg.Insert_Row (
1073: X_Mode => 'R',
1074: X_Org_Id => l_org_id,
1075: X_RowId => lv_rowid,

Line 1179: l_org_id := igs_ge_gen_003.get_org_id;

1175: X_Allow_Stnd_Req_Ind => Rec_IGS_PE_PERS_PREFS.Allow_Stnd_Req_Ind
1176: );
1177:
1178: ELSE
1179: l_org_id := igs_ge_gen_003.get_org_id;
1180: IGS_PE_PERS_PREFS_Pkg.Insert_Row (
1181: X_Mode => 'R',
1182: X_org_id => l_org_id,
1183: X_RowId => lv_rowid,