DBA Data[Home] [Help]

APPS.IGC_CC_OPN_UPD_GET_LNK_PUB dependencies on FND_CURRENCIES_VL

Line 1501: FROM fnd_currencies_vl

1497: -- -------------------------------------------------------------------
1498: BEGIN
1499: SELECT currency_code
1500: INTO l_currency_code
1501: FROM fnd_currencies_vl
1502: WHERE enabled_flag = 'Y'
1503: AND currency_flag = 'Y'
1504: AND SYSDATE BETWEEN NVL(start_date_active, SYSDATE)
1505: AND NVL(end_date_active, SYSDATE)