DBA Data[Home] [Help]

APPS.GMS_ERROR_PKG dependencies on GMS_LOOKUPS

Line 148: from gms_lookups

144:
145: BEGIN
146: select meaning
147: into l_meaning
148: from gms_lookups
149: where lookup_type =p_lookup_type
150: and lookup_code =p_lookup_code;
151:
152: RETURN l_meaning;