DBA Data[Home] [Help]

APPS.AR_BPA_UTILS_PKG dependencies on FND_LOOKUPS

Line 622: from fnd_lookups

618: where tax_exemption_id = id;
619:
620: cursor tax_type_name_c(code in varchar2) is
621: select meaning
622: from fnd_lookups
623: where lookup_type = 'ZX_TAX_TYPE_CATEGORY'
624: and lookup_code = code;
625:
626: