DBA Data[Home] [Help]

APPS.IGS_EN_GEN_005 dependencies on IGS_GE_GEN_003

Line 289: IGS_GE_GEN_003.genp_ins_log_entry(cst_pre_enrol,

285: v_acad_cal_type = v_sua_rec.parent_cal_type AND
286: v_acad_sequence_number = v_sua_rec.parent_sequence_number THEN
287: IF p_log_creation_dt IS NOT NULL THEN
288: -- If all warnings are logged then write the exception
289: IGS_GE_GEN_003.genp_ins_log_entry(cst_pre_enrol,
290: p_log_creation_dt,
291: cst_minor || ','
292: || p_person_id ||','
293: || p_course_cd,

Line 315: IGS_GE_GEN_003.genp_ins_log_entry(cst_pre_enrol,

311: IF (c_asul%FOUND) THEN
312: IF p_log_creation_dt IS NOT NULL THEN
313: CLOSE c_asul;
314: -- If all warnings are logged then write the exception
315: IGS_GE_GEN_003.genp_ins_log_entry(cst_pre_enrol,
316: p_log_creation_dt,
317: cst_minor || ','
318: || p_person_id ||','
319: || p_course_cd,

Line 346: IGS_GE_GEN_003.genp_ins_log_entry(cst_pre_enrol,

342: v_teach_cal_type,
343: v_teach_sequence_number,
344: v_message_name) = FALSE THEN
345: IF p_log_creation_dt IS NOT NULL THEN
346: IGS_GE_GEN_003.genp_ins_log_entry(cst_pre_enrol,
347: p_log_creation_dt,
348: cst_minor ||','
349: || p_person_id ||','
350: || p_course_cd,

Line 371: IGS_GE_GEN_003.genp_ins_log_entry(cst_pre_enrol,

367: IF (c_pur_pee%FOUND) THEN
368: IF p_log_creation_dt IS NOT NULL THEN
369: CLOSE c_pur_pee;
370: -- If all warnings are logged then write the exception
371: IGS_GE_GEN_003.genp_ins_log_entry(cst_pre_enrol,
372: p_log_creation_dt,
373: cst_minor ||','
374: || p_person_id ||','
375: || p_course_cd,

Line 401: IGS_GE_GEN_003.genp_ins_log_entry(cst_pre_enrol,

397: IF (c_sua%NOTFOUND) THEN
398: IF p_log_creation_dt IS NOT NULL THEN
399: CLOSE c_sua;
400: -- If all warnings are logged then write the exception
401: IGS_GE_GEN_003.genp_ins_log_entry(cst_pre_enrol,
402: p_log_creation_dt,
403: cst_minor || ','
404: || p_person_id ||','
405: || p_course_cd,