DBA Data[Home] [Help]

APPS.IGS_FI_CHARGES_API_PVT dependencies on IGS_FI_PRC_WAIVERS

Line 2459: igs_fi_prc_waivers.create_waivers( p_n_person_id => p_header_rec.p_person_id,

2455: IF p_header_rec.p_transaction_type NOT IN ('RETENTION', 'REFUND', 'SPONSOR', 'AID_ADJ',
2456: 'PAY_PLAN', 'WAIVER_ADJ', 'ASSESSMENT') THEN
2457:
2458: --Call create waivers routine
2459: igs_fi_prc_waivers.create_waivers( p_n_person_id => p_header_rec.p_person_id,
2460: p_v_fee_type => p_header_rec.p_fee_type,
2461: p_v_fee_cal_type => p_header_rec.p_fee_cal_type,
2462: p_n_fee_ci_seq_number => p_header_rec.p_fee_ci_sequence_number,
2463: p_v_waiver_name => p_header_rec.p_waiver_name,

Line 2493: igs_fi_prc_waivers.create_waivers( p_n_person_id => p_header_rec.p_person_id,

2489: ELSIF (NVL(p_header_rec.p_reverse_flag,'N') = 'Y' AND NVL(l_n_invoice_amount,0) < 0 )THEN
2490: IF p_header_rec.p_transaction_type NOT IN ('RETENTION', 'REFUND', 'SPONSOR', 'AID_ADJ',
2491: 'PAY_PLAN', 'WAIVER_ADJ') THEN
2492: --Call create waivers routine
2493: igs_fi_prc_waivers.create_waivers( p_n_person_id => p_header_rec.p_person_id,
2494: p_v_fee_type => p_header_rec.p_fee_type,
2495: p_v_fee_cal_type => p_header_rec.p_fee_cal_type,
2496: p_n_fee_ci_seq_number => p_header_rec.p_fee_ci_sequence_number,
2497: p_v_waiver_name => p_header_rec.p_waiver_name,