DBA Data[Home] [Help]

APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_FI_GEN_001

Line 1002: l_b_bool := igs_fi_gen_001.finp_get_lfci_reln(p_cal_type => l_rec_crd.fee_cal_type,

998:
999: l_b_process_credit := TRUE;
1000:
1001: -- Get the load period mapping for the fee period of the Source charge transaction
1002: l_b_bool := igs_fi_gen_001.finp_get_lfci_reln(p_cal_type => l_rec_crd.fee_cal_type,
1003: p_ci_sequence_number => l_rec_crd.fee_ci_sequence_number,
1004: p_cal_category => 'FEE',
1005: p_ret_cal_type => l_v_load_cal_type,
1006: p_ret_ci_sequence_number => l_n_load_ci_seq,

Line 1251: l_b_bool := igs_fi_gen_001.finp_get_lfci_reln(p_cal_type => l_rec_chg.fee_cal_type,

1247: IF l_n_prev_fee_ci_seq IS NULL OR l_n_prev_fee_ci_seq <> l_rec_chg.fee_ci_sequence_number THEN
1248: l_b_prc_chg := TRUE;
1249:
1250: -- Get the load period for the charge fee period
1251: l_b_bool := igs_fi_gen_001.finp_get_lfci_reln(p_cal_type => l_rec_chg.fee_cal_type,
1252: p_ci_sequence_number => l_rec_chg.fee_ci_sequence_number,
1253: p_cal_category => 'FEE',
1254: p_ret_cal_type => l_v_load_cal_type,
1255: p_ret_ci_sequence_number => l_n_load_ci_seq,