Search Results trx_line_dist_id
Overview
APPS.AP_ZX_DEF_TAX_EXTRACT_V is a public synonym view in the Oracle E-Business Suite Payables (AP) schema that exposes deferred tax extraction data for use by the E-Business Tax (ZX) engine. It is a thin projection layer defined over the underlying view ZX_AP_DEF_TAX_EXTRACT_V, renaming each column with an "AID_" prefix so that the columns are uniquely identified within the Oracle E-Business Tax extraction interfaces. The view is part of the ZX extraction architecture that feeds tax distribution and settlement processing, and it is typically consumed by Payables tax extraction programs, reporting queries, and EBS Tax integrations rather than by end users directly.
The view is documented in ETRM 12.2.2 and is also present in 12.1.1. Because it is a pass-through view, it inherits all row-level security and data derivation logic from its base view, including the filters and joins applied within ZX_AP_DEF_TAX_EXTRACT_V.
Underlying Base Objects
The documented base object is a single view: ZX_AP_DEF_TAX_EXTRACT_V (VIEW), owned by the ZX/APPS layer. AP_ZX_DEF_TAX_EXTRACT_V performs no joins or filters; its SELECT list simply re-aliases every column from the base view. The purpose of the alias prefix is to distinguish physical extraction columns (which may surface under generic names such as TAX_LINE_ID or TRX_LINE_DIST_ID) from the identifiers used by the extraction consumer, avoiding collisions when multiple source views are combined.
The underlying ZX_AP_DEF_TAX_EXTRACT_V is the operative object that derives deferred tax extraction rows for Payables transactions, including recoverable and non-recoverable tax distribution identifiers and the associated account and ledger context. Any change to the base view's definition propagates immediately to this wrapper view.
Key Columns
- AID_REC_NREC_TAX_DIST_ID — maps to REC_NREC_TAX_DIST_ID; the recoverable/non-recoverable tax distribution identifier.
- AID_SUMMARY_TAX_LINE_ID — maps to SUMMARY_TAX_LINE_ID; the summarized tax line identifier.
- AID_TAX_LINE_ID — maps to TAX_LINE_ID; the tax line identifier.
- AID_TRX_LINE_DIST_ID — maps to TRX_LINE_DIST_ID; the transaction line distribution identifier. This is the column most frequently searched by users, because it links deferred tax extraction rows back to AP invoice distribution lines.
- AID_RECOVERABLE_FLAG — maps to RECOVERABLE_FLAG; indicates whether the tax is recoverable.
- AID_DEF_REC_SETTLE_OPTION_CODE — maps to DEF_REC_SETTLEMENT_OPTION_CODE; the deferred recoverability settlement option code.
- AID_TAX_ACCOUNT_CCID — maps to TAX_ACCOUNT_CCID; the tax account code combination identifier.
- AID_ORG_ID — maps to ORG_ID; the operating unit identifier.
- AID_LEDGER_ID — maps to LEDGER_ID; the ledger identifier.
Common Use Cases and Queries
A frequent scenario is locating deferred tax extraction rows for a specific AP invoice distribution, which is accomplished by joining on TRX_LINE_DIST_ID (exposed as AID_TRX_LINE_DIST_ID).
SELECT aid_trx_line_dist_id,
aid_tax_line_id,
aid_summary_tax_line_id,
aid_recoverable_flag,
aid_def_rec_settle_option_code,
aid_tax_account_ccid,
aid_org_id,
aid_ledger_id
FROM apps.ap_zx_def_tax_extract_v
WHERE aid_trx_line_dist_id = :trx_line_dist_id;
Another common pattern is reconciling recoverable versus non-recoverable deferred tax amounts by operating unit and ledger:
SELECT aid_org_id,
aid_ledger_id,
aid_recoverable_flag,
COUNT(*) row_count
FROM apps.ap_zx_def_tax_extract_v
GROUP BY aid_org_id, aid_ledger_id, aid_recoverable_flag;
Because the view is a direct projection of ZX_AP_DEF_TAX_EXTRACT_V, queries against it can also be issued against the base view if the caller expects unprefixed column names. The wrapper view is preferred in extraction and integration code where column naming collisions are possible. Appropriate grants and synonyms must exist for the calling schema, as access is controlled at the APPS layer.
-
VIEW: APPS.AP_ZX_DEF_TAX_EXTRACT_V
12.2.2
-
VIEW: APPS.AP_PREPAY_DEF_TAX_EXTRACT_V
12.1.1
-
APPS.ZX_TRD_INTERNAL_SERVICES_PVT SQL Statements
12.1.1
-
TABLE: ZX.ZX_ERRORS_GT
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_ERRORS_GT, object_name:ZX_ERRORS_GT, status:VALID,
-
VIEW: APPS.ZX_AP_DEF_TAX_EXTRACT_V
12.2.2
-
VIEW: APPS.AP_PREPAY_DEF_TAX_EXTRACT_V
12.2.2
-
TABLE: ZX.ZX_ERRORS_GT
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_ERRORS_GT, object_name:ZX_ERRORS_GT, status:VALID,
-
APPS.ZX_NEW_SERVICES_PKG SQL Statements
12.1.1
-
VIEW: APPS.ZX_AP_DEF_TAX_EXTRACT_V
12.1.1
-
VIEW: APPS.ZX_AP_DEF_TAX_EXTRACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_AP_DEF_TAX_EXTRACT_V, object_name:ZX_AP_DEF_TAX_EXTRACT_V, status:VALID,
-
VIEW: APPS.ZX_AP_DEF_TAX_EXTRACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_AP_DEF_TAX_EXTRACT_V, object_name:ZX_AP_DEF_TAX_EXTRACT_V, status:VALID,
-
APPS.ZX_TRD_INTERNAL_SERVICES_PVT SQL Statements
12.2.2
-
VIEW: ZX.ZX_SIM_TRX_DISTS#
12.2.2
-
Table: ZX_SIM_TRX_DISTS
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_SIM_TRX_DISTS, object_name:ZX_SIM_TRX_DISTS, status:VALID, product: ZX - E-Business Tax , description: This table stores item distribution information for transactions created through tax simulator. , implementation_dba_data: ZX.ZX_SIM_TRX_DISTS ,
-
Table: ZX_SIM_TRX_DISTS
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_SIM_TRX_DISTS, object_name:ZX_SIM_TRX_DISTS, status:VALID, product: ZX - E-Business Tax , description: This table stores item distribution information for transactions created through tax simulator. , implementation_dba_data: ZX.ZX_SIM_TRX_DISTS ,
-
APPS.PSA_MFAR_RECEIPTS SQL Statements
12.1.1
-
View: AP_PREPAY_DEF_TAX_EXTRACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PREPAY_DEF_TAX_EXTRACT_V, object_name:AP_PREPAY_DEF_TAX_EXTRACT_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PREPAY_DEF_TAX_EXTRACT_V ,
-
View: AP_ZX_DEF_TAX_EXTRACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_ZX_DEF_TAX_EXTRACT_V, object_name:AP_ZX_DEF_TAX_EXTRACT_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_ZX_DEF_TAX_EXTRACT_V ,
-
VIEW: ZX.ZX_REC_NREC_DIST#
12.2.2
-
APPS.PSA_MFAR_RECEIPTS SQL Statements
12.2.2
-
View: AP_PREPAY_DEF_TAX_EXTRACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PREPAY_DEF_TAX_EXTRACT_V, object_name:AP_PREPAY_DEF_TAX_EXTRACT_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PREPAY_DEF_TAX_EXTRACT_V ,
-
APPS.POR_TAX_PVT SQL Statements
12.1.1
-
View: ZX_AP_DEF_TAX_EXTRACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_AP_DEF_TAX_EXTRACT_V, object_name:ZX_AP_DEF_TAX_EXTRACT_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.ZX_AP_DEF_TAX_EXTRACT_V ,
-
APPS.POR_TAX_PVT SQL Statements
12.2.2
-
TYPE: APPS.POR_TAX_DIST_OBJECT_TYPE
12.1.1
owner:APPS, object_type:TYPE, object_name:POR_TAX_DIST_OBJECT_TYPE, status:VALID,
-
APPS.IGC_ETAX_UTIL_PKG SQL Statements
12.2.2
-
View: ZX_AP_DEF_TAX_EXTRACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_AP_DEF_TAX_EXTRACT_V, object_name:ZX_AP_DEF_TAX_EXTRACT_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.ZX_AP_DEF_TAX_EXTRACT_V ,
-
VIEW: APPS.ZX_REC_NREC_DIST_QUOTE_V
12.1.1
-
VIEW: APPS.ZX_REC_NREC_DIST_QUOTE_V
12.2.2
-
View: ZX_REC_NREC_DIST_QUOTE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_REC_NREC_DIST_QUOTE_V, object_name:ZX_REC_NREC_DIST_QUOTE_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.ZX_REC_NREC_DIST_QUOTE_V ,
-
View: ZX_REC_NREC_DIST_QUOTE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_REC_NREC_DIST_QUOTE_V, object_name:ZX_REC_NREC_DIST_QUOTE_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.ZX_REC_NREC_DIST_QUOTE_V ,
-
TYPE: APPS.POR_TAX_DIST_OBJECT_TYPE
12.2.2
owner:APPS, object_type:TYPE, object_name:POR_TAX_DIST_OBJECT_TYPE, status:VALID,
-
APPS.IGC_ETAX_UTIL_PKG SQL Statements
12.1.1
-
TABLE: ZX.ZX_DISTRIBUTION_LINES_GT
12.1.1
owner:ZX, object_type:TABLE, object_name:ZX_DISTRIBUTION_LINES_GT, status:VALID,
-
APPS.ZX_SIM_TRX_DISTRIBUTION SQL Statements
12.2.2
-
View: AR_CUST_TRX_LINES_L_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUST_TRX_LINES_L_V, object_name:AR_CUST_TRX_LINES_L_V, status:VALID, product: AR - Receivables , description: transaction line extract , implementation_dba_data: APPS.AR_CUST_TRX_LINES_L_V ,
-
View: AR_CUST_TRX_LINES_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUST_TRX_LINES_L_V, object_name:AR_CUST_TRX_LINES_L_V, status:VALID, product: AR - Receivables , description: transaction line extract , implementation_dba_data: APPS.AR_CUST_TRX_LINES_L_V ,
-
TABLE: ZX.ZX_DISTRIBUTION_LINES_GT
12.2.2
owner:ZX, object_type:TABLE, object_name:ZX_DISTRIBUTION_LINES_GT, status:VALID,
-
APPS.ZX_SIM_TRX_DISTRIBUTION SQL Statements
12.1.1
-
VIEW: APPS.ZX_REC_NREC_DIST_QUOTE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_REC_NREC_DIST_QUOTE_V, object_name:ZX_REC_NREC_DIST_QUOTE_V, status:VALID,
-
VIEW: APPS.AR_CUST_TRX_LINES_L_V
12.1.1
-
VIEW: APPS.AR_CUST_TRX_LINES_L_V
12.2.2
-
VIEW: APPS.ZX_REC_NREC_DIST_QUOTE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_REC_NREC_DIST_QUOTE_V, object_name:ZX_REC_NREC_DIST_QUOTE_V, status:VALID,
-
PACKAGE BODY: APPS.ZX_NEW_SERVICES_PKG
12.1.1
-
VIEW: ZX.ZX_REC_NREC_DIST#
12.2.2
owner:ZX, object_type:VIEW, object_name:ZX_REC_NREC_DIST#, status:VALID,
-
VIEW: APPS.AR_CUST_TRX_LINES_L_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUST_TRX_LINES_L_V, object_name:AR_CUST_TRX_LINES_L_V, status:VALID,
-
VIEW: APPS.ZX_REC_NREC_DIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_REC_NREC_DIST_V, object_name:ZX_REC_NREC_DIST_V, status:VALID,
-
VIEW: APPS.ZX_REC_NREC_DIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_REC_NREC_DIST_V, object_name:ZX_REC_NREC_DIST_V, status:VALID,
-
VIEW: ZX.ZX_SIM_TRX_DISTS#
12.2.2
owner:ZX, object_type:VIEW, object_name:ZX_SIM_TRX_DISTS#, status:VALID,
-
VIEW: APPS.AR_CUST_TRX_LINES_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUST_TRX_LINES_L_V, object_name:AR_CUST_TRX_LINES_L_V, status:VALID,