DBA Data[Home] [Help]

APPS.HR_MEE_VIEWS_GEN dependencies on FND_CURRENCIES_VL

Line 1907: FROM fnd_currencies_vl cur

1903: lv_fstring VARCHAR2(30);
1904:
1905: CURSOR currency_details IS
1906: SELECT cur.precision
1907: FROM fnd_currencies_vl cur
1908: WHERE cur.currency_code = p_curcode
1909: AND p_effective_date BETWEEN NVL(cur.start_date_active,p_effective_date)
1910: AND NVL(cur.end_date_active,p_effective_date);
1911: