DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_VLD_PVT dependencies on FND_CURRENCIES

Line 2348: /* by looking through the fnd_currencies */

2344: END Valid_operational_status;
2345:
2346: /*---------------------------------------------------------*/
2347: /* This function checks for the currency code */
2348: /* by looking through the fnd_currencies */
2349: /*---------------------------------------------------------*/
2350:
2351: FUNCTION Valid_currency_code
2352: (

Line 2368: FROM fnd_currencies

2364: ELSE
2365: BEGIN
2366: SELECT '1'
2367: INTO l_dummy
2368: FROM fnd_currencies
2369: WHERE currency_code = UPPER(p_currency_code);
2370: l_return_value := TRUE;
2371:
2372: EXCEPTION