DBA Data[Home] [Help]

APPS.LNS_FEE_ENGINE dependencies on FND_CURRENCIES

Line 1230: ,fnd_currencies fndc

1226: cursor c_precision (p_loan_id number)
1227: is
1228: SELECT fndc.precision
1229: FROM lns_loan_headers_all lnh
1230: ,fnd_currencies fndc
1231: WHERE lnh.loan_id = p_loan_id
1232: and lnh.loan_currency = fndc.currency_code;
1233:
1234: begin

Line 1966: ,fnd_currencies fndc

1962: cursor c_precision (p_loan_id number)
1963: is
1964: SELECT fndc.precision
1965: FROM lns_loan_headers lnh
1966: ,fnd_currencies fndc
1967: WHERE lnh.loan_id = p_loan_id
1968: and lnh.loan_currency = fndc.currency_code;
1969: begin
1970: