DBA Data[Home] [Help]

APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on RA_CUST_TRX_TYPES

Line 143: trx_type_id ra_cust_trx_types.cust_trx_type_id%TYPE,

139: tax_rounding_rule hz_cust_accounts.tax_rounding_rule%TYPE,
140: /*-----------------------------------------------------------------------*/
141: /* Release 11 Transaction header data */
142: /*-----------------------------------------------------------------------*/
143: trx_type_id ra_cust_trx_types.cust_trx_type_id%TYPE,
144: ship_from_warehouse_id NUMBER,
145: payment_term_id ra_customer_trx.term_id%TYPE,
146:
147:

Line 569: TYPE trx_type_tbl_type IS TABLE OF ra_cust_trx_types.type%type index by binary_integer;

565:
566:
567: om_tax_info_rec_tbl om_tax_out_tab_type;
568:
569: TYPE trx_type_tbl_type IS TABLE OF ra_cust_trx_types.type%type index by binary_integer;
570: trx_type_tbl trx_type_tbl_type;
571:
572: /*----------------------------------------------------------------------------*
573: | PUBLIC PROCEDURE |