DBA Data[Home] [Help]

APPS.PAY_JP_DBI_PKG dependencies on FND_LANGUAGES

Line 61: from fnd_languages

57: l_installed boolean;
58: --
59: cursor csr is
60: select 'Y'
61: from fnd_languages
62: where language_code = 'JA'
63: and installed_flag in ('B', 'I');
64: begin
65: open csr;