DBA Data[Home] [Help]

APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on HZ_CUST_ACCOUNTS

Line 118: bill_to_customer_number hz_cust_accounts.account_number%TYPE,

114:
115: customer_trx_id NUMBER,
116:
117: trx_number ra_customer_trx.trx_number%TYPE,
118: bill_to_customer_number hz_cust_accounts.account_number%TYPE,
119: ship_to_customer_number hz_cust_accounts.account_number%TYPE,
120: bill_to_customer_name hz_parties.party_name%TYPE,
121: ship_to_customer_name hz_parties.party_name%TYPE,
122: previous_customer_trx_id ra_customer_trx_lines.previous_customer_trx_id%TYPE,

Line 119: ship_to_customer_number hz_cust_accounts.account_number%TYPE,

115: customer_trx_id NUMBER,
116:
117: trx_number ra_customer_trx.trx_number%TYPE,
118: bill_to_customer_number hz_cust_accounts.account_number%TYPE,
119: ship_to_customer_number hz_cust_accounts.account_number%TYPE,
120: bill_to_customer_name hz_parties.party_name%TYPE,
121: ship_to_customer_name hz_parties.party_name%TYPE,
122: previous_customer_trx_id ra_customer_trx_lines.previous_customer_trx_id%TYPE,
123: previous_trx_number ra_customer_trx.trx_number%TYPE,

Line 138: tax_header_level_flag hz_cust_accounts.tax_header_level_flag%TYPE,

134: trx_currency_code ra_customer_trx.invoice_currency_code%TYPE,
135: trx_exchange_rate ra_customer_trx.exchange_rate%TYPE,
136: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE,
137: precision fnd_currencies.precision%TYPE,
138: tax_header_level_flag hz_cust_accounts.tax_header_level_flag%TYPE,
139: tax_rounding_rule hz_cust_accounts.tax_rounding_rule%TYPE,
140: /*-----------------------------------------------------------------------*/
141: /* Release 11 Transaction header data */
142: /*-----------------------------------------------------------------------*/

Line 139: tax_rounding_rule hz_cust_accounts.tax_rounding_rule%TYPE,

135: trx_exchange_rate ra_customer_trx.exchange_rate%TYPE,
136: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE,
137: precision fnd_currencies.precision%TYPE,
138: tax_header_level_flag hz_cust_accounts.tax_header_level_flag%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,