DBA Data[Home] [Help]

APPS.IGS_EN_GEN_015 dependencies on IGS_EN_GEN_006

Line 1761: -- Then call IGS_EN_GEN_006.ENRP_GET_SCA_LATT as follows

1757: END IF;
1758:
1759: --
1760: -- If the Attendance Type is passed as NULL
1761: -- Then call IGS_EN_GEN_006.ENRP_GET_SCA_LATT as follows
1762: --
1763:
1764: IF l_attendance_type IS NULL THEN
1765:

Line 1766: -- Changed the call to the procedure from IGS_EN_GEN_006.ENRP_GET_SCA_ATT to

1762: --
1763:
1764: IF l_attendance_type IS NULL THEN
1765:
1766: -- Changed the call to the procedure from IGS_EN_GEN_006.ENRP_GET_SCA_ATT to
1767: -- IGS_EN_GEN_006.ENRP_GET_SCA_LATT. Changes as per bug# 2370100
1768:
1769: l_attendance_type := igs_en_gen_006.enrp_get_sca_latt(
1770: p_person_id,

Line 1767: -- IGS_EN_GEN_006.ENRP_GET_SCA_LATT. Changes as per bug# 2370100

1763:
1764: IF l_attendance_type IS NULL THEN
1765:
1766: -- Changed the call to the procedure from IGS_EN_GEN_006.ENRP_GET_SCA_ATT to
1767: -- IGS_EN_GEN_006.ENRP_GET_SCA_LATT. Changes as per bug# 2370100
1768:
1769: l_attendance_type := igs_en_gen_006.enrp_get_sca_latt(
1770: p_person_id,
1771: p_course_cd,

Line 1769: l_attendance_type := igs_en_gen_006.enrp_get_sca_latt(

1765:
1766: -- Changed the call to the procedure from IGS_EN_GEN_006.ENRP_GET_SCA_ATT to
1767: -- IGS_EN_GEN_006.ENRP_GET_SCA_LATT. Changes as per bug# 2370100
1768:
1769: l_attendance_type := igs_en_gen_006.enrp_get_sca_latt(
1770: p_person_id,
1771: p_course_cd,
1772: p_load_cal_type ,
1773: p_load_ci_seq_num