FA_BOOK_TRANSFERS_INT
This table contains information for performing transfer between book transactions.
Details
-
Schema: FUSION
-
Object owner: FA
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
FA_BOOK_TRANSFERS_INT_PK |
BOOK_TRANSFER_INTERFACE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BOOK_TRANSFER_INTERFACE_ID | NUMBER | 18 | Yes | Transfer between book transaction details identifier. | |
| TRANSFER_INTERFACE_ID | NUMBER | 18 | Yes | Identifier of the asset transfer interface row. | |
| DEST_BOOK_TYPE_CODE | VARCHAR2 | 30 | Yes | Unique destination book identification name. | |
| BOOK_TRANSFER_TYPE_CODE | VARCHAR2 | 30 | Book transfer method type identifier. | ||
| CREATE_NEW_ASSET_FLAG | VARCHAR2 | 1 | Indicates whether the destination asset number is the same as the source. | ||
| DEST_ASSET_NUMBER | VARCHAR2 | 30 | User-defined destination asset identification number. | ||
| SRC_TAG_NUMBER | VARCHAR2 | 15 | Unique user-defined tracking number for the source asset. | ||
| DEST_TAG_NUMBER | VARCHAR2 | 15 | Unique user-defined tracking number for the destination asset. | ||
| DEST_ASSET_CATEGORY_ID | NUMBER | 18 | Unique identification number for destination book asset category. | ||
| DEST_CATEGORY_SEGMENT1 | VARCHAR2 | 30 | Key Flexfield: segment of the key flexfield. | ||
| DEST_CATEGORY_SEGMENT2 | VARCHAR2 | 30 | Key Flexfield: segment of the key flexfield. | ||
| DEST_CATEGORY_SEGMENT3 | VARCHAR2 | 30 | Key Flexfield: segment of the key flexfield. | ||
| DEST_CATEGORY_SEGMENT4 | VARCHAR2 | 30 | Key Flexfield: segment of the key flexfield. | ||
| DEST_CATEGORY_SEGMENT5 | VARCHAR2 | 30 | Key Flexfield: segment of the key flexfield. | ||
| DEST_CATEGORY_SEGMENT6 | VARCHAR2 | 30 | Key Flexfield: segment of the key flexfield. | ||
| DEST_CATEGORY_SEGMENT7 | VARCHAR2 | 30 | Key Flexfield: segment of the key flexfield. | ||
| LOAD_REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the loader 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_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. | |
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| FA_BOOK_TRANSFERS_INT | fa_transfers_t | TRANSFER_INTERFACE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FA_BOOK_TRANSFERS_INT_N1 | Non Unique | FA_BOOK_TRANSFERS_INT_N1 | DEST_BOOK_TYPE_CODE |
| FA_BOOK_TRANSFERS_INT_U1 | Unique | FA_BOOK_TRANSFERS_INT_U1 | BOOK_TRANSFER_INTERFACE_ID |
| FA_BOOK_TRANSFERS_INT_U2 | Unique | FA_BOOK_TRANSFERS_INT_U1 | TRANSFER_INTERFACE_ID |