DBA Data[Home] [Help]

APPS.PER_SSL_BUS dependencies on FND_CURRENCIES_VL

Line 1906: from fnd_currencies_vl fcv

1902: l_exists varchar2(1);
1903: --
1904: cursor csr_currency_exists is
1905: select null
1906: from fnd_currencies_vl fcv
1907: where fcv.currency_code = p_currency_code;
1908: --
1909: begin
1910: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 1938: -- in fnd_currencies_vl.

1934: hr_utility.set_location(l_proc, 20);
1935: --
1936: -- If currency_code is not null then
1937: -- Check if the currency_code value exists
1938: -- in fnd_currencies_vl.
1939: --
1940: open csr_currency_exists;
1941: --
1942: fetch csr_currency_exists into l_exists;