RCV_SUPPLY

RCV_SUPPLY stores information about on-hand quantities in receiving/inspection. Oracle Purchasing uses this table to track item, quantity, location, and source information for each receiving transaction.

Details

  • Schema: FUSION

  • Object owner: RCV

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

RCV_SUPPLY_PK

SUPPLY_TYPE_CODE, SUPPLY_SOURCE_ID

Columns

Name Datatype Length Precision Not-null Comments
SUPPLY_TYPE_CODE VARCHAR2 25 Yes This column indicates the supply type code.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
SUPPLY_SOURCE_ID NUMBER 18 Yes This column stores the supply source unique identifier, which maps to rcv_transactions.transaction_id.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
REQ_HEADER_ID NUMBER 18 This column stores the requisition header unique identifier.
REQ_LINE_ID NUMBER 18 This column stores the requisition line unique identifier.
PO_HEADER_ID NUMBER This column stores the purchase order header unique identifier.
PO_LINE_ID NUMBER 18 This column stores the purchase order line unique identifier.
PO_LINE_LOCATION_ID NUMBER 18 This column stores the purchase order schedule unique identifier.
PO_DISTRIBUTION_ID NUMBER 18 This column stores the purchase order distribution unique identifier.
SHIPMENT_HEADER_ID NUMBER 18 This column stores the receiving shipment receiving receipt header unique identifier.
SHIPMENT_LINE_ID NUMBER 18 This column stores the receiving shipment receiving receipt line unique identifier.
RCV_TRANSACTION_ID NUMBER 18 This column stores the receiving transactions Identifier that created the supply. Maps to rcv_transactions.transaction_id.
ITEM_ID NUMBER 18 This column stores the unique identifier for the inventory item.
ITEM_REVISION VARCHAR2 18 This column stores the revision number of the inventory item.
QUANTITY NUMBER Yes Receiving supply quantity stored in the transaction unit of measure.
UOM_CODE VARCHAR2 3 This column stores the unit of measure code for the receiving transaction.
TO_ORG_PRIMARY_QUANTITY NUMBER This column stores the supply quantity in the primary unit of measure of the item in the receiving organization.
TO_ORG_PRIMARY_UOM_CODE VARCHAR2 3 This column stores the primary unit of measure code of the item in the receiving organization.
RECEIPT_DATE DATE This column stores the date when the receipt was created.
DESTINATION_TYPE_CODE VARCHAR2 25 This column stores the destination type code corresponding to the supply.
LOCATION_ID NUMBER 18 This column stores the Receiving location unique identifier.
FROM_ORGANIZATION_ID NUMBER 18 From organization unique identifier for in-transit shipment.
FROM_SUBINVENTORY VARCHAR2 10 From subinventory code of the source organization for in-transit shipment.
TO_ORGANIZATION_ID NUMBER 18 This column stores the Receiving organization unique identifier.
TO_SUBINVENTORY VARCHAR2 10 This column stores the destination subinventory in the receiving organization.
INTRANSIT_OWNING_ORG_ID NUMBER 18 Owner organization unique identifier for in-transit shipments.
CHANGE_FLAG VARCHAR2 1 Flags records to be processed by the supply update function.
CHANGE_TYPE VARCHAR2 25 Flags records to be omitted by MRP processing.
TO_LOCATOR_ID NUMBER 18 Inventory locator unique identifier in the receiving organization.
LPN_ID NUMBER 18 This column stores the source packing unit unique identifier for the receiving transaction.
SECONDARY_QUANTITY NUMBER Supply quantity stored in the secondary unit of measure of the inventory item.
SECONDARY_UOM_CODE VARCHAR2 3 This column stores the secondary unit of measure code of the inventory item in the receiving organization.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
TRANSFER_ORDER_HEADER_ID NUMBER 18 This column stores the Transfer order header unique identifier. References INV_TRANSFER_ORDER_HEADERS.HEADER_ID.
TRANSFER_ORDER_LINE_ID NUMBER 18 This column stores the Transfer order line unique identifier. References INV_TRANSFER_ORDER_LINES.LINE_ID.
PROJECT_ID NUMBER 18 Identifier of the project corresponding to the source document.
TASK_ID NUMBER 18 Identifier of the task corresponding to the source document.
COUNTRY_OF_ORIGIN_CODE VARCHAR2 2 This column stores the Code for the country of manufacture.
INV_STRIPING_CATEGORY VARCHAR2 40 Segment used to identify the descriptive flexfield application context for Inventory striping attributes.
INV_RESERVED_ATTRIBUTE1 VARCHAR2 150 Reserved for future Inventory striping related functionality.
INV_RESERVED_ATTRIBUTE2 VARCHAR2 150 Reserved for future Inventory striping related functionality.
INV_USER_DEF_ATTRIBUTE1 VARCHAR2 150 Reserved for user-definable Inventory striping information.
INV_USER_DEF_ATTRIBUTE2 VARCHAR2 150 Reserved for user-definable Inventory striping information.
INV_USER_DEF_ATTRIBUTE3 VARCHAR2 150 Reserved for user-definable Inventory striping information.
INV_USER_DEF_ATTRIBUTE4 VARCHAR2 150 Reserved for user-definable Inventory striping information.
INV_USER_DEF_ATTRIBUTE5 VARCHAR2 150 Reserved for user-definable Inventory striping information.
INV_USER_DEF_ATTRIBUTE6 VARCHAR2 150 Reserved for user-definable Inventory striping information.
INV_USER_DEF_ATTRIBUTE7 VARCHAR2 150 Reserved for user-definable Inventory striping information.
INV_USER_DEF_ATTRIBUTE8 VARCHAR2 150 Reserved for user-definable Inventory striping information.
INV_USER_DEF_ATTRIBUTE9 VARCHAR2 150 Reserved for user-definable Inventory striping information.
INV_USER_DEF_ATTRIBUTE10 VARCHAR2 150 Reserved for user-definable Inventory striping information.

