DBA Data[Home] [Help]

APPS.ZX_TAXWARE_USER_PKG dependencies on RA_SALESREPS

Line 2178: from ra_salesreps

2174: IF arp_poo_add_code_tab(i) is NULL then
2175: BEGIN
2176: select sales_tax_geocode
2177: into arp_poo_add_code_tab(i)
2178: from ra_salesreps
2179: where salesrep_id = g_sales_repid;
2180: IF arp_poo_add_code_tab(i) IS NULL THEN
2181: arp_poo_add_code_tab(i) := arp_tax_view_taxware.USE_SHIP_TO;
2182: ELSE