DBA Data[Home] [Help]

APPS.AP_XML_TAX_DERIVATION_PKG dependencies on AP_TAX_DERIVATIONS

Line 43: from ap_tax_derivations

39: cursor tax_code(p_country in VARCHAR2,
40: p_state in VARCHAR2,
41: p_vendor_id in NUMBER) is
42: select tax_code
43: from ap_tax_derivations
44: where receiving_country = p_country
45: and receiving_state = p_state
46: and vendor_id = p_vendor_id;
47: