CSE_INTG_FLINE_DTLS_DEBUG
The fulfillment lines that are interfaced to alm is persisted in this table for debugging any integration issues.
Details
-
Schema: FUSION
-
Object owner: CSE
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
CSE_INTG_FLINE_DTLS_DEBUG_PK |
DEBUG_FLINE_DTLS_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| DEBUG_FLINE_DTLS_ID | NUMBER | 18 | Yes | Debug Fulfill Line Identifier. The primary key of the table. | |
| FULFILL_LINE_ID | NUMBER | 18 | The fulfillment line identifier that identifies the sales order fulfillment. | ||
| ITEM_REVISION_NUMBER | VARCHAR2 | 18 | The item revision number of the product that is shipped. | ||
| LOCATOR_ID | NUMBER | 18 | The inventory warehouse location identifier. | ||
| SERIAL_NUMBER | VARCHAR2 | 80 | The unique serial number of the product that is being fulfilled. | ||
| LOT_NUMBER | VARCHAR2 | 80 | The lot number of the product that is being fulfilled. | ||
| LOT_QUANTITY | NUMBER | The quantity of the lot number that is being fulfilled. | |||
| 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 |
|---|---|---|---|
| CSE_INTG_FLINE_DTLS_DEBUG_U01 | Unique | Default | DEBUG_FLINE_DTLS_ID |