PSC_COM_TE_ENTRY
This table contains the amount of time employees spend on various activities.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_COM_TE_ENTRY_PK |
TE_ENTRY_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| TE_ENTRY_KEY | NUMBER | 18 | Yes | Unique identifier for time entry. | ||
| TE_ENTRY_PUID | VARCHAR2 | 480 | Yes | Public unique identifier for time entry. | ||
| AGENCY_ID | NUMBER | 8 | Yes | Identifier for a public sector agency. | ||
| TRANSACTION_SOURCE | VARCHAR2 | 3 | Yes | Source of transaction, such as inspection or plan review. | ||
| TRANSACTION_TYPE_KEY | NUMBER | 18 | Yes | Identifier of the associated transaction type. | ||
| TRANSACTION_TYPE_PUID | VARCHAR2 | 480 | Yes | Public identifier of the associated transaction type. | Obsolete | |
| TRANSACTION_TYPE_CODE | VARCHAR2 | 30 | Yes | Time entry transaction type code. | ||
| PARENT_KEY | NUMBER | 18 | Yes | Identifier of the parent transaction object. | ||
| PARENT_PUID | VARCHAR2 | 480 | Yes | Public identifier of the parent transaction object. | ||
| TRANSACTION_KEY | NUMBER | 18 | Identifier of the transaction object. | |||
| TRANSACTION_PUID | VARCHAR2 | 480 | Public identifier of the transaction object. | |||
| FEE_RECORD_KEY | NUMBER | 18 | Identifier of the associated fee record. | Obsolete | ||
| FEE_RECORD_PUID | VARCHAR2 | 480 | Public identifier of the associated fee record. | Obsolete | ||
| FEE_ITEM_ID | VARCHAR2 | 30 | Identifier of the associated fee item. | Obsolete | ||
| PERSON_ID | NUMBER | 18 | Yes | Person ID of the employee for whom the time entry is recorded. | ||
| RECORDED_DATE | DATE | Yes | Date that the activity took place. | |||
| RECORDED_HOURS | NUMBER | 2 | Number of hours the activity took place. | |||
| RECORDED_MINUTES | NUMBER | 2 | Number of minutes the activity took place. | |||
| BILL_RATE | NUMBER | Bill rate assessed for the activity. | ||||
| OVERRIDE_BILL_RATE | NUMBER | Override bill rate assessed for the activity. | ||||
| ASSESSED_FEE | NUMBER | Monetary fee assessed for the activity. | Obsolete | |||
| CURRENCY_CODE | VARCHAR2 | 3 | Currency code associated with the assessed fee. | Obsolete | ||
| COMMENTS | VARCHAR2 | 4000 | Free-form comments about the time entry. | |||
| BILLABLE_FLAG | VARCHAR2 | 1 | Yes | Indicates whether the activity is billable. | ||
| MAPPING_SOURCE | VARCHAR2 | 10 | Indicates the feature that requires fee attribute mapping. | Obsolete | ||
| FEE_CALC_STATUS | VARCHAR2 | 1 | Yes | Status of the last DMN fee calculation. | ||
| 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_ENTRY_U1 | Unique | Default | TE_ENTRY_KEY |
| PSC_COM_TE_ENTRY_U2 | Unique | Default | TE_ENTRY_PUID |