DBA Data[Home] [Help]

APPS.IGS_FI_BILL_EXTRACT dependencies on IGS_FI_GEN_005

Line 1093: l_c_rec_installed := igs_fi_gen_005.finp_get_receivables_inst;

1089: END LOOP;
1090:
1091: -- As per Deposits build, Bill should also include the deposit records.
1092: -- Fllowing code will identify and insert deposit records into Bill Deposits Table
1093: l_c_rec_installed := igs_fi_gen_005.finp_get_receivables_inst;
1094:
1095: FOR rec_bill_deposits IN c_bill_deposits ( p_n_person_id, l_c_rec_installed, l_d_start_date, p_d_cutoff_dt )
1096: LOOP
1097: