DBA Data[Home] [Help]

APPS.ICX_CAT dependencies on FND_LOOKUPS

Line 53: from fnd_lookups

49:
50: cursor relations is
51: select lookup_code,
52: meaning
53: from fnd_lookups
54: where lookup_type = 'ICX_RELATIONS'
55: and enabled_flag = 'Y';
56:
57: c_browser varchar2(400) := owa_util.get_cgi_env('HTTP_USER_AGENT');