DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_BILL

Line 762: FROM igs_fi_bill

758: ************************************************************************************************/
759:
760: CURSOR cur_bill(cp_n_person_id igs_fi_parties_v.person_id%TYPE) IS
761: SELECT cut_off_date
762: FROM igs_fi_bill
763: WHERE person_id = cp_n_person_id
764: ORDER BY bill_date DESC;
765:
766: l_cur_bill cur_bill%ROWTYPE;