DBA Data[Home] [Help]

APPS.AR_BPA_UTILS_PKG dependencies on FND_LOOKUPS

Line 635: from fnd_lookups

631: where tax_exemption_id = id;
632:
633: cursor tax_type_name_c(code in varchar2) is
634: select meaning
635: from fnd_lookups
636: where lookup_type = 'ZX_TAX_TYPE_CATEGORY'
637: and lookup_code = code;
638:
639: