Search Results po_lines_all
Overview
JAI_PO_QUOT_LINES_T is a table owned by the JA (Asia/Pacific Localizations) schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It stores intermediate and processed data used by a concurrent request that defaults tax information on purchasing documents linked to a quotation. In practice, the table functions as a staging and audit surface for the tax-defaulting process: rows are populated with the purchase order, line, and shipment identifiers that the concurrent program must evaluate, then enriched with pricing, unit of measure, assessable value, and processing outcome data. The presence of ERROR_FLAG, ERROR_MESSAGE, and PROCESSING_TIME columns confirms its role as a process-control and diagnostics table rather than a purely transactional entity.
Because the table is composed almost entirely of foreign key references to the core purchasing tables, the heuristic Data Vault classification is link. This suggests modeling JAI_PO_QUOT_LINES_T as a relationship (link) entity that connects purchasing header, line, and shipment hubs, with the remaining descriptive attributes (price override, UOM, assessable value, error state) potentially distributed to a satellite if a full Data Vault transformation were undertaken.
Key Information Stored
The table contains 17 documented columns. The most significant are the identifier and processing columns:
- PO_HEADER_ID — foreign key to PO_HEADERS_ALL, identifying the purchasing document header associated with the quotation line.
- PO_LINE_ID — foreign key to PO_LINES_ALL, identifying the purchase order line being processed. This is the column most closely linked to the user's search term PO_LINES_ALL.
- LINE_LOCATION_ID — foreign key to PO_LINE_LOCATIONS_ALL, identifying the shipment or line location record.
- FROM_HEADER_ID and FROM_LINE_ID — source references to PO_HEADERS_ALL and PO_LINES_ALL respectively, linking the derived document back to its originating quotation line.
- PRICE_OVERRIDE — holds an overridden unit price where the concurrent request has recalculated pricing.
- UOM_CODE — unit of measure applied to the line during tax defaulting.
- ASSESSABLE_VALUE — the taxable or assessable base value used in tax determination.
- ERROR_FLAG, ERROR_MESSAGE, and PROCESSING_TIME — capture the outcome of the concurrent request, including whether a row succeeded, failed, and when it was processed.
- OBJECT_VERSION_NUMBER — supports optimistic locking.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — standard WHO audit columns.
No surrogate primary key is explicitly documented in the provided metadata, though the combination of PO_HEADER_ID, PO_LINE_ID, and LINE_LOCATION_ID acts as a natural business key for identifying a unique line-level processing record.
Common Use Cases and Queries
The primary use case is monitoring and troubleshooting the tax-defaulting concurrent request. A common query joins the table to PO_LINES_ALL to identify lines that failed processing:
- SELECT q.PO_LINE_ID, q.ERROR_FLAG, q.ERROR_MESSAGE FROM JA.JAI_PO_QUOT_LINES_T q WHERE q.ERROR_FLAG = 'Y';
- SELECT q.PO_HEADER_ID, l.LINE_NUM, q.ASSESSABLE_VALUE FROM JA.JAI_PO_QUOT_LINES_T q, PO.PO_LINES_ALL l WHERE q.PO_LINE_ID = l.PO_LINE_ID;
Reporting scenarios include reconciling assessable values back to PO_LINES_ALL, auditing price overrides applied during tax defaulting, and measuring concurrent request throughput via PROCESSING_TIME.
Related Objects
The following objects are directly referenced through documented foreign keys:
- PO_LINES_ALL — referenced twice, via PO_LINE_ID and FROM_LINE_ID; the central purchasing line table.
- PO_HEADERS_ALL — referenced via PO_HEADER_ID and FROM_HEADER_ID; the purchasing document header.
- PO_LINE_LOCATIONS_ALL — referenced via LINE_LOCATION_ID; the shipment-level purchasing record.
The concurrent request that populates this table, and any quotation-linked tax defaulting logic in the JA localizations, also depend on it. JOBS and standard purchasing APIs (such as PO_DOCUMENT_UPDATE_PVT) are typically invoked downstream once tax values are defaulted, though these are not directly documented in the metadata provided.
-
Table: JAI_PO_QUOT_LINES_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_QUOT_LINES_T, object_name:JAI_PO_QUOT_LINES_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Holds data for Concurrent Request to default tax when linked with Quotation , implementation_dba_data: JA.JAI_PO_QUOT_LINES_T ,
-
Table: JAI_PO_QUOT_LINES_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_QUOT_LINES_T, object_name:JAI_PO_QUOT_LINES_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Holds data for Concurrent Request to default tax when linked with Quotation , implementation_dba_data: JA.JAI_PO_QUOT_LINES_T ,
-
Table: JAI_RETRO_LINE_CHANGES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RETRO_LINE_CHANGES, object_name:JAI_RETRO_LINE_CHANGES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table is used to store the Retroactive changes made for documents , implementation_dba_data: JA.JAI_RETRO_LINE_CHANGES ,
-
Table: JAI_RETRO_LINE_CHANGES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RETRO_LINE_CHANGES, object_name:JAI_RETRO_LINE_CHANGES, status:VALID, product: JA - Asia/Pacific Localizations , description: This table is used to store the Retroactive changes made for documents , implementation_dba_data: JA.JAI_RETRO_LINE_CHANGES ,
-
View: JAI_PO_RFQQT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_PO_RFQQT_V, object_name:JAI_PO_RFQQT_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_PO_RFQQT_V ,
-
View: JAI_PO_RFQQT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_PO_RFQQT_V, object_name:JAI_PO_RFQQT_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_PO_RFQQT_V ,
-
View: JAI_57F4_PO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_57F4_PO_V, object_name:JAI_57F4_PO_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_57F4_PO_V ,
-
View: JAI_57F4_PO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_57F4_PO_V, object_name:JAI_57F4_PO_V, status:VALID, product: JA - Asia/Pacific Localizations , description: This view lists the Purchase orders and releases that can be sent for outside processing. , implementation_dba_data: APPS.JAI_57F4_PO_V ,
-
Table: JAI_PO_COPY_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_COPY_T, object_name:JAI_PO_COPY_T, status:VALID, product: JA - Asia/Pacific Localizations , description: This is a temporary table which will get populated for copy document , implementation_dba_data: JA.JAI_PO_COPY_T ,
-
Table: JAI_PO_COPY_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_COPY_T, object_name:JAI_PO_COPY_T, status:VALID, product: JA - Asia/Pacific Localizations , description: This is a temporary table which will get populated for copy document , implementation_dba_data: JA.JAI_PO_COPY_T ,
-
Table: JAI_PO_COPYDOC_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_COPYDOC_T, object_name:JAI_PO_COPYDOC_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Temporary table used to store data of Purchase orders during Copy functionality. , implementation_dba_data: JA.JAI_PO_COPYDOC_T ,
-
Table: JAI_ENCUM_TAX_DETAILS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_ENCUM_TAX_DETAILS, object_name:JAI_ENCUM_TAX_DETAILS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table is used to capture the tax amount used for encumbrance , implementation_dba_data: JA.JAI_ENCUM_TAX_DETAILS ,
-
Table: JAI_ENCUM_TAX_DETAILS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_ENCUM_TAX_DETAILS, object_name:JAI_ENCUM_TAX_DETAILS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table is used to capture the tax amount used for encumbrance , implementation_dba_data: JA.JAI_ENCUM_TAX_DETAILS ,
-
Table: JAI_PO_COPYDOC_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_COPYDOC_T, object_name:JAI_PO_COPYDOC_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Temporary table used to store data of Purchase orders during Copy functionality. , implementation_dba_data: JA.JAI_PO_COPYDOC_T ,
-
Table: JAI_CMN_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_LINES, object_name:JAI_CMN_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the ASBN information , implementation_dba_data: JA.JAI_CMN_LINES ,
-
Table: JAI_CMN_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_LINES, object_name:JAI_CMN_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the ASBN information , implementation_dba_data: JA.JAI_CMN_LINES ,
-
Table: JAI_PO_REQUEST_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_REQUEST_T, object_name:JAI_PO_REQUEST_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Used by JAINPOCR concurrent for defaulting taxes , implementation_dba_data: JA.JAI_PO_REQUEST_T ,
-
Table: JAI_PO_REQUEST_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_REQUEST_T, object_name:JAI_PO_REQUEST_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Used by JAINPOCR concurrent for defaulting taxes , implementation_dba_data: JA.JAI_PO_REQUEST_T ,
-
Table: JAI_PO_OSP_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_OSP_LINES, object_name:JAI_PO_OSP_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Line Level Information of the 57F4 Form. , implementation_dba_data: JA.JAI_PO_OSP_LINES ,
-
Table: JAI_PO_LINE_LOCATIONS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_LINE_LOCATIONS, object_name:JAI_PO_LINE_LOCATIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the localization information at PO line shipment level. , implementation_dba_data: JA.JAI_PO_LINE_LOCATIONS ,
-
Table: JAI_PO_OSP_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_OSP_LINES, object_name:JAI_PO_OSP_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Line Level Information of the 57F4 Form. , implementation_dba_data: JA.JAI_PO_OSP_LINES ,
-
Table: JAI_PO_LINE_LOCATIONS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_LINE_LOCATIONS, object_name:JAI_PO_LINE_LOCATIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the localization information at PO line shipment level. , implementation_dba_data: JA.JAI_PO_LINE_LOCATIONS ,
-
Table: JAI_PO_TAXES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_TAXES, object_name:JAI_PO_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the information of localization tax lines at a PO line location level. , implementation_dba_data: JA.JAI_PO_TAXES ,
-
Table: JAI_PO_TAXES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_TAXES, object_name:JAI_PO_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the information of localization tax lines at a PO line location level. , implementation_dba_data: JA.JAI_PO_TAXES ,
-
Table: JAI_CMN_RG_23AC_I_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_23AC_I_TRXS, object_name:JAI_CMN_RG_23AC_I_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Information of RG23A/C records and known as Quantity Register. , implementation_dba_data: JA.JAI_CMN_RG_23AC_I_TRXS ,
-
Table: JAI_CMN_RG_23AC_I_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_23AC_I_TRXS, object_name:JAI_CMN_RG_23AC_I_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Information of RG23A/C records and known as Quantity Register. , implementation_dba_data: JA.JAI_CMN_RG_23AC_I_TRXS ,
-
Table: JAI_AP_MATCH_INV_TAXES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_MATCH_INV_TAXES, object_name:JAI_AP_MATCH_INV_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of all MISCELLANEOUS distributions added for tax in AP invoice. , implementation_dba_data: JA.JAI_AP_MATCH_INV_TAXES ,
-
Table: JAI_AP_MATCH_INV_TAXES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AP_MATCH_INV_TAXES, object_name:JAI_AP_MATCH_INV_TAXES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores details of all MISCELLANEOUS distributions added for tax in AP invoice. , implementation_dba_data: JA.JAI_AP_MATCH_INV_TAXES ,
-
View: JAI_PO_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_PO_SUMMARY_V, object_name:JAI_PO_SUMMARY_V, status:VALID, product: JA - Asia/Pacific Localizations , description: This view will retrieve all the PO TYPES , implementation_dba_data: APPS.JAI_PO_SUMMARY_V ,
-
View: JAI_MASSTAXCHG_DOCNOS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_MASSTAXCHG_DOCNOS_V, object_name:JAI_MASSTAXCHG_DOCNOS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_MASSTAXCHG_DOCNOS_V ,