DBA Data[Home] [Help]

APPS.FA_JAPAN_DEP_TAX_SUMMARY_PKG dependencies on FND_LOOKUPS

Line 106: from fnd_lookups

102: l_meaning varchar2(80);
103: begin
104: select meaning
105: into l_meaning
106: from fnd_lookups
107: where lookup_type = l_type
108: and lookup_code = l_code;
109:
110: return (l_meaning);