DBA Data[Home] [Help]

APPS.PAY_JP_DBI_PKG dependencies on FND_LANGUAGES

Line 66: from fnd_languages

62: l_installed boolean;
63: --
64: cursor csr is
65: select 'Y'
66: from fnd_languages
67: where language_code = 'JA'
68: and installed_flag in ('B', 'I');
69: begin
70: open csr;