DBA Data[Home] [Help]

APPS.IBY_AMOUNT_IN_WORDS dependencies on FND_CURRENCIES

Line 132: FROM fnd_currencies

128: l_Debug_Module VARCHAR2(255):= G_DEBUG_MODULE || l_api_name;
129:
130: CURSOR l_precision_csr (p_currency_code IN VARCHAR2) IS
131: SELECT precision
132: FROM fnd_currencies
133: WHERE currency_code = p_currency_code;
134:
135: begin
136: