DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on LNS_FEE_ASSIGNMENTS

Line 5372: from lns_fee_assignments

5368: where loan_id = c_loan_id;
5369:
5370: CURSOR do_billing_cur(C_LOAN_ID number) IS
5371: select nvl(count(1),0)
5372: from lns_fee_assignments
5373: where begin_installment_number = 0
5374: and end_installment_number = 0
5375: and end_date_active is null
5376: and billing_option = 'ORIGINATION'