DBA Data[Home] [Help]

APPS.BIS_REQUESTSET_VIEWHISTORY dependencies on FND_COMMON_LOOKUPS

Line 42: from fnd_common_lookups

38:
39: l_meaning varchar2(80);
40: begin
41: select distinct meaning into l_meaning
42: from fnd_common_lookups
43: where lookup_type=p_type
44: and lookup_code=NVL(p_code, 'N');
45: return l_meaning;
46: exception