DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on LNS_FEE_ASSIGNMENTS

Line 4385: from lns_fee_assignments

4381: where loan_id = c_loan_id;
4382:
4383: CURSOR do_billing_cur(C_LOAN_ID number) IS
4384: select nvl(count(1),0)
4385: from lns_fee_assignments
4386: where begin_installment_number = 0
4387: and end_installment_number = 0
4388: and end_date_active is null
4389: and billing_option = 'ORIGINATION'