DBA Data[Home] [Help]

APPS.ICX_TEMPLATE_HEIRARCHY dependencies on FND_LOOKUPS

Line 46: from fnd_lookups

42:
43: cursor relations is
44: select lookup_code,
45: meaning
46: from fnd_lookups
47: where lookup_type = 'ICX_RELATIONS'
48: and enabled_flag = 'Y';
49:
50: c_browser varchar2(400) := owa_util.get_cgi_env('HTTP_USER_AGENT');