DBA Data[Home] [Help]

APPS.AS_ISSUE_UTIL_PVT dependencies on FND_CURRENCIES_VL

Line 588: FROM fnd_currencies_vl

584: x_msg_data OUT VARCHAR2) IS
585:
586: CURSOR C_currency_code_exists (x_currency_code VARCHAR2) IS
587: SELECT 'X'
588: FROM fnd_currencies_vl
589: WHERE currency_code = x_currency_code;
590:
591: l_val VARCHAR2(1);
592: