DBA Data[Home] [Help]

APPS.PFT_AR_ENGINE_PVT dependencies on FND_LOOKUP_VALUES

Line 5460: from fnd_lookup_values

5456: BEGIN
5457:
5458: select meaning
5459: into l_meaning
5460: from fnd_lookup_values
5461: where lookup_type = p_lookup_type
5462: and lookup_code = p_lookup_code
5463: and view_application_id = 274
5464: and language = userenv('LANG');