Search Results jai_po_request_t
Overview
The JAI_PO_REQUEST_T table is a core data object within the Asia/Pacific Localizations (JA) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It functions as a transactional staging and processing table specifically designed to support the automated defaulting of tax information for purchase orders. Its primary role is to serve as the underlying data structure for the JAINPOCR concurrent program, which processes purchase order requests to calculate and apply the correct tax defaults based on localized rules for supported countries in the Asia/Pacific region. The table's design, with multiple foreign key relationships to core purchasing and tax entities, indicates its critical function in bridging standard EBS procurement transactions with localized tax compliance logic.
Key Information Stored
While specific column definitions are not provided in the metadata, the documented foreign key relationships explicitly reveal the key identifiers stored in this table. Each record likely represents a purchase order line-level request for tax processing. The essential foreign key columns stored include PO_HEADER_ID, PO_LINE_ID, and LINE_LOCATION_ID, which anchor the request to the standard purchase order in PO_HEADERS_ALL, PO_LINES_ALL, and PO_LINE_LOCATIONS_ALL. For tax determination, the table stores TAX_ID and TAX_CATEGORY_ID, linking to the localization tax tables JAI_CMN_TAXES_ALL and JAI_CMN_TAX_CTGS_ALL. The VENDOR_ID links to the trading partner in HZ_PARTIES, and the LINE_FOCUS_ID provides a specific reference to the localized tax attributes in JAI_PO_LINE_LOCATIONS.
Common Use Cases and Queries
The predominant use case is the execution and support of the JAINPOCR concurrent program. This program queries records from JAI_PO_REQUEST_T, likely populated by a triggering event or a batch selection process, to perform tax calculations. Common queries involve joining this table to its referenced entities to extract a complete dataset for tax processing. For troubleshooting or reporting, one might analyze pending requests or audit processed transactions. A sample diagnostic SQL pattern would be:
- SELECT jpr.*, pl.line_num, ph.segment1 po_number FROM jai_po_request_t jpr, po_lines_all pl, po_headers_all ph WHERE jpr.po_line_id = pl.po_line_id AND jpr.po_header_id = ph.po_header_id AND jpr.process_flag = 'PENDING';
This would identify requests awaiting tax defaulting processing by the concurrent program.
Related Objects
JAI_PO_REQUEST_T is a central hub with defined foreign key dependencies to several standard and localized tables. The documented relationships are as follows:
- PO_HEADERS_ALL: Via JAI_PO_REQUEST_T.PO_HEADER_ID. Links to the purchase order header.
- PO_LINES_ALL: Via JAI_PO_REQUEST_T.PO_LINE_ID. Links to the purchase order line.
- PO_LINE_LOCATIONS_ALL: Via JAI_PO_REQUEST_T.LINE_LOCATION_ID. Links to the shipment/schedule line.
- HZ_PARTIES: Via JAI_PO_REQUEST_T.VENDOR_ID. Links to the supplier master.
- JAI_CMN_TAXES_ALL: Via JAI_PO_REQUEST_T.TAX_ID. Links to the localized tax definitions.
- JAI_CMN_TAX_CTGS_ALL: Via JAI_PO_REQUEST_T.TAX_CATEGORY_ID. Links to the tax category master.
- JAI_PO_LINE_LOCATIONS: Via JAI_PO_REQUEST_T.LINE_FOCUS_ID. Links to the localized tax attributes for the PO line location.
The primary dependent object is the JAINPOCR concurrent program, which is the main consumer of the data stored in this table.
-
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 ,
-
APPS.JAI_PO_TAX_PKG dependencies on JAI_PO_REQUEST_T
12.2.2
-
APPS.JAI_PO_CMN_PKG dependencies on JAI_PO_REQUEST_T
12.1.1
-
APPS.JAI_PO_TAX_PKG dependencies on JAI_PO_REQUEST_T
12.1.1
-
APPS.JAI_PO_CMN_PKG dependencies on JAI_PO_REQUEST_T
12.2.2
-
SYNONYM: APPS.JAI_PO_REQUEST_T
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_PO_REQUEST_T, status:VALID,
-
SYNONYM: APPS.JAI_PO_REQUEST_T
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_PO_REQUEST_T, status:VALID,
-
VIEW: JA.JAI_PO_REQUEST_T#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_PO_REQUEST_T#, status:VALID,
-
VIEW: JA.JAI_PO_REQUEST_T#
12.2.2
-
Table: JAI_CMN_TAX_CTGS_ALL
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_TAX_CTGS_ALL, object_name:JAI_CMN_TAX_CTGS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores tax categories and their link to excise ITEM classes. , implementation_dba_data: JA.JAI_CMN_TAX_CTGS_ALL ,
-
PACKAGE BODY: APPS.JAI_PO_CMN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_PO_CMN_PKG, status:VALID,
-
Table: JAI_CMN_TAX_CTGS_ALL
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_TAX_CTGS_ALL, object_name:JAI_CMN_TAX_CTGS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores tax categories and their link to excise ITEM classes. , implementation_dba_data: JA.JAI_CMN_TAX_CTGS_ALL ,
-
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_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 ,
-
PACKAGE BODY: APPS.JAI_PO_CMN_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_PO_CMN_PKG, status:VALID,
-
TABLE: JA.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,
-
PACKAGE BODY: APPS.JAI_PO_TAX_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_PO_TAX_PKG, status:VALID,
-
Table: PO_LINE_LOCATIONS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL, object_name:PO_LINE_LOCATIONS_ALL, status:VALID, product: PO - Purchasing , description: Document shipment schedules (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL ,
-
Table: PO_LINE_LOCATIONS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL, object_name:PO_LINE_LOCATIONS_ALL, status:VALID, product: PO - Purchasing , description: Document shipment schedules (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL ,
-
PACKAGE BODY: APPS.JAI_PO_TAX_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_PO_TAX_PKG, status:VALID,
-
Table: JAI_CMN_TAXES_ALL
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_TAXES_ALL, object_name:JAI_CMN_TAXES_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: Master table for Localization Taxes , implementation_dba_data: JA.JAI_CMN_TAXES_ALL ,
-
Table: JAI_CMN_TAXES_ALL
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_TAXES_ALL, object_name:JAI_CMN_TAXES_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: Master table for Localization Taxes , implementation_dba_data: JA.JAI_CMN_TAXES_ALL ,
-
TABLE: JA.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,
-
Table: PO_LINES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ALL, object_name:PO_LINES_ALL, status:VALID, product: PO - Purchasing , description: Purchase document lines (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINES_ALL ,
-
Table: PO_LINES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ALL, object_name:PO_LINES_ALL, status:VALID, product: PO - Purchasing , description: Purchase document lines (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINES_ALL ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Table: PO_HEADERS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ALL, object_name:PO_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Document headers (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_HEADERS_ALL ,
-
12.1.1 FND Design Data
12.1.1
-
Table: PO_HEADERS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ALL, object_name:PO_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Document headers (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_HEADERS_ALL ,
-
12.2.2 DBA Data
12.2.2
-
APPS.JAI_PO_TAX_PKG dependencies on MTL_UNITS_OF_MEASURE
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.JAI_PO_TAX_PKG dependencies on MTL_UNITS_OF_MEASURE
12.1.1
-
APPS.JAI_PO_CMN_PKG SQL Statements
12.1.1
-
APPS.JAI_PO_CMN_PKG SQL Statements
12.2.2
-
APPS.JAI_PO_TAX_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.JAI_PO_TAX_PKG dependencies on FND_MESSAGE
12.2.2
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
PACKAGE BODY: APPS.JAI_PO_CMN_PKG
12.2.2
-
PACKAGE BODY: APPS.JAI_PO_CMN_PKG
12.1.1
-
APPS.JAI_PO_TAX_PKG SQL Statements
12.1.1
-
APPS.JAI_PO_TAX_PKG SQL Statements
12.2.2
-
eTRM - JA Tables and Views
12.1.1
description: The 'JA_CN_SYSTEM_PARAMETERS_ALL' table stores information defined by 'System Options' form, 'Electronic Accounting Book Export' program will get most data from data in the table. A legal entity can only have one record in the table. ,
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,
-
PACKAGE BODY: APPS.JAI_PO_TAX_PKG
12.1.1
-
PACKAGE BODY: APPS.JAI_PO_TAX_PKG
12.2.2
-
12.2.2 DBA Data
12.2.2