DBA Data[Home] [Help]

APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on RA_CUST_TRX_TYPES

Line 123: trx_type_id ra_cust_trx_types.cust_trx_type_id%TYPE,

119: tax_rounding_rule hz_cust_accounts.tax_rounding_rule%TYPE,
120: /*-----------------------------------------------------------------------*/
121: /* Release 11 Transaction header data */
122: /*-----------------------------------------------------------------------*/
123: trx_type_id ra_cust_trx_types.cust_trx_type_id%TYPE,
124: ship_from_warehouse_id NUMBER,
125: payment_term_id ra_customer_trx.term_id%TYPE,
126:
127:

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

553: (vat_tax_id ar_vat_tax.vat_tax_id%type,
554: extended_amount ra_customer_trx_lines.extended_amount%TYPE,
555: tax_rate ar_vat_tax.tax_rate%TYPE);*/
556:
557: TYPE trx_type_tbl_type IS TABLE OF ra_cust_trx_types.type%type index by binary_integer;
558: trx_type_tbl trx_type_tbl_type;
559:
560: PROCEDURE INITIALIZE_TAX_INFO_REC;
561: