Search Results rcv_shipment_headers
The RCV_SHIPMENT_HEADERS table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 serves as a critical repository for recording and managing receipt-related transactions within the Purchasing and Inventory modules. This table stores high-level information about inbound shipments, acting as the parent entity for detailed receipt lines stored in RCV_SHIPMENT_LINES. Below is a detailed technical and functional analysis of this table's structure, purpose, and integration within Oracle EBS.
Table Overview
RCV_SHIPMENT_HEADERS is part of the Receiving (RCV) application tablespace in Oracle EBS. It captures metadata about shipments received from suppliers, including shipment dates, receipt methods, and associated purchase orders. The table is fundamental to the three-way matching process (PO, receipt, and invoice) in procurement workflows.Key Columns and Descriptions
- SHIPMENT_HEADER_ID: Primary key, uniquely identifying each shipment record.
- RECEIPT_NUM: User-friendly identifier for the shipment, often displayed in Receiving screens.
- VENDOR_ID: References PO_VENDORS, linking to the supplier.
- SHIP_TO_ORG_ID: Indicates the inventory organization receiving the shipment (references HR_ORGANIZATION_UNITS).
- SHIPMENT_TYPE: Classifies shipments (e.g., "STANDARD", "RETURN TO VENDOR").
- RECEIVE_DATE: Timestamp of receipt creation.
- EMPLOYEE_ID: Identifies the receiver (references PER_ALL_PEOPLE_F).
- STATUS: Tracks workflow state (e.g., "PENDING", "RECEIVED", "DELIVERED").
- WAYBILL_AIRBILL_NUM: Carrier tracking number for logistics.
- ASN_TYPE: Indicates Advance Shipment Notice (ASN) integration status.
Functional Significance
The table supports core procurement processes:- Receipt Creation: Acts as the header for receipt transactions, whether manual or via ASN.
- Three-Way Matching: Provides data for validating PO-receipt-invoice consistency.
- Inventory Integration: Shipments transition to inventory via MTL_TRANSACTIONS_INTERFACE upon delivery.
- Supplier Performance: Timestamps and statuses enable supplier lead time analysis.
Integration Points
- Purchasing: Linked to PO_HEADERS_ALL via PO_HEADER_ID.
- Inventory: SHIP_TO_ORG_ID ties to MTL_PARAMETERS.
- Payables: Receipts referenced in AP_INVOICE_LINES for matching.
- Costing: Receipt dates impact material cost calculations in CST_ITEM_COSTS.
Technical Considerations
- Indexes: Key indexes include RCV_SHIPMENT_HEADERS_U1 (on SHIPMENT_HEADER_ID) and RCV_SHIPMENT_HEADERS_N1 (on RECEIPT_NUM).
- Partitioning: In high-volume environments, partitioning by RECEIVE_DATE improves query performance.
- API Interactions: The RCV_TRANSACTIONS_PUB API manipulates this table during receipt processing.
Version-Specific Notes
Differences between 12.1.1 and 12.2.2 are minimal for this table, but 12.2.2 may include:- Enhanced ASN columns for EDI integrations.
- Additional status values for new workflow states.
- Optimized foreign key constraints for performance.
Customization Impact
Extensions often include:- Custom statuses via lookup codes (FND_LOOKUP_VALUES).
- DFFs (Descriptive Flexfields) for industry-specific attributes.
- Triggers to enforce business rules during receipt approval.
Conclusion
The RCV_SHIPMENT_HEADERS table is a linchpin in Oracle EBS' procure-to-pay cycle, ensuring accurate receipt recording and downstream processing. Its design reflects Oracle's commitment to auditability (via timestamps and status tracking) and integration across financial and supply chain modules. Proper understanding of this table is essential for troubleshooting receipt issues, designing custom reports, or extending receiving functionality.-
Table: RCV_SHIPMENT_HEADERS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SHIPMENT_HEADERS, object_name:RCV_SHIPMENT_HEADERS, status:VALID, product: PO - Purchasing , description: Shipment and receipt header information , implementation_dba_data: PO.RCV_SHIPMENT_HEADERS ,
-
Table: RCV_SHIPMENT_HEADERS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SHIPMENT_HEADERS, object_name:RCV_SHIPMENT_HEADERS, status:VALID, product: PO - Purchasing , description: Shipment and receipt header information , implementation_dba_data: PO.RCV_SHIPMENT_HEADERS ,
-
Lookup Type: MRC_UPGRADE
12.1.1
product: PO - Purchasing , meaning: NODESCRIPTION47 ,
-
Lookup Type: MRC_UPGRADE
12.2.2
product: PO - Purchasing , meaning: NODESCRIPTION47 ,
-
Table: RCV_MC_SHIPMENT_HEADERS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_MC_SHIPMENT_HEADERS, object_name:RCV_MC_SHIPMENT_HEADERS, status:VALID, product: PO - Purchasing , description: MRC sub-table of RCV_SHIPMENT_HEADERS , implementation_dba_data: PO.RCV_MC_SHIPMENT_HEADERS ,
-
Table: RCV_MC_SHIPMENT_HEADERS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_MC_SHIPMENT_HEADERS, object_name:RCV_MC_SHIPMENT_HEADERS, status:VALID, product: PO - Purchasing , description: MRC sub-table of RCV_SHIPMENT_HEADERS , implementation_dba_data: PO.RCV_MC_SHIPMENT_HEADERS ,
-
Table: PO_RCV_CHARGES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RCV_CHARGES, object_name:PO_RCV_CHARGES, status:VALID, product: PO - Purchasing , description: Table for Freight and Special Charge records , implementation_dba_data: PO.PO_RCV_CHARGES ,
-
View: RCV_RECEIPTS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_ALL_V, object_name:RCV_RECEIPTS_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_RECEIPTS_ALL_V ,
-
View: RCV_RECEIPTS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_ALL_V, object_name:RCV_RECEIPTS_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_RECEIPTS_ALL_V ,
-
View: RCV_MSH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MSH_V, object_name:RCV_MSH_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_MSH_V ,
-
View: RCV_MSH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MSH_V, object_name:RCV_MSH_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_MSH_V ,
-
View: POBV_MC_INBOUND_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_MC_INBOUND_SHIPMENTS, object_name:POBV_MC_INBOUND_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_MC_INBOUND_SHIPMENTS ,
-
View: POBV_MC_INBOUND_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_MC_INBOUND_SHIPMENTS, object_name:POBV_MC_INBOUND_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_MC_INBOUND_SHIPMENTS ,
-
View: POFV_MC_INBOUND_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_MC_INBOUND_SHIPMENTS, object_name:POFV_MC_INBOUND_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_MC_INBOUND_SHIPMENTS ,
-
View: POFV_MC_INBOUND_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_MC_INBOUND_SHIPMENTS, object_name:POFV_MC_INBOUND_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_MC_INBOUND_SHIPMENTS ,
-
View: PO_SHIP_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SHIP_SUPPLY_VIEW, object_name:PO_SHIP_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Purchasing shipment supply , implementation_dba_data: APPS.PO_SHIP_SUPPLY_VIEW ,
-
View: PO_SHIP_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SHIP_SUPPLY_VIEW, object_name:PO_SHIP_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Purchasing shipment supply , implementation_dba_data: APPS.PO_SHIP_SUPPLY_VIEW ,
-
Table: RCV_SUPPLY
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SUPPLY, object_name:RCV_SUPPLY, status:VALID, product: PO - Purchasing , description: Summary information about items in receiving/inspection , implementation_dba_data: PO.RCV_SUPPLY ,
-
Table: RCV_SUPPLY
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SUPPLY, object_name:RCV_SUPPLY, status:VALID, product: PO - Purchasing , description: Summary information about items in receiving/inspection , implementation_dba_data: PO.RCV_SUPPLY ,
-
View: POBV_INBOUND_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_INBOUND_SHIPMENTS, object_name:POBV_INBOUND_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_INBOUND_SHIPMENTS ,
-
View: POBV_INBOUND_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_INBOUND_SHIPMENTS, object_name:POBV_INBOUND_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_INBOUND_SHIPMENTS ,
-
View: RCV_SHIPMENT_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_SHIPMENT_HEADERS_V, object_name:RCV_SHIPMENT_HEADERS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_SHIPMENT_HEADERS_V ,
-
View: RCV_SHIPMENT_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_SHIPMENT_HEADERS_V, object_name:RCV_SHIPMENT_HEADERS_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_SHIPMENT_HEADERS_V ,
-
Table: RCV_TRANSACTIONS_INTERFACE
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_TRANSACTIONS_INTERFACE, object_name:RCV_TRANSACTIONS_INTERFACE, status:VALID, product: PO - Purchasing , description: Receiving transactions interface table , implementation_dba_data: PO.RCV_TRANSACTIONS_INTERFACE ,
-
Table: RCV_TRANSACTIONS_INTERFACE
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_TRANSACTIONS_INTERFACE, object_name:RCV_TRANSACTIONS_INTERFACE, status:VALID, product: PO - Purchasing , description: Receiving transactions interface table , implementation_dba_data: PO.RCV_TRANSACTIONS_INTERFACE ,
-
View: POS_RECEIPT_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RECEIPT_HEADERS_V, object_name:POS_RECEIPT_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RECEIPT_HEADERS_V ,
-
View: RCV_FTE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_FTE_HEADERS_V, object_name:RCV_FTE_HEADERS_V, status:VALID, product: PO - Purchasing , description: Header Lines for logistics , implementation_dba_data: APPS.RCV_FTE_HEADERS_V ,
-
View: RCV_FTE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_FTE_HEADERS_V, object_name:RCV_FTE_HEADERS_V, status:VALID, product: PO - Purchasing , description: Header Lines for logistics , implementation_dba_data: APPS.RCV_FTE_HEADERS_V ,
-
View: POS_RECEIPT_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RECEIPT_HEADERS_V POS.POS_RECEIPT_HEADERS_V, object_name:POS_RECEIPT_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RECEIPT_HEADERS_V ,
-
View: PO_RCV_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RCV_SUPPLY_VIEW, object_name:PO_RCV_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Receiving supply , implementation_dba_data: APPS.PO_RCV_SUPPLY_VIEW ,
-
View: PO_RCV_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RCV_SUPPLY_VIEW, object_name:PO_RCV_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Receiving supply , implementation_dba_data: APPS.PO_RCV_SUPPLY_VIEW ,
-
View: RCV_RECEIPTS_PRINT_INV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_PRINT_INV, object_name:RCV_RECEIPTS_PRINT_INV, status:VALID, product: PO - Purchasing , description: Print view of receipts , implementation_dba_data: APPS.RCV_RECEIPTS_PRINT_INV ,
-
View: RCV_RECEIPTS_PRINT_INV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_PRINT_INV, object_name:RCV_RECEIPTS_PRINT_INV, status:VALID, product: PO - Purchasing , description: Print view of receipts , implementation_dba_data: APPS.RCV_RECEIPTS_PRINT_INV ,
-
View: RCV_FTE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_FTE_LINES_V, object_name:RCV_FTE_LINES_V, status:VALID, product: PO - Purchasing , description: Transaction Lines for logistics , implementation_dba_data: APPS.RCV_FTE_LINES_V ,
-
View: RCV_FTE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_FTE_LINES_V, object_name:RCV_FTE_LINES_V, status:VALID, product: PO - Purchasing , description: Transaction Lines for logistics , implementation_dba_data: APPS.RCV_FTE_LINES_V ,
-
Table: RCV_SHIPMENT_LINES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SHIPMENT_LINES, object_name:RCV_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: Receiving shipment line information , implementation_dba_data: PO.RCV_SHIPMENT_LINES ,
-
Table: RCV_SHIPMENT_LINES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SHIPMENT_LINES, object_name:RCV_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: Receiving shipment line information , implementation_dba_data: PO.RCV_SHIPMENT_LINES ,
-
View: RCV_RECEIVING_VALUE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIVING_VALUE_VIEW, object_name:RCV_RECEIVING_VALUE_VIEW, status:VALID, product: PO - Purchasing , description: Receiving Value Report , implementation_dba_data: APPS.RCV_RECEIVING_VALUE_VIEW ,
-
View: RCV_RECEIVING_VALUE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIVING_VALUE_VIEW, object_name:RCV_RECEIVING_VALUE_VIEW, status:VALID, product: PO - Purchasing , description: Receiving Value Report , implementation_dba_data: APPS.RCV_RECEIVING_VALUE_VIEW ,
-
View: POS_VIEW_ASN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_VIEW_ASN, object_name:POS_VIEW_ASN, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_VIEW_ASN ,
-
View: PO_SHIP_RCV_SUPPLY_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SHIP_RCV_SUPPLY_VIEW, object_name:PO_SHIP_RCV_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Shipment receipts supply , implementation_dba_data: APPS.PO_SHIP_RCV_SUPPLY_VIEW ,
-
View: PO_SHIP_RCV_SUPPLY_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SHIP_RCV_SUPPLY_VIEW, object_name:PO_SHIP_RCV_SUPPLY_VIEW, status:VALID, product: PO - Purchasing , description: Shipment receipts supply , implementation_dba_data: APPS.PO_SHIP_RCV_SUPPLY_VIEW ,
-
View: POS_VIEW_ASN
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_VIEW_ASN POS.POS_VIEW_ASN, object_name:POS_VIEW_ASN, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_VIEW_ASN ,
-
View: POS_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_HEADERS_V, object_name:POS_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_HEADERS_V ,
-
View: RCV_OPSM_MANUFACT_ADDRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_OPSM_MANUFACT_ADDRESS_V, object_name:RCV_OPSM_MANUFACT_ADDRESS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.RCV_OPSM_MANUFACT_ADDRESS_V ,
-
View: POS_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_HEADERS_V POS.POS_HEADERS_V, object_name:POS_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_HEADERS_V ,
-
View: RCV_RECEIPTS_PRINT_RMA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_PRINT_RMA, object_name:RCV_RECEIPTS_PRINT_RMA, status:VALID, product: PO - Purchasing , description: Print view of receipts , implementation_dba_data: APPS.RCV_RECEIPTS_PRINT_RMA ,
-
View: RCV_RECEIPTS_PRINT_REQ
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_PRINT_REQ, object_name:RCV_RECEIPTS_PRINT_REQ, status:VALID, product: PO - Purchasing , description: Print view of receipts , implementation_dba_data: APPS.RCV_RECEIPTS_PRINT_REQ ,
-
View: RCV_RECEIPTS_PRINT_REQ
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_PRINT_REQ, object_name:RCV_RECEIPTS_PRINT_REQ, status:VALID, product: PO - Purchasing , description: Print view of receipts , implementation_dba_data: APPS.RCV_RECEIPTS_PRINT_REQ ,
-
View: RCV_RECEIPTS_PRINT_RMA
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_PRINT_RMA, object_name:RCV_RECEIPTS_PRINT_RMA, status:VALID, product: PO - Purchasing , description: Print view of receipts , implementation_dba_data: APPS.RCV_RECEIPTS_PRINT_RMA ,