RCL_RETURNS

This table stores information about parts that should be returned.

Details

  • Schema: FUSION

  • Object owner: RCL

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

rcl_returns_PK

RETURN_ID

Columns

Name Datatype Length Precision Not-null Comments
RETURN_ID NUMBER 18 Yes Unique identifier for the return.
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.
STOCK_LOCATION_ID NUMBER 18 Yes Identifies the stocking location that has parts to return.
OWNING_PARTY_ID NUMBER 18 This identifies the party owning the stocking location.
INVENTORY_ITEM_ID NUMBER 18 Yes This identifies the inventory item for the return.
REVISION VARCHAR2 18 The revision of the item if item is revision controlled.
QUANTITY NUMBER Yes Quantity of the part that should be returned.
UOM_CODE VARCHAR2 3 Yes The unit of measure code for the item.
DESTINATION_ORGANIZATION_ID NUMBER 18 Identifies the organization where the part is returned to.
DESTINATION_SUBINVENTORY VARCHAR2 10 The subinventory where the part is returned to.
LAST_RECEIVED DATE Date that the part was last received into stocking location.
RETURN_TYPE_CODE VARCHAR2 10 Type of return i.e. Excess or Defective. Uses the seeded lookup ORA_RCL_RETURN_TYPE.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
RCL_RETURNS_N1 Non Unique Default STOCK_LOCATION_ID
RCL_RETURNS_U1 Unique Default RETURN_ID