Search Results rcv_shipment_lines
The RCV_SHIPMENT_LINES table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for receiving transaction data, capturing detailed information about items received against purchase orders, requisitions, or other sourcing documents. As part of the Oracle Purchasing and Inventory modules, this table serves as a transactional backbone for receiving operations, interfacing with key supply chain processes such as procurement, inventory management, and accounts payable.
Table Structure and Key Columns
The RCV_SHIPMENT_LINES table contains columns that track receipt line details, including:- SHIPMENT_LINE_ID: Primary key identifier for each receipt line.
- SHIPMENT_HEADER_ID: Foreign key linking to RCV_SHIPMENT_HEADERS, associating lines with their parent receipt document.
- PO_HEADER_ID and PO_LINE_ID: References to the purchase order and line being received.
- ITEM_ID: Links to MTL_SYSTEM_ITEMS_B for item master data.
- QUANTITY_SHIPPED, QUANTITY_RECEIVED, and QUANTITY_ACCEPTED: Tracks receipt progress against ordered quantities.
- UOM_CODE: Unit of measure for the received item.
- DESTINATION_TYPE_CODE: Determines whether items are received into inventory ('INVENTORY'), expense accounts ('EXPENSE'), or other destinations.
- TO_ORGANIZATION_ID: Target inventory organization for stock items.
Integration Points
The table integrates with multiple EBS modules:- Purchasing: Validates receipts against purchase order terms via PO_DISTRIBUTIONS_ALL.
- Inventory: Generates material transactions through MTL_MATERIAL_TRANSACTIONS when items are delivered to stock.
- Accounts Payable: Provides matched receipt data for invoice validation via AP_INVOICE_LINES.
- General Ledger: Posts accounting entries through GL_INTERFACE for expense destinations.
Business Process Flow
- Receipt Creation: Records are inserted into RCV_SHIPMENT_LINES when users initiate receipts in the "Receiving Transactions" form or via automated interfaces.
- Quantity Updates: As goods move through inspection (accept/reject), the QUANTITY_ACCEPTED field is updated, triggering potential quality holds.
- Delivery: For inventory destinations, delivery creates on-hand balances and cost distributions.
- Interface to AP: The RCV_TRANSACTIONS table (child of RCV_SHIPMENT_LINES) provides three-way matching data.
Technical Considerations
- Indexing: Critical for performance on columns like SHIPMENT_HEADER_ID, PO_LINE_ID, and ITEM_ID.
- Purge Requirements: Data grows rapidly; Oracle provides the PURGE_RECEIVING_DATA API for archiving.
- Custom Extensions: Common extension points include custom validations via database triggers or workflow integrations.
Version-Specific Notes
In EBS 12.2.2, enhancements include:- Improved LOB storage for attachment data.
- Integration with Oracle Fusion Procurement cloud services via SOAP APIs.
- Additional columns for landed cost management in advanced procurement deployments.
-
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 ,
-
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 ,
-
Lookup Type: MRC_UPGRADE
12.2.2
product: PO - Purchasing , meaning: NODESCRIPTION47 ,
-
Lookup Type: MRC_UPGRADE
12.1.1
product: PO - Purchasing , meaning: NODESCRIPTION47 ,
-
Table: RCV_MC_SHIPMENT_LINES
12.2.2
product: PO - Purchasing , description: MRC sub-table of RCV_SHIPMENT_LINES , implementation_dba_data: Not implemented in this database ,
-
Table: RCV_LOTS_INTERFACE
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_LOTS_INTERFACE, object_name:RCV_LOTS_INTERFACE, status:VALID, product: PO - Purchasing , description: Receiving lots interface table , implementation_dba_data: PO.RCV_LOTS_INTERFACE ,
-
Table: RCV_SERIALS_SUPPLY
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SERIALS_SUPPLY, object_name:RCV_SERIALS_SUPPLY, status:VALID, product: PO - Purchasing , description: Receiving serial supply , implementation_dba_data: PO.RCV_SERIALS_SUPPLY ,
-
Table: RCV_SERIALS_SUPPLY
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SERIALS_SUPPLY, object_name:RCV_SERIALS_SUPPLY, status:VALID, product: PO - Purchasing , description: Receiving serial supply , implementation_dba_data: PO.RCV_SERIALS_SUPPLY ,
-
Table: RCV_MC_SHIPMENT_LINES
12.1.1
product: PO - Purchasing , description: MRC sub-table of RCV_SHIPMENT_LINES , implementation_dba_data: Not implemented in this database ,
-
Table: RCV_LOTS_INTERFACE
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_LOTS_INTERFACE, object_name:RCV_LOTS_INTERFACE, status:VALID, product: PO - Purchasing , description: Receiving lots interface table , implementation_dba_data: PO.RCV_LOTS_INTERFACE ,
-
Table: RCV_LOT_TRANSACTIONS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_LOT_TRANSACTIONS, object_name:RCV_LOT_TRANSACTIONS, status:VALID, product: PO - Purchasing , description: Receiving lots transactions , implementation_dba_data: PO.RCV_LOT_TRANSACTIONS ,
-
Table: PO_RCV_CHARGE_ALLOCATIONS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RCV_CHARGE_ALLOCATIONS, object_name:PO_RCV_CHARGE_ALLOCATIONS, status:VALID, product: PO - Purchasing , description: Charge Allocations table , implementation_dba_data: PO.PO_RCV_CHARGE_ALLOCATIONS ,
-
View: RCV_TRX_INT_SERIALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_TRX_INT_SERIALS_V, object_name:RCV_TRX_INT_SERIALS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_TRX_INT_SERIALS_V ,
-
View: RCV_TRX_INT_SERIALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_TRX_INT_SERIALS_V, object_name:RCV_TRX_INT_SERIALS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_TRX_INT_SERIALS_V ,
-
Table: RCV_LOT_TRANSACTIONS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_LOT_TRANSACTIONS, object_name:RCV_LOT_TRANSACTIONS, status:VALID, product: PO - Purchasing , description: Receiving lots transactions , implementation_dba_data: PO.RCV_LOT_TRANSACTIONS ,
-
Table: RCV_LOTS_SUPPLY
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_LOTS_SUPPLY, object_name:RCV_LOTS_SUPPLY, status:VALID, product: PO - Purchasing , description: Receiving lots supply , implementation_dba_data: PO.RCV_LOTS_SUPPLY ,
-
Table: RCV_LOTS_SUPPLY
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_LOTS_SUPPLY, object_name:RCV_LOTS_SUPPLY, status:VALID, product: PO - Purchasing , description: Receiving lots supply , implementation_dba_data: PO.RCV_LOTS_SUPPLY ,
-
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 ,
-
Table: RCV_SERIAL_TRANSACTIONS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SERIAL_TRANSACTIONS, object_name:RCV_SERIAL_TRANSACTIONS, status:VALID, product: PO - Purchasing , description: Receiving serial transactions , implementation_dba_data: PO.RCV_SERIAL_TRANSACTIONS ,
-
Table: RCV_SERIAL_TRANSACTIONS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SERIAL_TRANSACTIONS, object_name:RCV_SERIAL_TRANSACTIONS, status:VALID, product: PO - Purchasing , description: Receiving serial transactions , implementation_dba_data: PO.RCV_SERIAL_TRANSACTIONS ,
-
View: RCV_TRX_INT_LOTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_TRX_INT_LOTS_V, object_name:RCV_TRX_INT_LOTS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_TRX_INT_LOTS_V ,
-
View: RCV_TRX_INT_LOTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_TRX_INT_LOTS_V, object_name:RCV_TRX_INT_LOTS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.RCV_TRX_INT_LOTS_V ,
-
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_ROUTING_HEADERS
12.2.2
product: PO - Purchasing , description: Receiving routing headers , implementation_dba_data: Not implemented in this database ,
-
Table: RCV_ROUTING_HEADERS
12.1.1
product: PO - Purchasing , description: Receiving routing headers , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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 ,
-
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: PO_REQ_DISTRIBUTIONS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQ_DISTRIBUTIONS_ALL, object_name:PO_REQ_DISTRIBUTIONS_ALL, status:VALID, product: PO - Purchasing , description: Requisition distributions , implementation_dba_data: PO.PO_REQ_DISTRIBUTIONS_ALL ,
-
View: PO_REQS_IN_TRANSIT_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQS_IN_TRANSIT_ALL_V, object_name:PO_REQS_IN_TRANSIT_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_REQS_IN_TRANSIT_ALL_V ,
-
Table: PO_REQ_DISTRIBUTIONS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQ_DISTRIBUTIONS_ALL, object_name:PO_REQ_DISTRIBUTIONS_ALL, status:VALID, product: PO - Purchasing , description: Requisition distributions , implementation_dba_data: PO.PO_REQ_DISTRIBUTIONS_ALL ,
-
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 ,
-
View: PO_REQS_IN_TRANSIT_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQS_IN_TRANSIT_ALL_V, object_name:PO_REQS_IN_TRANSIT_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_REQS_IN_TRANSIT_ALL_V ,
-
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 ,
-
Table: PO_RELEASES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RELEASES_ALL, object_name:PO_RELEASES_ALL, status:VALID, product: PO - Purchasing , description: Purchase order releases , implementation_dba_data: PO.PO_RELEASES_ALL ,
-
Table: PO_RELEASES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RELEASES_ALL, object_name:PO_RELEASES_ALL, status:VALID, product: PO - Purchasing , description: Purchase order releases , implementation_dba_data: PO.PO_RELEASES_ALL ,
-
View: RCV_OPSM_LOT_SERIAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_OPSM_LOT_SERIAL_V, object_name:RCV_OPSM_LOT_SERIAL_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.RCV_OPSM_LOT_SERIAL_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 ,
-
Table: PO_REQUISITION_LINES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_LINES_ALL, object_name:PO_REQUISITION_LINES_ALL, status:VALID, product: PO - Purchasing , description: Requisition lines , implementation_dba_data: PO.PO_REQUISITION_LINES_ALL ,
-
Table: PO_REQUISITION_LINES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_LINES_ALL, object_name:PO_REQUISITION_LINES_ALL, status:VALID, product: PO - Purchasing , description: Requisition lines , implementation_dba_data: PO.PO_REQUISITION_LINES_ALL ,
-
View: POBV_INBOUND_SHIPMENT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_INBOUND_SHIPMENT_LINES, object_name:POBV_INBOUND_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_INBOUND_SHIPMENT_LINES ,
-
View: POBV_INBOUND_SHIPMENT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_INBOUND_SHIPMENT_LINES, object_name:POBV_INBOUND_SHIPMENT_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_INBOUND_SHIPMENT_LINES ,
-
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 ,
-
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: 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: 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 ,