DBA Data[Home] [Help]

APPS.LNS_FEE_ENGINE dependencies on FND_CURRENCIES

Line 1316: ,fnd_currencies fndc

1312: cursor c_precision (p_loan_id number)
1313: is
1314: SELECT fndc.precision
1315: FROM lns_loan_headers_all lnh
1316: ,fnd_currencies fndc
1317: WHERE lnh.loan_id = p_loan_id
1318: and lnh.loan_currency = fndc.currency_code;
1319:
1320: begin

Line 2294: ,fnd_currencies fndc

2290: cursor c_precision (p_loan_id number)
2291: is
2292: SELECT fndc.precision
2293: FROM lns_loan_headers lnh
2294: ,fnd_currencies fndc
2295: WHERE lnh.loan_id = p_loan_id
2296: and lnh.loan_currency = fndc.currency_code;
2297: begin
2298: