SCH_REC_DISP_DETAIL_LINES

This table stores the serial numbers of the recalled item that were disposed against each supplier return line for a recall notice along with the corresponding item cost if maintained at the serial level.

Details

  • Schema: FUSION

  • Object owner: SCH

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SCH_REC_DISP_DETAIL_LINES_PK

DISPOSITION_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
DISPOSITION_LINE_ID NUMBER 18 Yes Disposition line detail unique identifier.
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.
UNIT_COST NUMBER Indicates the item cost of the recalled item at the time of performing the disposition at serial number level. It is used when the recalled item has a cost profile with a valuation structure that includes the serial number.
CURRENCY_CODE VARCHAR2 30 Indicates the currency code in which item cost is displayed for the recalled item.
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.
DISPOSITION_ID NUMBER 18 Yes Disposition detail unique identifier.
SERIAL_NUMBER VARCHAR2 80 Indicates the serial number that was disposed for a recalled item against a recall notice.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.

Foreign Keys

Table Foreign Table Foreign Key Column
SCH_REC_DISP_DETAIL_LINES sch_rec_disp_detail DISPOSITION_ID

Indexes

Index Uniqueness Tablespace Columns
SCH_REC_DISP_DETAIL_LINES_N1 Non Unique Default DISPOSITION_ID
SCH_REC_DISP_DETAIL_LINES_U1 Unique Default DISPOSITION_LINE_ID