Search Results rh_mord_imp
Overview
The RH_MORD_IMP table is a data object within the Oracle E-Business Suite (EBS) Process Manufacturing (GMP) module, specifically under Process Planning. As its name and description indicate, it is designed as a staging table for importing manufacturing order data. Its primary role is to serve as an intermediate repository where external or legacy manufacturing order data can be loaded and validated before being processed and transferred into the core transactional tables of the system. A critical piece of information from the official documentation is the note "Currently Not Used." This status suggests that while the table structure exists within the GMP schema, the associated import functionality may be deprecated, unimplemented, or reserved for future use in the referenced EBS versions (12.1.1 and 12.2.2).
Key Information Stored
The table's structure is centered around managing discrete import records. The primary key is a composite of IMPORT_ID, BATCH_ID, and LINE_NO, which uniquely identifies each row in the import interface. Key columns include IMPORT_ID, which links to the master import control table; BATCH_ID, which references the target production batch; and LINE_NO, which sequences the records within an import request. The ACTION_TYPE column dictates the operation to be performed (e.g., CREATE, UPDATE), while NEW_DOC_TYPE and NEW_DOC_ID are likely intended to hold identifiers for the manufacturing order document being created or modified. The presence of an ORGN_CODE column, tied to the organization master (SY_ORGN_MST), indicates the table stores data scoped to a specific manufacturing organization.
Common Use Cases and Queries
Given its "Currently Not Used" status, direct operational use cases are limited. Its intended purpose would have been for bulk data migration or integration scenarios, such as initial system implementation or receiving orders from an external planning system. If data were present, common queries would focus on monitoring the import queue. For instance, a query to review pending import records for a specific batch would be: SELECT * FROM GMP.RH_MORD_IMP WHERE BATCH_ID = :batch_id ORDER BY LINE_NO;. Another pattern would involve joining with the import master table to check the status of import requests: SELECT imp.*, mst.IMPORT_STATUS FROM GMP.RH_MORD_IMP imp, GMP.RH_IMPT_MST mst WHERE imp.IMPORT_ID = mst.IMPORT_ID;. Reporting would typically be diagnostic, analyzing failed records or import volumes.
Related Objects
The table's foreign key constraints explicitly define its key relationships within the GMP schema. It is directly linked to:
- RH_IMPT_MST: The master import control table, via IMPORT_ID. This manages the overall import job.
- PM_BTCH_HDR: The primary Process Manufacturing batch header table, via BATCH_ID. This is the ultimate target for the imported order data.
- SY_ORGN_MST: The standard organization master table, via ORGN_CODE, providing validation for the organization context.
-
Table: RH_MORD_IMP
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.RH_MORD_IMP, object_name:RH_MORD_IMP, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Manufacturing order import. - Currently Not Used , implementation_dba_data: GMP.RH_MORD_IMP ,
-
Table: RH_MORD_IMP
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.RH_MORD_IMP, object_name:RH_MORD_IMP, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Manufacturing order import. - Currently Not Used , implementation_dba_data: GMP.RH_MORD_IMP ,
-
VIEW: GMP.RH_MORD_IMP#
12.2.2
owner:GMP, object_type:VIEW, object_name:RH_MORD_IMP#, status:VALID,
-
SYNONYM: APPS.RH_MORD_IMP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RH_MORD_IMP, status:VALID,
-
SYNONYM: APPS.RH_MORD_IMP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RH_MORD_IMP, status:VALID,
-
VIEW: GMP.RH_MORD_IMP#
12.2.2
-
TABLE: GMP.RH_MORD_IMP
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.RH_MORD_IMP, object_name:RH_MORD_IMP, status:VALID,
-
Table: RH_IMPT_MST
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.RH_IMPT_MST, object_name:RH_IMPT_MST, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Import master. , implementation_dba_data: GMP.RH_IMPT_MST ,
-
TABLE: GMP.RH_MORD_IMP
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.RH_MORD_IMP, object_name:RH_MORD_IMP, status:VALID,
-
Table: RH_IMPT_MST
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.RH_IMPT_MST, object_name:RH_IMPT_MST, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Import master. , implementation_dba_data: GMP.RH_IMPT_MST ,
-
Table: PM_BTCH_HDR
12.2.2
product: GME - Process Manufacturing Process Execution , description: Batch/FPO header. , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
Table: PM_BTCH_HDR
12.1.1
product: GME - Process Manufacturing Process Execution , description: Batch/FPO header. , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: SY_ORGN_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1