DBA Data[Home] [Help]

APPS.LNS_FEE_ENGINE dependencies on LNS_DISB_LINES

Line 150: from lns_disb_lines l

146:
147: -- fee basis for TOTAL_DISB_AMT
148: cursor c_totalDisbursed(p_loan_id number) is
149: select sum(l.line_amount)
150: from lns_disb_lines l
151: ,lns_disb_headers h
152: where h.disb_header_id = l.disb_header_id
153: and l.status = 'FULLY_FUNDED'
154: and h.loan_id = p_loan_id;