RCV_SUPPLIER_RETURN_LINES

RCV_SUPPLIER_RETURN_LINES stores information about goods without receipts being returned to suppliers.

Details

  • Schema: FUSION

  • Object owner: RCV

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

RCV_SUP_RETURN_LINES_PK

SUPPLIER_RETURN_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
SUPPLIER_RETURN_LINE_ID NUMBER 18 Yes This column stores the unique identifier for the current supplier return line.
SUPPLIER_RETURN_HEADER_ID NUMBER 18 Yes This is a column stores the unique identifier for the current supplier return header.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
SUPPLIER_RETURN_LINE_NUMBER NUMBER 18 Yes Supplier return line number starting with 1.
RECALL_HEADER_ID NUMBER 18 This column stores the reference to Recall Header.
RECALL_LINE_ID NUMBER 18 This column stores the reference to Recall Line.
ORGANIZATION_ID NUMBER 18 Yes This column stores unique identifier of the inventory organization where the material is reuturned from. References INV_ORG_PARAMETERS.ORGANIZATION_ID.
ITEM_ID NUMBER 18 Yes This column stores the unique identifier of the inventory item being returned. References EGP_SYSTEM_ITEMS_B.INVENTORY_ITEM_ID
ITEM_REVISION VARCHAR2 18 This column stores the revision number of the inventory item being returned. References EGP_ITEM_REVISIONS_B.REVISION.
LOT_NUMBER VARCHAR2 80 This column stores the inventory lot number that is being returned.
QUANTITY NUMBER Yes This column stores the quantity being returned in the current line and stored in the transaction unit of measure.
UOM_CODE VARCHAR2 3 Yes This column stores the unit of measure code in which the item is being returned.
PRIMARY_QUANTITY NUMBER Yes This column stores the quantity being returned in item's primary unit of measure.
PRIMARY_UOM_CODE VARCHAR2 3 Yes This column stores the primary unit of measure code of the item being returned.
SECONDARY_QUANTITY NUMBER This column stores the quantity being returned in the item's secondary unit of measure.
SECONDARY_UOM_CODE VARCHAR2 3 This column stores the secondary unit of measure code of the item being returned.
RETURN_LINE_STATUS VARCHAR2 30 Yes This column stores the current status code of the return order line. References FND_LOOKUP_VALUES.LOOKUP_CODE where lookup_code is ORA_RCV_SUPPLIER_RETURN_STATUS.
VENDOR_ITEM_NUM VARCHAR2 300 This column stores the supplier's item number. Maps to PO_LINES_ALL.VENDOR_PRODUCT_NUM.
SUPPLIER_LOT_NUM VARCHAR2 30 This number identifies a supplier lot number.
REASON_ID NUMBER 18 This column stores the inventory transaction reason unique identifier.
RMA_REFERENCE VARCHAR2 30 This column stores the supplier's RMA reference number that corresponds to the current batch of material being returned.
FROM_SUBINVENTORY VARCHAR2 10 Yes This column stores the subinventory code from where the item is being returned. References INV_SECONDARY_INVENTORIES.SECONDARY_INVENTORY_NAME.
FROM_LOCATOR_ID NUMBER 18 This column stores the unique identifier of the stock locator code from where the item is being returned. References INV_ITEM_LOCATIONS.INVENTORY_LOCATION_ID.
PHYSICAL_RETURN_FLAG VARCHAR2 1 Yes This column stores the code that indicates if the item is being physically returned to the supplier or is scrapped from inventory. Valid values are Y and N.
RETURNED_BY_ID NUMBER 18 Yes This column stores the unique identifier for the person doing the return. References PER_PERSON_NAMES_F.PERSON_ID.
COMMENTS VARCHAR2 240 This column stores the note created while returning the line.
FULFILLED_QUANTITY NUMBER This column stores the quantity that is already issued.
SECONDARY_FULFILLED_QUANTITY NUMBER This column stores the quantity in secondary unit of measure that is already issued.
ACCOUNT_ID NUMBER 18 This column will store account_id associated with return.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP1 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP2 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP3 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP4 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP5 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
INV_STRIPING_CATEGORY VARCHAR2 40 Segment used to identify the descriptive flexfield application context for Inventory striping attributes.
PROJECT_ID NUMBER 18 This column stores the unique identifier of the inventory project that stripes the returned quantity.
TASK_ID NUMBER 18 This column stores the unique identifier of the inventory task that stripes the returned quantity.
COUNTRY_OF_ORIGIN_CODE VARCHAR2 2 This column stores the country of origin code that stripes the returned quantity.
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 future Inventory striping related functionality.
INV_USER_DEF_ATTRIBUTE2 VARCHAR2 150 Reserved for future Inventory striping related functionality.
INV_USER_DEF_ATTRIBUTE3 VARCHAR2 150 Reserved for future Inventory striping related functionality.
INV_USER_DEF_ATTRIBUTE4 VARCHAR2 150 Reserved for future Inventory striping related functionality.
INV_USER_DEF_ATTRIBUTE5 VARCHAR2 150 Reserved for future Inventory striping related functionality.
INV_USER_DEF_ATTRIBUTE6 VARCHAR2 150 Reserved for future Inventory striping related functionality.
INV_USER_DEF_ATTRIBUTE7 VARCHAR2 150 Reserved for future Inventory striping related functionality.
INV_USER_DEF_ATTRIBUTE8 VARCHAR2 150 Reserved for future Inventory striping related functionality.
INV_USER_DEF_ATTRIBUTE9 VARCHAR2 150 Reserved for future Inventory striping related functionality.
INV_USER_DEF_ATTRIBUTE10 VARCHAR2 150 Reserved for future Inventory striping related functionality.
REQUESTED_RETURN_DATE DATE This column stores the user entered requested return date.
CANCELLED_QUANTITY NUMBER This column stores the quantity that has been cancelled.
SECONDARY_CANCELLED_QUANTITY NUMBER This column stores the cancelled quantity in the secondary unit of measure.
INTERFACE_ERROR_CODE VARCHAR2 240 Error message code for the supplier return error row.
INTERFACE_ERROR_TEXT VARCHAR2 1000 Error message text for the supplier return error row.

Foreign Keys

Table Foreign Table Foreign Key Column
RCV_SUPPLIER_RETURN_LINES rcv_supplier_return_headers SUPPLIER_RETURN_HEADER_ID
rcv_supplier_return_serials rcv_supplier_return_lines SUPPLIER_RETURN_LINE_ID

Indexes

Index Uniqueness Tablespace Columns
RCV_SUP_RETURN_LINES_N1 Non Unique Default ORGANIZATION_ID, ITEM_ID
RCV_SUP_RETURN_LINES_U1 Unique Default SUPPLIER_RETURN_LINE_ID
RCV_SUP_RETURN_LINES_U2 Unique Default SUPPLIER_RETURN_HEADER_ID, SUPPLIER_RETURN_LINE_NUMBER