DBA Data[Home] [Help]

APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on HZ_CUST_ACCOUNTS

Line 98: bill_to_customer_number hz_cust_accounts.account_number%TYPE,

94:
95: customer_trx_id NUMBER,
96:
97: trx_number ra_customer_trx.trx_number%TYPE,
98: bill_to_customer_number hz_cust_accounts.account_number%TYPE,
99: ship_to_customer_number hz_cust_accounts.account_number%TYPE,
100: bill_to_customer_name hz_parties.party_name%TYPE,
101: ship_to_customer_name hz_parties.party_name%TYPE,
102: previous_customer_trx_id ra_customer_trx_lines.previous_customer_trx_id%TYPE,

Line 99: ship_to_customer_number hz_cust_accounts.account_number%TYPE,

95: customer_trx_id NUMBER,
96:
97: trx_number ra_customer_trx.trx_number%TYPE,
98: bill_to_customer_number hz_cust_accounts.account_number%TYPE,
99: ship_to_customer_number hz_cust_accounts.account_number%TYPE,
100: bill_to_customer_name hz_parties.party_name%TYPE,
101: ship_to_customer_name hz_parties.party_name%TYPE,
102: previous_customer_trx_id ra_customer_trx_lines.previous_customer_trx_id%TYPE,
103: previous_trx_number ra_customer_trx.trx_number%TYPE,

Line 118: tax_header_level_flag hz_cust_accounts.tax_header_level_flag%TYPE,

114: trx_currency_code ra_customer_trx.invoice_currency_code%TYPE,
115: trx_exchange_rate ra_customer_trx.exchange_rate%TYPE,
116: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE,
117: precision fnd_currencies.precision%TYPE,
118: tax_header_level_flag hz_cust_accounts.tax_header_level_flag%TYPE,
119: tax_rounding_rule hz_cust_accounts.tax_rounding_rule%TYPE,
120: /*-----------------------------------------------------------------------*/
121: /* Release 11 Transaction header data */
122: /*-----------------------------------------------------------------------*/

Line 119: tax_rounding_rule hz_cust_accounts.tax_rounding_rule%TYPE,

115: trx_exchange_rate ra_customer_trx.exchange_rate%TYPE,
116: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE,
117: precision fnd_currencies.precision%TYPE,
118: tax_header_level_flag hz_cust_accounts.tax_header_level_flag%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,