PSC_COM_TE_ENTRY_FEE
This table contains one or more fee items for each time recording entry.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_COM_TE_ENTRY_FEE_PK |
TE_ENTRY_FEE_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TE_ENTRY_FEE_KEY | NUMBER | 18 | Yes | Unique identifier for time entry fee. | |
| TE_ENTRY_FEE_PUID | VARCHAR2 | 480 | Yes | Public unique identifier for time entry fee. | |
| TE_ENTRY_KEY | NUMBER | 18 | Yes | Unique identifier for time entry. | |
| TE_ENTRY_PUID | VARCHAR2 | 480 | Yes | Public unique identifier for time entry. | |
| FEE_RECORD_KEY | NUMBER | 18 | Identifier of the associated fee record. | ||
| FEE_RECORD_PUID | VARCHAR2 | 480 | Public identifier of the associated fee record. | ||
| FEE_ITEM_ID | VARCHAR2 | 30 | Identifier of the Fee Item from COM_FEE_ITEM. | ||
| FEE_AMOUNT | NUMBER | Monetary fee assessed for the activity. | |||
| CURRENCY_CODE | VARCHAR2 | 3 | Currency code associated with the assessed fee. | ||
| MAPPING_SOURCE | VARCHAR2 | 10 | Indicates the feature that requires fee attribute mapping. | ||
| FEE_SCHEDULE_ID | VARCHAR2 | 20 | The Fee Schedule value from the LNP_FEE_LINE table that generated the fee. | ||
| FEE_SCHEDULE_LINE | NUMBER | 20 | The Fee Schedule Line value from the LNP_FEE_LINE table that generated the fee. | ||
| DEPARTMENT_ID | VARCHAR2 | 30 | Either the department specified on the Record Type or overridden by the one specified at the Fee Item level. | ||
| FEE_SOURCE | VARCHAR2 | 3 | Indicates where the fee was created from (System or User). | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_COM_TE_ENTRY_FEE_PK | Unique | Default | TE_ENTRY_FEE_KEY |
| PSC_COM_TE_ENTRY_FEE_UK1 | Unique | Default | TE_ENTRY_FEE_PUID |
| PSC_COM_TE_ENTRY_FK1 | Non Unique | Default | TE_ENTRY_KEY |