DBA Data[Home] [Help]

APPS.OZF_OFFER_PUB dependencies on FND_CURRENCIES

Line 1971: FROM fnd_currencies

1967: WHERE fund_id = p_fund_id;
1968:
1969: CURSOR c_currency(p_currency_code IN VARCHAR2) IS
1970: SELECT currency_code
1971: FROM fnd_currencies
1972: WHERE currency_code = p_currency_code
1973: AND enabled_flag='Y';
1974:
1975: BEGIN