DBA Data[Home] [Help]

APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on HZ_CUST_ACCOUNTS

Line 128: bill_to_customer_number hz_cust_accounts.account_number%TYPE,

124:
125: customer_trx_id NUMBER,
126:
127: trx_number ra_customer_trx.trx_number%TYPE,
128: bill_to_customer_number hz_cust_accounts.account_number%TYPE,
129: ship_to_customer_number hz_cust_accounts.account_number%TYPE,
130: bill_to_customer_name hz_parties.party_name%TYPE,
131: ship_to_customer_name hz_parties.party_name%TYPE,
132: previous_customer_trx_id ra_customer_trx_lines.previous_customer_trx_id%TYPE,

Line 129: ship_to_customer_number hz_cust_accounts.account_number%TYPE,

125: customer_trx_id NUMBER,
126:
127: trx_number ra_customer_trx.trx_number%TYPE,
128: bill_to_customer_number hz_cust_accounts.account_number%TYPE,
129: ship_to_customer_number hz_cust_accounts.account_number%TYPE,
130: bill_to_customer_name hz_parties.party_name%TYPE,
131: ship_to_customer_name hz_parties.party_name%TYPE,
132: previous_customer_trx_id ra_customer_trx_lines.previous_customer_trx_id%TYPE,
133: previous_trx_number ra_customer_trx.trx_number%TYPE,

Line 148: tax_header_level_flag hz_cust_accounts.tax_header_level_flag%TYPE,

144: trx_currency_code ra_customer_trx.invoice_currency_code%TYPE,
145: trx_exchange_rate ra_customer_trx.exchange_rate%TYPE,
146: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE,
147: precision fnd_currencies.precision%TYPE,
148: tax_header_level_flag hz_cust_accounts.tax_header_level_flag%TYPE,
149: tax_rounding_rule hz_cust_accounts.tax_rounding_rule%TYPE,
150: /*-----------------------------------------------------------------------*/
151: /* Release 11 Transaction header data */
152: /*-----------------------------------------------------------------------*/

Line 149: tax_rounding_rule hz_cust_accounts.tax_rounding_rule%TYPE,

145: trx_exchange_rate ra_customer_trx.exchange_rate%TYPE,
146: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE,
147: precision fnd_currencies.precision%TYPE,
148: tax_header_level_flag hz_cust_accounts.tax_header_level_flag%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,