DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_PRC_WAIVERS

Line 10652: p_v_string => 'Waiver Processing: calling igs_fi_prc_waivers.create_waivers for '||tbl_fee_type.COUNT||' record(s)');

10648: END LOOP;
10649:
10650: l_v_err_msg := NULL;
10651: log_to_fnd( p_v_module => 'finp_ins_enr_fee_ass',
10652: p_v_string => 'Waiver Processing: calling igs_fi_prc_waivers.create_waivers for '||tbl_fee_type.COUNT||' record(s)');
10653: FOR i IN 1..tbl_fee_type.COUNT
10654: LOOP
10655: -- Invoke Waiver API to calculate waiver, always in ACTUAL mode irrespective of the mode Fee Calc is run in
10656: igs_fi_prc_waivers.create_waivers( p_n_person_id => p_person_id,

Line 10656: igs_fi_prc_waivers.create_waivers( p_n_person_id => p_person_id,

10652: p_v_string => 'Waiver Processing: calling igs_fi_prc_waivers.create_waivers for '||tbl_fee_type.COUNT||' record(s)');
10653: FOR i IN 1..tbl_fee_type.COUNT
10654: LOOP
10655: -- Invoke Waiver API to calculate waiver, always in ACTUAL mode irrespective of the mode Fee Calc is run in
10656: igs_fi_prc_waivers.create_waivers( p_n_person_id => p_person_id,
10657: p_v_fee_type => tbl_fee_type(i),
10658: p_v_fee_cal_type => p_fee_cal_type,
10659: p_n_fee_ci_seq_number => p_fee_ci_sequence_num,
10660: p_v_waiver_name => NULL,