DBA Data[Home] [Help]

APPS.IGS_EN_GEN_004 dependencies on IGS_SS_EN_WRAPPERS

Line 1053: IGS_SS_EN_WRAPPERS.call_fee_ass (

1049: -- to create a TODO record to recalculate the fee when a waitlisted unit
1050: -- is dropped. The unit would contribute towards the CP or fee based on the
1051: -- profile IGS_EN_INCL_WLST_CP
1052: IF c_unit_attempt_rec.unit_attempt_status = 'WAITLISTED' THEN
1053: IGS_SS_EN_WRAPPERS.call_fee_ass (
1054: p_person_id => p_person_id,
1055: p_cal_type => p_cal_type, -- load
1056: p_sequence_number => p_ci_sequence_number, -- load
1057: p_course_cd => c_unit_attempt_rec.course_cd,

Line 1187: IGS_SS_EN_WRAPPERS.call_fee_ass (

1183: X_CORE_INDICATOR_CODE => c_unit_attempt_rec.core_indicator_code
1184: );
1185: END IF;
1186:
1187: IGS_SS_EN_WRAPPERS.call_fee_ass (
1188: p_person_id => p_person_id,
1189: p_cal_type => p_cal_type, -- load
1190: p_sequence_number => p_ci_sequence_number, -- load
1191: p_course_cd => c_unit_attempt_rec.course_cd,