RCL_PARTS_REQ_LINE_DETAILS

This table holds all physical attributes of requirement line details.

Details

  • Schema: FUSION

  • Object owner: RCL

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

RCL_PARTS_REQ_LINE_DETAILS_PK

REQ_LINE_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
REQ_LINE_DETAIL_ID NUMBER 18 Yes Unique identifier and primary key of the request line details business object.
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.
REQUIREMENT_LINE_ID NUMBER 18 Yes The requirement line id of the parts requirement line.
SOURCE_TYPE VARCHAR2 30 The source type identifier.
SOURCE_ID NUMBER 18 The unique identifier in the source system.
SOURCE_ORGANIZATION_ID NUMBER 18 Yes The source organization identifier.
SOURCE_SUBINVENTORY VARCHAR2 10 The source subinventory.
SOURCE_CARRIER_ID NUMBER 18 This stores the carrier code for the possible source.
SOURCE_MODE_OF_TRANSPORT VARCHAR2 30 This stores the mode of transport for the possible source.
SOURCE_SERVICE_LEVELS VARCHAR2 30 This stores the service level for the possible source.
SOURCE_REQUEST_DATE DATE This stores the date that the source search request was made.
EXPECTED_ARRIVAL_DATE DATE This stores the expected arrival date for the possible source.
EXPECTED_SHIP_DATE DATE This stores the expected ship date for the possible source.
ERROR_TEXT VARCHAR2 2000 This stores the error details in regard to Pricing and Order Processing.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
RCL_PARTS_REQ_LINE_DETAILS rcl_parts_req_lines REQUIREMENT_LINE_ID

Indexes

Index Uniqueness Tablespace Columns
RCL_PARTS_REQ_LINE_DETAILS_FK1 Non Unique Default REQUIREMENT_LINE_ID
RCL_PARTS_REQ_LINE_DET_U1 Unique Default REQ_LINE_DETAIL_ID
RCL_PARTS_REQ_LINE_DET_U2 Unique Default SOURCE_TYPE, SOURCE_ID