DBA Data[Home] [Help]

APPS.IGC_CC_OPEN_INTERFACE_PKG dependencies on FND_CURRENCIES_VL

Line 3250: FROM fnd_currencies_vl

3246: P_X_Error_Status);
3247: ELSE
3248: BEGIN
3249: SELECT currency_code INTO l_currency_code
3250: FROM fnd_currencies_vl
3251: WHERE enabled_flag = 'Y'
3252: AND currency_flag = 'Y'
3253: AND currency_code = P_Currency_Code;
3254: