Search Results header_numeric1
Overview
APPS.ZX_SYNC_HDR_INPUT_V is a public synonym-backed view residing in the APPS schema and registered under the Oracle E-Business Tax (EBTax) module, whose underlying technology stack is delivered by the ETRM (E-Business Tax Repository Management) product. The object carries FND Design Data reference FND.ZX_SYNC_HDR_INPUT_V and reports a status of VALID, indicating that it compiles cleanly against its referenced base objects. Functionally, the view serves as a header-level staging and pass-through interface for tax synchronization processing. It exposes a normalized set of header attributes — organization and legal entity identifiers, establishment numbers, document type, transaction identifiers, and application context — alongside a wide generic attribute block consisting of thirty character columns, ten numeric columns, and five date columns.
The view is designed to feed downstream tax determination and tax line generation logic, particularly where header-level context must be captured before line-level detail factors are applied. It is typically consumed by integration and reporting components that need to flatten heterogeneous header structures into a single, uniform shape.
Underlying Base Objects
The documented base objects referenced by ZX_SYNC_HDR_INPUT_V are ZX_LINES_DET_FACTORS, ZX_PRVDR_HDR_EXTNS_GT, and ZX_TRX_PRE_PROC_OPTIONS_GT. ZX_LINES_DET_FACTORS supplies the transaction and document classification context used in tax determination; it is the principal persistent source for line-level determinant values that the header view associates with its transaction identifier. ZX_PRVDR_HDR_EXTNS_GT is a global temporary table holding provider-specific header extension values, and ZX_TRX_PRE_PROC_OPTIONS_GT stores pre-processing options applied to a transaction before tax calculation. The presence of two global temporary tables confirms that the view is session-scoped in practice: rows reflect data staged by the current session for the transaction being synchronized, not a persistent snapshot.
Key Columns
- INTERNAL_ORGANIZATION_ID — Numeric operating unit identifier that scopes the tax transaction.
- LEGAL_ENTITY_NUMBER and ESTABLISHMENT_NUMBER — Party tax registration identifiers used to resolve the applicable tax regime and jurisdiction.
- DOCUMENT_TYPE_ID — Reference to the tax document type governing the transaction.
- TRANSACTION_ID and APPLICATION_CODE — The source transaction and the owning application, providing the cross-application join key.
- DOCUMENT_LEVEL_ACTION — VARCHAR2(30) value indicating the synchronization action to be applied at the document level.
- TRANSACTION_NUMBER, TRANSACTION_DESCRIPTION, DOCUMENT_SEQUENCE_VALUE, TRANSACTION_DUE_DATE — Descriptive and scheduling attributes.
- HEADER_CHAR1–30, HEADER_NUMERIC1–10, HEADER_DATE1–5 — Generic attribute arrays for provider- or implementation-specific header extensions.
Common Use Cases and Queries
Typical usage patterns include diagnosing why a tax header did not synchronize, validating staged provider extension values, and extracting header context for reconciliation reports.
- Inspect staged header synchronization input for a transaction:
SELECT transaction_id, application_code, document_level_action, transaction_number, transaction_due_date FROM apps.zx_sync_hdr_input_v WHERE transaction_id = :p_trx_id; - Review provider extension attributes carried through the header:
SELECT internal_organization_id, legal_entity_number, header_char1, header_char2, header_numeric1 FROM apps.zx_sync_hdr_input_v WHERE application_code = 'AR' AND document_level_action = 'CREATE'; - Audit by legal entity and establishment:
SELECT legal_entity_number, establishment_number, COUNT(*) staged_rows FROM apps.zx_sync_hdr_input_v GROUP BY legal_entity_number, establishment_number;
Because two of the three base objects are global temporary tables, results are meaningful only within the session that populated them; queries executed from a separate session will generally return no rows.
-
VIEW: APPS.ZX_SYNC_HDR_INPUT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_SYNC_HDR_INPUT_V, object_name:ZX_SYNC_HDR_INPUT_V, status:VALID,
-
VIEW: APPS.ZX_SYNC_HDR_INPUT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_SYNC_HDR_INPUT_V, object_name:ZX_SYNC_HDR_INPUT_V, status:VALID,
-
VIEW: APPS.ZX_P2P_CALC_TXN_INPUT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ZX.ZX_P2P_CALC_TXN_INPUT_V, object_name:ZX_P2P_CALC_TXN_INPUT_V, status:VALID,
-
VIEW: APPS.ZX_P2P_CALC_TXN_INPUT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ZX.ZX_P2P_CALC_TXN_INPUT_V, object_name:ZX_P2P_CALC_TXN_INPUT_V, status:VALID,
-
VIEW: APPS.ZX_O2C_CALC_TXN_INPUT_V
12.2.2
-
VIEW: APPS.ZX_O2C_CALC_TXN_INPUT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_O2C_CALC_TXN_INPUT_V, object_name:ZX_O2C_CALC_TXN_INPUT_V, status:VALID,
-
VIEW: APPS.ZX_O2C_CALC_TXN_INPUT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_O2C_CALC_TXN_INPUT_V, object_name:ZX_O2C_CALC_TXN_INPUT_V, status:VALID,
-
View: ZX_O2C_CALC_TXN_INPUT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ZX_O2C_CALC_TXN_INPUT_V, object_name:ZX_O2C_CALC_TXN_INPUT_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.ZX_O2C_CALC_TXN_INPUT_V ,
-
APPS.ZX_TAXWARE_TAX_SERVICE_PKG SQL Statements
12.1.1
-
APPS.ZX_VERTEX_TAX_SERVICE_PKG SQL Statements
12.1.1
-
APPS.ZX_TAXWARE_TAX_SERVICE_PKG SQL Statements
12.2.2
-
APPS.ZX_VERTEX_TAX_SERVICE_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.ZX_TAXWARE_TAX_SERVICE_PKG
12.1.1
-
PACKAGE BODY: APPS.ZX_VERTEX_TAX_SERVICE_PKG
12.1.1
-
PACKAGE BODY: APPS.ZX_TAXWARE_TAX_SERVICE_PKG
12.2.2
-
PACKAGE BODY: APPS.ZX_VERTEX_TAX_SERVICE_PKG
12.2.2
-
eTRM - ZX Tables and Views
12.1.1
description: This global temporary table is used to return validation errors for imported transactions from tax perspective. ,
-
eTRM - ZX Tables and Views
12.2.2
description: This global temporary table is used to return validation errors for imported transactions from tax perspective. ,
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,