Search Results purchase
Overview
The JAI_PO_COPYDOC_T table is a temporary data object within the Oracle E-Business Suite, specifically for releases 12.1.1 and 12.2.2. It is a core component of the JA (Asia/Pacific Localizations) product module. As indicated by its name and the 'T' suffix, this table serves as a transient storage repository. Its primary function is to facilitate the "Copy" functionality for Purchase Orders within the localized environment. When a user copies an existing purchase order to create a new one, this table temporarily holds the source document's key data during the processing logic, ensuring data integrity and transactional control throughout the copy operation.
Key Information Stored
The table's structure is designed to capture the essential identifiers from the source purchase order document. Based on the provided foreign key metadata, the critical columns include PO_HEADER_ID, PO_LINE_ID, and LINE_LOCATION_ID, which store the unique keys from the source purchase order's header, line, and shipment (line location) records, respectively. A notable column is FROM_HEADER_ID, which likely stores the identifier of the original purchase order header being copied, acting as a direct reference to the source document in the PO_HEADERS_ALL table. The data stored is typically session-specific or process-specific and is purged after the copy transaction is complete.
Common Use Cases and Queries
The sole use case for this table is supporting the purchase order copy process within the JA localization. It is not intended for direct reporting or long-term data storage. Database administrators or support personnel might query it during troubleshooting to verify if copy processes are leaving orphaned data or to monitor active sessions. A sample diagnostic query would join the table to the core PO tables to see what data is currently staged:
- SELECT j.*, ph.segment1 FROM_po_number FROM jai_po_copydoc_t j, po_headers_all ph WHERE j.from_header_id = ph.po_header_id;
Direct manipulation of this table's data is strongly discouraged, as it is managed by the application's internal logic.
Related Objects
JAI_PO_COPYDOC_T has defined relationships with several fundamental tables in the Purchasing (PO) module, as confirmed by its foreign keys. It is directly linked to:
- PO_HEADERS_ALL: Via PO_HEADER_ID and FROM_HEADER_ID columns. This links the temporary data to both the source and target purchase order headers.
- PO_LINES_ALL: Via PO_LINE_ID. This links to the specific lines of the purchase order being copied.
- PO_LINE_LOCATIONS_ALL: Via LINE_LOCATION_ID. This links to the shipment and quantity details for each line.
These relationships underscore the table's role in replicating the hierarchical structure of a purchase order document during the copy transaction. The table itself is likely referenced by internal JA localization packages or concurrent programs that execute the copy functionality.
-
Lookup Type: JATW_GUI_TYPE
12.1.1
product: JA - Asia/Pacific Localizations , meaning: Government Uniform Invoice Type , description: Taiwanese GUI Type ,
-
Lookup Type: JATW_GUI_TYPE
12.2.2
product: JA - Asia/Pacific Localizations , meaning: Government Uniform Invoice Type , description: Taiwanese GUI Type ,
-
Concurrent Program: JATWPPRD
12.1.1
execution_filename: JATWPPRD , product: JA - Asia/Pacific Localizations , user_name: JATWPPRD , description: Taiwanese Purchase Return and Discount Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JAINPRRG
12.1.1
execution_filename: JAINPRRG , product: JA - Asia/Pacific Localizations , user_name: JAINPRRG , description: Purchase Register Report - India Local , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: JATWPSPC
12.2.2
execution_filename: JATWPSPC , product: JA - Asia/Pacific Localizations , user_name: JATWPSPC , description: Taiwanese Payables Sales/Purchase Return and Discount Certificate , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JATWPSPC
12.1.1
execution_filename: JATWPSPC , product: JA - Asia/Pacific Localizations , user_name: JATWPSPC , description: Taiwanese Payables Sales/Purchase Return and Discount Certificate , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JAINPRRG
12.2.2
execution_filename: JAINPRRG , product: JA - Asia/Pacific Localizations , user_name: JAINPRRG , description: Purchase Register Report - India Local , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: JATWPPRD
12.2.2
execution_filename: JATWPPRD , product: JA - Asia/Pacific Localizations , user_name: JATWPPRD , description: Taiwanese Purchase Return and Discount Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: JAINPRRG_XML
12.2.2
product: JA - Asia/Pacific Localizations , user_name: India - Purchase Register Report (XML) - Not Supported: Reserved For Future Use - Not Supported: Reserved For Future Use , description: Purchase Register Report - India Local , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Concurrent Program: JAINPRRG_XML
12.1.1
product: JA - Asia/Pacific Localizations , user_name: India - Purchase Register Report (XML) - Not Supported: Reserved For Future Use - Not Supported: Reserved For Future Use , description: Purchase Register Report - India Local , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Lookup Type: JAI_TAX_TYPE
12.1.1
product: JA - Asia/Pacific Localizations , meaning: Tax Types India , description: Tax Type for India Localization ,
-
Lookup Type: JAI_TAX_TYPE
12.2.2
product: JA - Asia/Pacific Localizations , meaning: Tax Types India , description: Tax Type for India Localization ,
-
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_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_PO_REP_PRRG_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_REP_PRRG_T, object_name:JAI_PO_REP_PRRG_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Used as a intermediate table for holding the purchase register report details , implementation_dba_data: JA.JAI_PO_REP_PRRG_T ,
-
Table: JAI_PO_REP_PRRG_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_REP_PRRG_T, object_name:JAI_PO_REP_PRRG_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Used as a intermediate table for holding the purchase register report details , implementation_dba_data: JA.JAI_PO_REP_PRRG_T ,
-
Table: JAI_PO_OSP_HDRS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_OSP_HDRS, object_name:JAI_PO_OSP_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores 57F4 Header Information for Purchase Orders of type OSP. , implementation_dba_data: JA.JAI_PO_OSP_HDRS ,
-
Table: JAI_PO_OSP_HDRS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_PO_OSP_HDRS, object_name:JAI_PO_OSP_HDRS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores 57F4 Header Information for Purchase Orders of type OSP. , implementation_dba_data: JA.JAI_PO_OSP_HDRS ,
-
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 ,