DBA Data[Home] [Help]

APPS.FND_DICTIONARY_PKG dependencies on FND_LOOKUPS

Line 1691: from fnd_lookups

1687: -- Validate hosted support style
1688: begin
1689: if (x_hosted_support_style <> 'LOCAL') then
1690: select 'X' into dummy
1691: from fnd_lookups
1692: where lookup_type = 'HOSTED_SUPPORT_STYLE'
1693: and lookup_code = x_hosted_support_style;
1694: end if;
1695: exception