DBA Data[Home] [Help]

APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on RA_CUST_TRX_TYPES

Line 153: trx_type_id ra_cust_trx_types.cust_trx_type_id%TYPE,

149: tax_rounding_rule hz_cust_accounts.tax_rounding_rule%TYPE,
150: /*-----------------------------------------------------------------------*/
151: /* Release 11 Transaction header data */
152: /*-----------------------------------------------------------------------*/
153: trx_type_id ra_cust_trx_types.cust_trx_type_id%TYPE,
154: ship_from_warehouse_id NUMBER,
155: payment_term_id ra_customer_trx.term_id%TYPE,
156:
157:

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

575:
576:
577: om_tax_info_rec_tbl om_tax_out_tab_type;
578:
579: TYPE trx_type_tbl_type IS TABLE OF ra_cust_trx_types.type%type index by binary_integer;
580: trx_type_tbl trx_type_tbl_type;
581:
582: /*----------------------------------------------------------------------------*
583: | PUBLIC PROCEDURE |