DBA Data[Home] [Help]

APPS.BIS_REQUESTSET_VIEWHISTORY dependencies on FND_LOOKUPS

Line 24: from fnd_lookups

20:
21: l_meaning varchar2(80);
22: begin
23: select distinct meaning into l_meaning
24: from fnd_lookups
25: where lookup_type=p_type
26: and lookup_code=NVL(p_code, 'N');
27: return l_meaning;
28: exception