DBA Data[Home] [Help]

APPS.IBY_AMOUNT_IN_WORDS dependencies on FND_CURRENCIES

Line 142: FROM fnd_currencies

138: l_Debug_Module VARCHAR2(255):= G_DEBUG_MODULE || l_api_name;
139:
140: CURSOR l_precision_csr (p_currency_code IN VARCHAR2) IS
141: SELECT precision
142: FROM fnd_currencies
143: WHERE currency_code = p_currency_code;
144:
145: begin
146: