DBA Data[Home] [Help]

APPS.IGS_EN_GEN_015 dependencies on IGS_EN_GEN_001

Line 1747: -- Then call the API IGS_EN_GEN_001.ENRP_CLC_SCA_PASS_CP to get the Credit Points

1743: END IF;
1744:
1745: --
1746: -- If the Achieved Credit Points is passed as NULL
1747: -- Then call the API IGS_EN_GEN_001.ENRP_CLC_SCA_PASS_CP to get the Credit Points
1748: --
1749:
1750: IF l_achieved_cp IS NULL THEN
1751:

Line 1752: l_achieved_cp := igs_en_gen_001.enrp_clc_sca_pass_cp (

1748: --
1749:
1750: IF l_achieved_cp IS NULL THEN
1751:
1752: l_achieved_cp := igs_en_gen_001.enrp_clc_sca_pass_cp (
1753: p_person_id,
1754: p_course_cd,
1755: SYSDATE
1756: );