DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on RA_CUSTOMER_TRX_ALL

Line 27: TYPE table_id_type IS TABLE OF ra_customer_trx_all.customer_trx_id%TYPE

23:
24: /*--------------------------------------------------------+
25: | Table records for record and replace tax accounts |
26: +--------------------------------------------------------*/
27: TYPE table_id_type IS TABLE OF ra_customer_trx_all.customer_trx_id%TYPE
28: INDEX BY BINARY_INTEGER;
29: TYPE amount_type IS TABLE OF ra_cust_trx_line_gl_dist_all.amount%TYPE
30: INDEX BY BINARY_INTEGER;
31: TYPE regime_type IS TABLE OF zx_lines.tax_regime_code%TYPE