DBA Data[Home] [Help]

APPS.IGS_AD_INS_ADMPERD dependencies on IGS_GE_GEN_003

Line 35: igs_ge_gen_003.set_org_id(p_org_id);

31: -- Routine to rollover all admission period details from the old
32: -- academic period to a new academic period. This can be restricted
33: -- to an admission category
34: -- block for parameter validation/splitting of parameters
35: igs_ge_gen_003.set_org_id(p_org_id);
36: retcode := 0;
37:
38: begin
39: p_acad_cal_type := ltrim(rtrim(substr(p_academic_period,102,10)));

Line 88: IGS_GE_GEN_003.GENP_INS_LOG(

84: v_alternate_code := p_acad_cal_type;
85: END IF;
86: CLOSE c_ci;
87: -- Insert log for exception recording
88: IGS_GE_GEN_003.GENP_INS_LOG(
89: v_s_log_type,
90: v_alternate_code,
91: v_creation_dt);
92: FOR v_cir_rec IN c_cir(

Line 107: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

103: v_creation_dt,
104: v_message_name,
105: v_return_type) = FALSE) then
106: IF(v_return_type = cst_error) THEN
107: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
108: v_s_log_type,
109: v_creation_dt,
110: 'CI,'||v_cir_rec.cal_type ||','||
111: v_cir_rec.sequence_number||','||

Line 297: IGS_GE_GEN_003.GENP_INS_LOG(

293: CLOSE c_start_end_dt;
294: v_key :=RPAD(p_acad_alternate_code,10) || ' ' ||
295: RPAD(v_adm_calendar,35) || ' ' ||
296: p_new_admission_cat;
297: IGS_GE_GEN_003.GENP_INS_LOG(
298: v_s_log_type,
299: v_key,
300: v_creation_dt);
301: p_s_log_type := v_s_log_type;

Line 310: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

306: FND_NUMBER.NUMBER_TO_CANONICAL(p_adm_ci_sequence_number) ||','|| p_admission_cat ||','||
307: p_s_admission_process_type ||','|| p_course_cd ||','||
308: FND_NUMBER.NUMBER_TO_CANONICAL(p_version_number) ||','|| p_acad_cal_type ||','||
309: FND_NUMBER.NUMBER_TO_CANONICAL(p_sequence_number);
310: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
311: p_s_log_type,
312: p_creation_dt,
313: v_key,
314: v_message_name,

Line 627: IGS_GE_GEN_003.GENP_INS_LOG(

623: TO_CHAR(v_ci_end_dt,'DD/MM/YYYY')||')';
624: END IF;
625: CLOSE c_ci;
626: --Insert an entry into the system log
627: IGS_GE_GEN_003.GENP_INS_LOG(
628: v_s_log_type,
629: (RPAD(p_acad_alternate_code,10)||' '||RPAD(v_adm_calendar,35)),
630: v_creation_dt);
631: ELSE

Line 652: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

648: v_message_name) = FALSE) THEN
649: --Set variable to indicate that at least one admission category
650: --could not be inserted
651: v_acat_not_ins := TRUE;
652: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
653: v_s_log_type,
654: v_creation_dt,
655: ('APAC' ||','||p_adm_cal_type||','||p_new_adm_ci_sequence_number||','
656: ||v_apac1_rec.adm_ci_sequence_number||','||v_apac1_rec.admission_cat),