DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_PROGRAM dependencies on IGS_EN_VAL_PIG

Line 1906: l_prsid_min_cp := igs_en_val_pig.enrf_get_pig_cp(p_person_id,'MIN_CP',l_message);

1902: ELSE
1903:
1904: --If the Restricted Enrollment Credit Point is not defined in Progression then check the Minimum CP then
1905: --check at person id group level.
1906: l_prsid_min_cp := igs_en_val_pig.enrf_get_pig_cp(p_person_id,'MIN_CP',l_message);
1907: IF l_message IS NOT NULL THEN
1908: --If a person belongs to more than one person grop and
1909: --Override steps were defined at more than one person id group level.
1910: p_message := l_message ;

Line 2078: l_prsid_max_cp := igs_en_val_pig.enrf_get_pig_cp(p_person_id,'MAX_CP',l_message);

2074: ELSE
2075:
2076: --If the Restricted Enrollment Credit Point is not defined in Progression then check the Maximum CP then
2077: --check at person id group level.
2078: l_prsid_max_cp := igs_en_val_pig.enrf_get_pig_cp(p_person_id,'MAX_CP',l_message);
2079:
2080: IF l_message IS NOT NULL THEN
2081:
2082: --If a person belongs to more than one person grop and Override steps were defined at more than one person id group level.