PSC_COM_TE_TXN_TYPE
This table is used for time entry transaction types.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_COM_TE_TXN_TYPE_PK |
TRANSACTION_TYPE_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TRANSACTION_TYPE_KEY | NUMBER | 18 | Yes | This column identifies a time entry transaction type. | |
| TRANSACTION_TYPE_CODE | VARCHAR2 | 30 | Yes | This column identifies a time entry transaction type code. | |
| AGENCY_ID | NUMBER | 8 | Yes | This column is used to identify a public sector agency. | |
| CLASSIFICATION | VARCHAR2 | 10 | Yes | This column is used to indicate classification which indentifies the product area. | |
| TRANSACTION_TYPE | VARCHAR2 | 10 | Yes | This column identifies the product area type of a transaction type. | |
| CATEGORY_ID | VARCHAR2 | 30 | This column identifies the category for a transaction type. | ||
| SUBCATEGORY_ID | VARCHAR2 | 30 | This column identifies the subcategory for a transaction type. | ||
| BILLABLE_FLAG | VARCHAR2 | 1 | Yes | This column indicates if the transaction type is billable. | |
| ASSESS_NOW_FLAG | VARCHAR2 | 1 | This column indicates if the transaction type should have fees assessed. | ||
| ALLOW_OVERRIDE_FLAG | VARCHAR2 | 1 | Yes | This column indicates if the transaction type allows overrides. | |
| ENABLED_FLAG | VARCHAR2 | 1 | Yes | This column indicates if the transaction type is enabled. | |
| 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. | |
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| psc_com_te_entry | psc_com_te_txn_type | TRANSACTION_TYPE_KEY |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_COM_TE_TXN_TYPE_PK | Unique | Default | TRANSACTION_TYPE_KEY |
| PSC_COM_TE_TXN_TYPE_U1 | Unique | Default | TRANSACTION_TYPE_CODE |