Search Results prime_contrctr_part_ext
Overview
APPS.WSH_OPSM_ASN_ITEMS_SPECIFIC_V is a reporting view owned by the APPS schema and registered under the FND Design Data namespace WSH.WSH_OPSM_ASN_ITEMS_SPECIFIC_V. It exposes line-level order and scheduling attributes used by Oracle E-Business Suite's Order Processing and Shipping Management (OPSM) flows, and in particular by Advanced Shipment Notice (ASN) processing and integration with supplier scheduling / release management. The view consolidates order header, order line, customer cumulative key, and schedule header/line data into a single denormalized projection, making it suitable for outbound interfaces, ASN generation, and concurrent reporting programs that require order and shipment context in one query. Status is documented as VALID in the ETRM repository for both Oracle EBS 12.1.1 and 12.2.2.
The user search term packaging_code_ext corresponds directly to the PACKAGING_CODE_EXT column (VARCHAR2(10)) exposed by this view. This is an externally-supplied packaging classification attribute, typically populated through customer or supplier item cross-reference data and consumed downstream in ASN and logistics messaging.
Underlying Base Objects
The ETRM dependency metadata documents the following referenced base objects, all exposed through synonyms in the APPS schema:
- OE_ORDER_HEADERS_ALL — supplies order header context (ORDER_HEADER_ID, SOURCE_CODE, and invoice-to organization/contact identifiers).
- OE_ORDER_LINES_ALL — supplies line-level detail including ORDER_LINE_ID, SPLIT_FROM_LINE_ID, LINK_TO_LINE_ID, ORDER_LINE_NUMBER, and pricing attributes.
- RLM_CUST_ITEM_CUM_KEYS_ALL — provides customer item cumulative key data, including CUM_START_DATE and related cumulative reference attributes.
- RLM_SCHEDULE_HEADERS_ALL — provides scheduling header context such as schedule generation date and schedule reference information.
- RLM_SCHEDULE_LINES_ALL — provides schedule line detail aligned to order lines.
The view therefore serves as a join layer: OE_ORDER_HEADERS_ALL and OE_ORDER_LINES_ALL provide the commercial order structure, while the RLM_* objects add scheduling and demand/cumulative context. Column names ending in _EXT identify externally-sourced extension attributes carried on the schedule lines and cross-reference records.
Key Columns
- SOURCE_CODE (CHAR) — identifiers the source system of the order line; central to downstream processing logic.
- ORDER_HEADER_ID, ORDER_LINE_ID, SPLIT_FROM_LINE_ID, LINK_TO_LINE_ID — order identity and lineage, supporting split and linked line scenarios.
- ORDER_LINE_NUMBER, ORIGINAL_SYSTEM_LINE_REFERENCE — human-readable and source-system line references.
- ORDER_DATE_TYPE_CODE, PROMISE_DATE — requested/date-type classification and promised ship date.
- ITEM_TYPE_CODE_INT, UNIT_SELLING_PRICE, CUSTOMER_ITEM_REVISION — item classification, price, and customer revision.
- INVOICE_TO_ORG_ID, INVOICE_TO_CONTACT_ID — invoicing party identifiers.
- COMPONENT_CODE, OPTION_FLAG — configuration and option/ATO handling attributes.
- SCHED_GENERATION_DATE, SCHEDULE_REFERENCE_NUM — scheduling context from RLM_SCHEDULE_HEADERS_ALL.
- PACKAGING_CODE_EXT (VARCHAR2(10)) — externally-supplied packaging classification; the term the user searched for.
- LETTER_CREDIT_EXT, LETTER_CREDIT_EXPDT_EXT, PRIME_CONTRCTR_PART_EXT, SUPPLIER_ITEM_EXT — external reference attributes for credit letters, prime contractor part numbers, and supplier items.
- PULLSIGNAL_REF_NUM, PULLSIGNAL_START_SERIAL, PULLSIGNAL_END_SERIAL — pull signal / kanban references and serial ranges.
- CUST_PO_RELEASE_NUM, CUST_PO_DATE, CUST_PO_LINE_NUM — customer purchase order release detail.
- CUM_START_DATE — cumulative start date from the customer item cumulative keys.
Common Use Cases and Queries
Typical uses include ASN and shipment notification data extraction, supplier scheduling reports, customer PO release reconciliation, and external integration feeds that require packaging and supplier item attributes. A basic query filtered on packaging code:
SELECT ORDER_LINE_ID, ORDER_LINE_NUMBER, PACKAGING_CODE_EXT, SUPPLIER_ITEM_EXT, CUST_PO_RELEASE_NUM, PROMISE_DATE FROM APPS.WSH_OPSM_ASN_ITEMS_SPECIFIC_V WHERE PACKAGING_CODE_EXT = :p_packaging_code;SELECT ORDER_HEADER_ID, ORDER_LINE_ID, SOURCE_CODE, SCHEDULE_REFERENCE_NUM, CUM_START_DATE FROM APPS.WSH_OPSM_ASN_ITEMS_SPECIFIC_V WHERE ORDER_HEADER_ID = :p_header_id;
Because the view performs multiple joins across order and scheduling tables, production queries should always be constrained by identifiers such as ORDER_HEADER_ID, ORDER_LINE_ID, or PACKAGING_CODE_EXT, and combined with appropriate indexes on the underlying base tables to avoid full-scan performance degradation.
-
VIEW: APPS.WSH_OPSM_ASN_ITEMS_SPECIFIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OPSM_ASN_ITEMS_SPECIFIC_V, object_name:WSH_OPSM_ASN_ITEMS_SPECIFIC_V, status:VALID,
-
VIEW: APPS.WSH_OPSM_ASN_ITEMS_SPECIFIC_V
12.2.2
-
View: WSH_OPSM_ASN_ITEMS_SPECIFIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OPSM_ASN_ITEMS_SPECIFIC_V, object_name:WSH_OPSM_ASN_ITEMS_SPECIFIC_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_OPSM_ASN_ITEMS_SPECIFIC_V ,
-
View: WSH_DSNO_ITEMS_SPECIFIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_SPECIFIC_V, object_name:WSH_DSNO_ITEMS_SPECIFIC_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_ITEMS_SPECIFIC_V ,
-
View: WSH_DSNO_ITEMS_SPECIFIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_SPECIFIC_V, object_name:WSH_DSNO_ITEMS_SPECIFIC_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_ITEMS_SPECIFIC_V ,
-
VIEW: RLM.RLM_SCHEDULE_LINES_ALL#
12.2.2
-
VIEW: RLM.RLM_INTERFACE_LINES_ALL#
12.2.2
-
VIEW: APPS.WSH_DSNO_ITEMS_SPECIFIC_V
12.1.1
-
VIEW: APPS.RLM_SCHEDULE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SCHEDULE_ITEMS_V, object_name:RLM_SCHEDULE_ITEMS_V, status:VALID,
-
VIEW: APPS.WSH_DSNO_ITEMS_SPECIFIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_SPECIFIC_V, object_name:WSH_DSNO_ITEMS_SPECIFIC_V, status:VALID,
-
VIEW: APPS.WSH_DSNO_ITEMS_SPECIFIC_V
12.2.2
-
VIEW: APPS.RLM_SCHEDULE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SCHEDULE_ITEMS_V, object_name:RLM_SCHEDULE_ITEMS_V, status:VALID,
-
VIEW: APPS.WSH_DSNO_ITEMS_SPECIFIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_SPECIFIC_V, object_name:WSH_DSNO_ITEMS_SPECIFIC_V, status:VALID,
-
VIEW: APPS.RLM_SCHEDULE_INTERFACE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SCHEDULE_INTERFACE_LINES_V, object_name:RLM_SCHEDULE_INTERFACE_LINES_V, status:VALID,
-
APPS.RLM_AD_SV SQL Statements
12.2.2
-
View: WSH_DSNO_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_V, object_name:WSH_DSNO_ITEMS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_ITEMS_V ,
-
View: WSH_DSNO_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_V, object_name:WSH_DSNO_ITEMS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_ITEMS_V ,
-
VIEW: APPS.WSH_DSNO_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_V, object_name:WSH_DSNO_ITEMS_V, status:VALID,
-
VIEW: APPS.WSH_DSNO_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_V, object_name:WSH_DSNO_ITEMS_V, status:VALID,
-
VIEW: RLM.RLM_SCHEDULE_LINES_ALL#
12.2.2
owner:RLM, object_type:VIEW, object_name:RLM_SCHEDULE_LINES_ALL#, status:VALID,
-
VIEW: APPS.RLM_SCHEDULE_INTERFACE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SCHEDULE_INTERFACE_LINES_V, object_name:RLM_SCHEDULE_INTERFACE_LINES_V, status:VALID,
-
APPS.RLM_AD_SV SQL Statements
12.1.1
-
View: RLM_SCHEDULE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SCHEDULE_ITEMS_V, object_name:RLM_SCHEDULE_ITEMS_V, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_SCHEDULE_ITEMS_V ,
-
View: RLM_SCHEDULE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SCHEDULE_ITEMS_V, object_name:RLM_SCHEDULE_ITEMS_V, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_SCHEDULE_ITEMS_V ,
-
VIEW: RLM.RLM_INTERFACE_LINES_ALL#
12.2.2
owner:RLM, object_type:VIEW, object_name:RLM_INTERFACE_LINES_ALL#, status:VALID,
-
View: RLM_SCHEDULE_INTERFACE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SCHEDULE_INTERFACE_LINES_V, object_name:RLM_SCHEDULE_INTERFACE_LINES_V, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_SCHEDULE_INTERFACE_LINES_V ,
-
View: RLM_SCHEDULE_INTERFACE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_SCHEDULE_INTERFACE_LINES_V, object_name:RLM_SCHEDULE_INTERFACE_LINES_V, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_SCHEDULE_INTERFACE_LINES_V ,
-
PACKAGE BODY: APPS.RLM_AD_SV
12.2.2
-
PACKAGE BODY: APPS.RLM_AD_SV
12.1.1
-
TABLE: RLM.RLM_SCHEDULE_LINES_ALL
12.1.1
owner:RLM, object_type:TABLE, fnd_design_data:RLM.RLM_SCHEDULE_LINES_ALL, object_name:RLM_SCHEDULE_LINES_ALL, status:VALID,
-
TABLE: RLM.RLM_SCHEDULE_LINES_ALL
12.2.2
owner:RLM, object_type:TABLE, fnd_design_data:RLM.RLM_SCHEDULE_LINES_ALL, object_name:RLM_SCHEDULE_LINES_ALL, status:VALID,
-
TABLE: RLM.RLM_INTERFACE_LINES_ALL
12.1.1
owner:RLM, object_type:TABLE, fnd_design_data:RLM.RLM_INTERFACE_LINES_ALL, object_name:RLM_INTERFACE_LINES_ALL, status:VALID,
-
TABLE: RLM.RLM_INTERFACE_LINES_ALL
12.2.2
owner:RLM, object_type:TABLE, fnd_design_data:RLM.RLM_INTERFACE_LINES_ALL, object_name:RLM_INTERFACE_LINES_ALL, status:VALID,
-
APPS.RLM_VALIDATEDEMAND_SV SQL Statements
12.1.1
-
APPS.RLM_VALIDATEDEMAND_SV SQL Statements
12.2.2
-
APPS.RLM_MANAGE_DEMAND_SV SQL Statements
12.2.2
-
APPS.RLM_MANAGE_DEMAND_SV SQL Statements
12.1.1
-
eTRM - RLM Tables and Views
12.1.1
description: This table stores the details of Query Criteria for each of the Query in RLM_UI_QUERIES ,
-
eTRM - RLM Tables and Views
12.2.2
description: This table stores the details of Query Criteria for each of the Query in RLM_UI_QUERIES ,
-
PACKAGE BODY: APPS.RLM_VALIDATEDEMAND_SV
12.2.2
-
PACKAGE BODY: APPS.RLM_VALIDATEDEMAND_SV
12.1.1
-
eTRM - WSH Tables and Views
12.2.2
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,
-
PACKAGE BODY: APPS.RLM_MANAGE_DEMAND_SV
12.1.1
-
PACKAGE BODY: APPS.RLM_MANAGE_DEMAND_SV
12.2.2
-
eTRM - WSH Tables and Views
12.1.1
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,