DBA Data[Home] [Help]

APPS.HR_MEE_VIEWS_GEN dependencies on FND_CURRENCIES_VL

Line 1950: FROM fnd_currencies_vl cur

1946: lv_fstring VARCHAR2(30);
1947:
1948: CURSOR currency_details IS
1949: SELECT cur.precision
1950: FROM fnd_currencies_vl cur
1951: WHERE cur.currency_code = p_curcode
1952: AND p_effective_date BETWEEN NVL(cur.start_date_active,p_effective_date)
1953: AND NVL(cur.end_date_active,p_effective_date);
1954: