DBA Data[Home] [Help]

APPS.IGS_EN_GEN_008 dependencies on IGS_GE_GEN_003

Line 1449: IGS_GE_GEN_003.genp_ins_log (cst_pre_enrol,

1445: v_course_cd := NULL ;
1446: v_log_creation_dt := NULL ;
1447:
1448: -- Initialise the log for reporting of IGS_GE_EXCEPTIONS
1449: IGS_GE_GEN_003.genp_ins_log (cst_pre_enrol,
1450: p_course_cd || ',' ||
1451: p_acad_cal_type || ',' ||
1452: TO_CHAR(p_acad_sequence_number) || ',' ||
1453: p_course_type || ',' ||

Line 1689: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

1685: l_load_cal_type,
1686: l_load_seq_num
1687: ) THEN
1688: -- Log entry indicating successful pre-enrolment.
1689: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
1690: cst_pre_enrol,
1691: v_log_creation_dt ,
1692: cst_success || ',' ||
1693: v_acaiv_rec.person_id || ',' ||

Line 1714: igs_ge_gen_003.genp_ins_log_entry(p_s_log_type => cst_pre_enrol,

1710: -- If the log creation date is set then log the HECS error
1711: -- This is if the pre-enrolment is being performed in batch.
1712: FND_MESSAGE.SET_NAME(l_app_short_name,l_message_name);
1713: l_mesg_txt := FND_MESSAGE.GET;
1714: igs_ge_gen_003.genp_ins_log_entry(p_s_log_type => cst_pre_enrol,
1715: p_creation_dt => v_log_creation_dt,
1716: p_key => cst_error||','||TO_CHAR(v_acaiv_rec.person_id)||','||v_acaiv_rec.course_cd,
1717: p_s_message_name => l_message_name,
1718: p_text => l_mesg_txt);

Line 1724: igs_ge_gen_003.genp_ins_log_entry(p_s_log_type => cst_pre_enrol,

1720: ELSE
1721: FND_MESSAGE.SET_NAME('IGS','IGS_GE_UNHANDLED_EXP');
1722: FND_MESSAGE.SET_TOKEN('NAME','IGS_EN_GEN_008.enrp_ins_btch_prenrl');
1723: l_mesg_txt := fnd_message.get;
1724: igs_ge_gen_003.genp_ins_log_entry(p_s_log_type => cst_pre_enrol,
1725: p_creation_dt => v_log_creation_dt,
1726: p_key => cst_error||','||TO_CHAR(v_acaiv_rec.person_id)||','||v_acaiv_rec.course_cd,
1727: p_s_message_name => 'IGS_GE_UNHANDLED_EXP',
1728: p_text => l_mesg_txt);

Line 1887: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

1883: ) THEN
1884: exception_total := exception_total + 1;
1885: ELSE
1886: -- Log entry indicating successful pre-enrolment.
1887: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
1888: cst_pre_enrol,
1889: v_log_creation_dt ,
1890: cst_success || ',' ||
1891: v_sca_rec.person_id || ',' ||

Line 2028: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(

2024: ) THEN
2025: exception_total := exception_total + 1;
2026: ELSE
2027: -- Log entry indicating successful pre-enrolment.
2028: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY(
2029: cst_pre_enrol,
2030: v_log_creation_dt ,
2031: cst_success || ',' ||
2032: v_sca_rec.person_id || ',' ||

Line 2051: igs_ge_gen_003.genp_ins_log_entry(p_s_log_type => cst_pre_enrol,

2047: -- If the log creation date is set then log the HECS error
2048: -- This is if the pre-enrolment is being performed in batch.
2049: FND_MESSAGE.SET_NAME(l_app_short_name,l_message_name);
2050: l_mesg_txt := FND_MESSAGE.GET;
2051: igs_ge_gen_003.genp_ins_log_entry(p_s_log_type => cst_pre_enrol,
2052: p_creation_dt => v_log_creation_dt,
2053: p_key => cst_error||','||TO_CHAR(v_sca_rec.person_id)||','||v_sca_rec.course_cd,
2054: p_s_message_name => l_message_name,
2055: p_text => l_mesg_txt);

Line 2061: igs_ge_gen_003.genp_ins_log_entry(p_s_log_type => cst_pre_enrol,

2057: ELSE
2058: FND_MESSAGE.SET_NAME('IGS','IGS_GE_UNHANDLED_EXP');
2059: FND_MESSAGE.SET_TOKEN('NAME','IGS_EN_GEN_008.enrp_ins_btch_prenrl');
2060: l_mesg_txt := fnd_message.get;
2061: igs_ge_gen_003.genp_ins_log_entry(p_s_log_type => cst_pre_enrol,
2062: p_creation_dt => v_log_creation_dt,
2063: p_key => cst_error||','||TO_CHAR(v_sca_rec.person_id)||','||v_sca_rec.course_cd,
2064: p_s_message_name => 'IGS_GE_UNHANDLED_EXP',
2065: p_text => l_mesg_txt);