DBA Data[Home] [Help]

APPS.LNS_PAYOFF_PUB dependencies on FND_CURRENCIES

Line 1452: from fnd_currencies curr,

1448: l_term_id number;
1449:
1450: CURSOR precision_cur(P_LOAN_ID number) IS
1451: select curr.precision
1452: from fnd_currencies curr,
1453: lns_loan_headers_all loan
1454: where loan.loan_id = P_LOAN_ID and
1455: curr.currency_code = loan.loan_currency;
1456:

Line 2327: from fnd_currencies curr,

2323: l_loan_header_rec LNS_LOAN_HEADER_PUB.loan_header_rec_type; -- to update the loan header
2324:
2325: CURSOR precision_cur(P_LOAN_ID number) IS
2326: select curr.precision
2327: from fnd_currencies curr,
2328: lns_loan_headers_all loan
2329: where loan.loan_id = P_LOAN_ID and
2330: curr.currency_code = loan.loan_currency;
2331: