INV_CC_SERIAL_NUMBERS
This tables is used to store serial numbers associated to a cycle count entry involving a serialized item. This table is used only when the user has selected the serial control option "Count: Multiple Per Request" in the corresponding cycle count header.
Details
-
Schema: FUSION
-
Object owner: INV
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
INV_CC_SERIAL_NUMBERS_PK |
CC_SERIAL_NUMBER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CYCLE_COUNT_ENTRY_ID | NUMBER | 18 | Yes | Identifies the cycle count entry. | |
| CC_SERIAL_NUMBER_ID | NUMBER | 18 | Yes | Primary key of the cycle count serial number. | |
| SERIAL_NUMBER | VARCHAR2 | 80 | Yes | Serial number to be counted for the cycle count entry | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who 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_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| 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. | ||
| SERIAL_SUGGESTED | NUMBER | 18 | To indicate whether the serial was suggested by the system or not. 1- Yes, 2- No | ||
| 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. | ||
| SERIAL_COUNTED | NUMBER | 18 | Current serial number status (Present-1 /Absent-2) at the count location |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| INV_CC_SERIAL_NUMBERS | inv_cycle_count_entries | CYCLE_COUNT_ENTRY_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| INV_CC_SERIAL_NUMBERS_U1 | Unique | Default | CYCLE_COUNT_ENTRY_ID, SERIAL_NUMBER |
| INV_CC_SERIAL_NUMBERS_U2 | Unique | Default | CC_SERIAL_NUMBER_ID |