Foreign Keys

Table Foreign Table Foreign Key Column
RCV_SUPPLY por_requisition_headers_all REQ_HEADER_ID
RCV_SUPPLY inv_secondary_inventories FROM_SUBINVENTORY, FROM_ORGANIZATION_ID
RCV_SUPPLY inv_secondary_inventories TO_SUBINVENTORY, TO_ORGANIZATION_ID
RCV_SUPPLY por_requisition_lines_all REQ_LINE_ID
RCV_SUPPLY po_headers_all PO_HEADER_ID
RCV_SUPPLY po_lines_all PO_LINE_ID
RCV_SUPPLY po_line_locations_all PO_LINE_LOCATION_ID
RCV_SUPPLY po_distributions_all PO_DISTRIBUTION_ID
RCV_SUPPLY rcv_shipment_headers SHIPMENT_HEADER_ID
RCV_SUPPLY rcv_shipment_lines SHIPMENT_LINE_ID
RCV_SUPPLY rcv_transactions RCV_TRANSACTION_ID

Indexes

Index Uniqueness Tablespace Columns
RCV_SUPPLY_N10 Non Unique Default PO_LINE_ID
RCV_SUPPLY_N13 Non Unique Default LPN_ID
RCV_SUPPLY_N2 Non Unique Default PO_LINE_LOCATION_ID
RCV_SUPPLY_N3 Non Unique Default REQ_LINE_ID, REQ_HEADER_ID
RCV_SUPPLY_N4 Non Unique Default SHIPMENT_LINE_ID
RCV_SUPPLY_N5 Non Unique Default ITEM_ID, TO_ORGANIZATION_ID
RCV_SUPPLY_N6 Non Unique Default LOCATION_ID
RCV_SUPPLY_N7 Non Unique Default TO_ORGANIZATION_ID
RCV_SUPPLY_N8 Non Unique Default SHIPMENT_HEADER_ID
RCV_SUPPLY_N9 Non Unique Default PO_HEADER_ID
RCV_SUPPLY_U1 Unique Default RCV_TRANSACTION_ID
RCV_SUPPLY_U2 Unique Default SUPPLY_TYPE_CODE, SUPPLY_SOURCE_ID