FV_BE_TRANSACTION_INT_CONTROL
This table contains federal budget transaction interface control record
Details
-
Schema: FUSION
-
Object owner: FV
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
FV_BE_TRANSACTION_INT_CTRL_PK |
INTERFACE_RUN_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
GROUP_ID | NUMBER | 18 | Yes | User-populated interface records group identifier per import | |
LEDGER_NAME | VARCHAR2 | 30 | Yes | Unique identifier of the ledger. | |
LOAD_REQUEST_ID | NUMBER | 18 | Yes | Budget import interface load request identifier | |
SOURCE_TYPE_CODE | VARCHAR2 | 100 | Yes | Source type of the transaction. The value will be one look up code from lookup type ORA_FV_SOURCE_CODE and valid values are MANUAL,IMPORT,ANTICIPATED. | |
STATUS_CODE | VARCHAR2 | 30 | Yes | Status of the interface record.The value values will be NEW or REJECTED. User can have only NEW when they populate budget execution interface table. | |
INTERFACE_RUN_ID | NUMBER | 18 | Yes | Interface program run instance number | |
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. | ||
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. | |
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FV_BE_TRANSACTION_INT_CTRL_U1 | Unique | FUSION_TS_TX_DATA | INTERFACE_RUN_ID |