Search Results zpstr_ras sap table details
The M4R_WSM_DWIP_HDR_STAGING
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 plays a critical role in the Manufacturing Execution System (MES) and Warehouse Management (WSM) modules, particularly in the context of Discrete Work in Process (WIP) transactions. This table serves as a staging area for data related to work order headers before they are processed and transferred to permanent tables within the Oracle EBS ecosystem. Below is a detailed breakdown of its purpose, structure, and significance.
Purpose and Context
The M4R_WSM_DWIP_HDR_STAGING
table is part of Oracle's M4R (Manufacturing for Repetition) framework, which is designed to handle high-volume manufacturing transactions efficiently. It acts as an intermediary storage for work order header data captured from shop floor operations or external systems before validation and integration into core EBS tables like WIP_DISCRETE_JOBS
or WSM_LOT_CUSTOM_ATTRS
. This staging mechanism ensures data integrity, reduces transactional overhead, and supports bulk processing.
Key Columns and Structure
The table typically includes the following columns, though the exact schema may vary based on customizations:
- TRANSACTION_ID: A unique identifier for each staged record.
- ORGANIZATION_ID: Links to the inventory organization where the work order is processed.
- JOB_NAME: The name or number of the discrete job.
- STATUS: Indicates the processing state (e.g., 'NEW', 'PROCESSED', 'ERROR').
- CREATION_DATE: Timestamp when the record was staged.
- LAST_UPDATE_DATE: Timestamp of the last modification.
- ATTRIBUTE_CATEGORY/ATTRIBUTE_n: Flexfields for custom attributes.
- ERROR_MESSAGE: Captures validation failures during processing.
Integration with Oracle EBS Modules
The table interacts with multiple EBS modules:
- Work in Process (WIP): Validated data moves to
WIP_DISCRETE_JOBS
to update job statuses, quantities, or dates. - Inventory (INV): Item quantities and material transactions are synchronized via
MTL_MATERIAL_TRANSACTIONS
. - Cost Management (CST): Job costs are recalculated post-update.
- WSM (Warehouse Management): Lot and serial attributes are processed if WSM is implemented.
Data Flow and Processing
Records in M4R_WSM_DWIP_HDR_STAGING
are typically processed by concurrent programs or PL/SQL APIs (e.g., WSM_DWIP_HEADER_PUB.PROCESS_STAGING
). The workflow involves:
- Data Loading: External systems or shop floor devices populate the table via APIs or direct inserts.
- Validation: Checks for mandatory fields, valid organizations, and job existence.
- Processing: Approved records update core tables; errors are logged in
ERROR_MESSAGE
. - Cleanup: Processed records may be archived or purged.
Customizations and Performance
In implementations with high transaction volumes, indexes on TRANSACTION_ID
, ORGANIZATION_ID
, and STATUS
are recommended. Custom triggers or hooks may extend validation logic. Partitioning by CREATION_DATE
can improve query performance for large datasets.
Conclusion
The M4R_WSM_DWIP_HDR_STAGING
table is a pivotal component in Oracle EBS 12.1.1/12.2.2 for managing WIP transactions efficiently. By decoupling data capture from processing, it ensures system stability and scalability in manufacturing environments. Understanding its structure and integration points is essential for troubleshooting and optimizing MES workflows.
-
Lookup Type: CLN_COLLABORATION_POINT
12.2.2
product: CLN - Supply Chain Trading Connector for RosettaNet , meaning: Collaboration Point , description: Collaboration Point ,
-
Lookup Type: CLN_COLLABORATION_POINT
12.1.1
product: CLN - Supply Chain Trading Connector for RosettaNet , meaning: Collaboration Point , description: Collaboration Point ,
-
Table: M4R_WSM_DWIP_HDR_STAGING
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.M4R_WSM_DWIP_HDR_STAGING, object_name:M4R_WSM_DWIP_HDR_STAGING, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: M4R 7B1 Header Staging table , implementation_dba_data: CLN.M4R_WSM_DWIP_HDR_STAGING ,
-
Table: M4R_WSM_DWIP_MSG_STAGING
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.M4R_WSM_DWIP_MSG_STAGING, object_name:M4R_WSM_DWIP_MSG_STAGING, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: M4R 7B1 Message staging table , implementation_dba_data: CLN.M4R_WSM_DWIP_MSG_STAGING ,
-
Table: CLN_NOTIFICATION_ACTION_HDR
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_NOTIFICATION_ACTION_HDR, object_name:CLN_NOTIFICATION_ACTION_HDR, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Notification Action definition header table , implementation_dba_data: CLN.CLN_NOTIFICATION_ACTION_HDR ,
-
Table: CLN_COLL_HIST_DTL
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_COLL_HIST_DTL, object_name:CLN_COLL_HIST_DTL, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Stores the detail information for any collaboration. , implementation_dba_data: CLN.CLN_COLL_HIST_DTL ,
-
Table: CLN_AP_INVOICE_REJECTION_ARCH
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_AP_INVOICE_REJECTION_ARCH, object_name:CLN_AP_INVOICE_REJECTION_ARCH, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Holds the rejected invoices, which are deleted from AP_INTERFACE_HEADERS due to errors , implementation_dba_data: CLN.CLN_AP_INVOICE_REJECTION_ARCH ,
-
Table: CLN_CST_DTLS_TEMP
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_CST_DTLS_TEMP, object_name:CLN_CST_DTLS_TEMP, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: This table is a temporary table used for storing records which can be later used for running the costing concurrent request , implementation_dba_data: CLN.CLN_CST_DTLS_TEMP ,
-
Table: CLN_COLL_COMPLETED_STATUS
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_COLL_COMPLETED_STATUS, object_name:CLN_COLL_COMPLETED_STATUS, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: This table is used to default the collaboration status based on input parameters , implementation_dba_data: CLN.CLN_COLL_COMPLETED_STATUS ,
-
Table: CLN_NOTIFICATION_ACTION_DTL
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_NOTIFICATION_ACTION_DTL, object_name:CLN_NOTIFICATION_ACTION_DTL, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Notification Action definition detail table , implementation_dba_data: CLN.CLN_NOTIFICATION_ACTION_DTL ,
-
Table: CLN_CH_COLL_PROPERTIES
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_CH_COLL_PROPERTIES, object_name:CLN_CH_COLL_PROPERTIES, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Collabortion Properties , implementation_dba_data: CLN.CLN_CH_COLL_PROPERTIES ,
-
Table: M4R_WSM_DWIP_LOT_QTY_STAGING
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.M4R_WSM_DWIP_LOT_QTY_STAGING, object_name:M4R_WSM_DWIP_LOT_QTY_STAGING, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: M4R 7B1 Lot quantity staging table , implementation_dba_data: CLN.M4R_WSM_DWIP_LOT_QTY_STAGING ,
-
Table: CLN_COLL_HIST_HDR
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_COLL_HIST_HDR, object_name:CLN_COLL_HIST_HDR, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Stores the header information for any collaboration. , implementation_dba_data: CLN.CLN_COLL_HIST_HDR ,
-
Table: CLN_COLL_COMPLETED_STATUS
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_COLL_COMPLETED_STATUS, object_name:CLN_COLL_COMPLETED_STATUS, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: This table is used to default the collaboration status based on input parameters , implementation_dba_data: CLN.CLN_COLL_COMPLETED_STATUS ,
-
Table: CLN_CH_DISPLAY_LABELS_HDR
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_CH_DISPLAY_LABELS_HDR, object_name:CLN_CH_DISPLAY_LABELS_HDR, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Header Information of Setup Data of Lables(Names of the fields) displayed in Collaboration History , implementation_dba_data: CLN.CLN_CH_DISPLAY_LABELS_HDR ,
-
Table: CLN_CH_XMLGTXN_MAPPING
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_CH_XMLGTXN_MAPPING, object_name:CLN_CH_XMLGTXN_MAPPING, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: This table recognises the Application ID, Document Type and Collaboration Type for on the basis of the XML setup. , implementation_dba_data: CLN.CLN_CH_XMLGTXN_MAPPING ,
-
Table: CLN_NOTIFICATION_CODES_TL
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_NOTIFICATION_CODES_TL, object_name:CLN_NOTIFICATION_CODES_TL, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Notification Codes translated table , implementation_dba_data: CLN.CLN_NOTIFICATION_CODES_TL ,
-
Table: CLN_COLL_MESSAGES
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_COLL_MESSAGES, object_name:CLN_COLL_MESSAGES, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Stores the detail messages for any collaboration. , implementation_dba_data: CLN.CLN_COLL_MESSAGES ,
-
Table: CLN_CH_DISPLAY_LABELS_DTL_B
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_CH_DISPLAY_LABELS_DTL_B, object_name:CLN_CH_DISPLAY_LABELS_DTL_B, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Detail Information of Setup Data of Lables(Names of the fields) displayed in Collaboration History , implementation_dba_data: CLN.CLN_CH_DISPLAY_LABELS_DTL_B ,
-
Table: CLN_NOTIFICATION_CODES_TL
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_NOTIFICATION_CODES_TL, object_name:CLN_NOTIFICATION_CODES_TL, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Notification Codes translated table , implementation_dba_data: CLN.CLN_NOTIFICATION_CODES_TL ,
-
Table: CLN_NOTIFICATION_CODES_B
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_NOTIFICATION_CODES_B, object_name:CLN_NOTIFICATION_CODES_B, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Notification Codes base table. , implementation_dba_data: CLN.CLN_NOTIFICATION_CODES_B ,
-
Table: M4R_WSM_DWIP_MSG_STAGING
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.M4R_WSM_DWIP_MSG_STAGING, object_name:M4R_WSM_DWIP_MSG_STAGING, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: M4R 7B1 Message staging table , implementation_dba_data: CLN.M4R_WSM_DWIP_MSG_STAGING ,
-
Table: CLN_CH_COLL_PROPERTIES
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_CH_COLL_PROPERTIES, object_name:CLN_CH_COLL_PROPERTIES, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Collabortion Properties , implementation_dba_data: CLN.CLN_CH_COLL_PROPERTIES ,
-
Table: CLN_COLL_HIST_DTL
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_COLL_HIST_DTL, object_name:CLN_COLL_HIST_DTL, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Stores the detail information for any collaboration. , implementation_dba_data: CLN.CLN_COLL_HIST_DTL ,
-
Table: CLN_ITEMMST_DELETED_ITEMS
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_ITEMMST_DELETED_ITEMS, object_name:CLN_ITEMMST_DELETED_ITEMS, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Archived Item Information, for temporary internal storage , implementation_dba_data: CLN.CLN_ITEMMST_DELETED_ITEMS ,
-
Table: CLN_CH_DISPLAY_LABELS_HDR
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_CH_DISPLAY_LABELS_HDR, object_name:CLN_CH_DISPLAY_LABELS_HDR, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Header Information of Setup Data of Lables(Names of the fields) displayed in Collaboration History , implementation_dba_data: CLN.CLN_CH_DISPLAY_LABELS_HDR ,
-
Table: CLN_RN_VALIDATIONS
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_RN_VALIDATIONS, object_name:CLN_RN_VALIDATIONS, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Validations of RosettaNet PIPs as per RosettaNet Specifications , implementation_dba_data: CLN.CLN_RN_VALIDATIONS ,
-
Table: CLN_CH_DISPLAY_LABELS_DTL_TL
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_CH_DISPLAY_LABELS_DTL_TL, object_name:CLN_CH_DISPLAY_LABELS_DTL_TL, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Detail Information of Setup Data of Lables(Names of the fields) displayed in Collaboration History , implementation_dba_data: CLN.CLN_CH_DISPLAY_LABELS_DTL_TL ,
-
Table: CLN_CH_XMLGTXN_MAPPING
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_CH_XMLGTXN_MAPPING, object_name:CLN_CH_XMLGTXN_MAPPING, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: This table recognises the Application ID, Document Type and Collaboration Type for on the basis of the XML setup. , implementation_dba_data: CLN.CLN_CH_XMLGTXN_MAPPING ,
-
Table: CLN_RN_VALIDATIONS
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_RN_VALIDATIONS, object_name:CLN_RN_VALIDATIONS, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Validations of RosettaNet PIPs as per RosettaNet Specifications , implementation_dba_data: CLN.CLN_RN_VALIDATIONS ,
-
Table: CLN_ITEMMST_DELETED_ITEMS
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_ITEMMST_DELETED_ITEMS, object_name:CLN_ITEMMST_DELETED_ITEMS, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Archived Item Information, for temporary internal storage , implementation_dba_data: CLN.CLN_ITEMMST_DELETED_ITEMS ,
-
Table: CLN_NOTIFICATION_ACTION_HDR
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_NOTIFICATION_ACTION_HDR, object_name:CLN_NOTIFICATION_ACTION_HDR, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Notification Action definition header table , implementation_dba_data: CLN.CLN_NOTIFICATION_ACTION_HDR ,
-
Table: CLN_CH_DISPLAY_LABELS_DTL_TL
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_CH_DISPLAY_LABELS_DTL_TL, object_name:CLN_CH_DISPLAY_LABELS_DTL_TL, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Detail Information of Setup Data of Lables(Names of the fields) displayed in Collaboration History , implementation_dba_data: CLN.CLN_CH_DISPLAY_LABELS_DTL_TL ,
-
Table: CLN_NOTIFICATION_ACTION_DTL
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_NOTIFICATION_ACTION_DTL, object_name:CLN_NOTIFICATION_ACTION_DTL, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Notification Action definition detail table , implementation_dba_data: CLN.CLN_NOTIFICATION_ACTION_DTL ,
-
Table: M4R_WSM_DWIP_LOT_QTY_STAGING
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.M4R_WSM_DWIP_LOT_QTY_STAGING, object_name:M4R_WSM_DWIP_LOT_QTY_STAGING, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: M4R 7B1 Lot quantity staging table , implementation_dba_data: CLN.M4R_WSM_DWIP_LOT_QTY_STAGING ,
-
Table: CLN_COLL_HIST_HDR
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_COLL_HIST_HDR, object_name:CLN_COLL_HIST_HDR, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Stores the header information for any collaboration. , implementation_dba_data: CLN.CLN_COLL_HIST_HDR ,
-
Table: CLN_CH_DISPLAY_LABELS_DTL_B
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_CH_DISPLAY_LABELS_DTL_B, object_name:CLN_CH_DISPLAY_LABELS_DTL_B, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Detail Information of Setup Data of Lables(Names of the fields) displayed in Collaboration History , implementation_dba_data: CLN.CLN_CH_DISPLAY_LABELS_DTL_B ,
-
Table: CLN_AP_INVOICE_REJECTION_ARCH
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_AP_INVOICE_REJECTION_ARCH, object_name:CLN_AP_INVOICE_REJECTION_ARCH, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Holds the rejected invoices, which are deleted from AP_INTERFACE_HEADERS due to errors , implementation_dba_data: CLN.CLN_AP_INVOICE_REJECTION_ARCH ,
-
Table: CLN_NOTIFICATION_CODES_B
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_NOTIFICATION_CODES_B, object_name:CLN_NOTIFICATION_CODES_B, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Notification Codes base table. , implementation_dba_data: CLN.CLN_NOTIFICATION_CODES_B ,
-
Table: CLN_CST_DTLS_TEMP
12.1.1
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_CST_DTLS_TEMP, object_name:CLN_CST_DTLS_TEMP, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: This table is a temporary table used for storing records which can be later used for running the costing concurrent request , implementation_dba_data: CLN.CLN_CST_DTLS_TEMP ,
-
Table: M4R_WSM_DWIP_HDR_STAGING
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.M4R_WSM_DWIP_HDR_STAGING, object_name:M4R_WSM_DWIP_HDR_STAGING, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: M4R 7B1 Header Staging table , implementation_dba_data: CLN.M4R_WSM_DWIP_HDR_STAGING ,
-
Table: CLN_COLL_MESSAGES
12.2.2
owner:CLN, object_type:TABLE, fnd_design_data:CLN.CLN_COLL_MESSAGES, object_name:CLN_COLL_MESSAGES, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Stores the detail messages for any collaboration. , implementation_dba_data: CLN.CLN_COLL_MESSAGES ,
-
File: CLN_Tables.html
12.2.2
product: CLN - Supply Chain Trading Connector for RosettaNet , size: 315.612 KBytes , file_type: HTML Report , description: CLN_Tables.html is an html report that documents the table and view definitions for the CLN product. ,
-
File: CLN_Tables.html
12.1.1
product: CLN - Supply Chain Trading Connector for RosettaNet , size: 313.94 KBytes , file_type: HTML Report , description: CLN_Tables.html is an html report that documents the table and view definitions for the CLN product. ,
-
View: CLN_NOTIFICATION_CODES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_NOTIFICATION_CODES_VL, object_name:CLN_NOTIFICATION_CODES_VL, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Notification Codes table view that provides the translated notification message , implementation_dba_data: APPS.CLN_NOTIFICATION_CODES_VL ,
-
View: CLN_NOTIFICATION_CODES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_NOTIFICATION_CODES_VL, object_name:CLN_NOTIFICATION_CODES_VL, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: Notification Codes table view that provides the translated notification message , implementation_dba_data: APPS.CLN_NOTIFICATION_CODES_VL ,
-
Concurrent Program: M4USETUP
12.1.1
execution_filename: M4U_SETUP_PACKAGE.SETUP , product: CLN - Supply Chain Trading Connector for RosettaNet , user_name: M4U: Setup HR location and ECX Transactions , description: provide setup for the HR location and ECX transactions , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: M4USETUP
12.2.2
execution_filename: M4U_SETUP_PACKAGE.SETUP , product: CLN - Supply Chain Trading Connector for RosettaNet , user_name: M4U: Setup HR location and ECX Transactions , description: provide setup for the HR location and ECX transactions , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
View: CLN_WSH_SS_SHIPITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_WSH_SS_SHIPITEMS_V, object_name:CLN_WSH_SS_SHIPITEMS_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View of delivery line details , implementation_dba_data: APPS.CLN_WSH_SS_SHIPITEMS_V ,
-
View: CLN_WSH_SS_SHIPITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_WSH_SS_SHIPITEMS_V, object_name:CLN_WSH_SS_SHIPITEMS_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View of delivery line details , implementation_dba_data: APPS.CLN_WSH_SS_SHIPITEMS_V ,