PSC_CE_TIMERULE_PLCY
This table contains time rule defintion.
Details
-
Schema: FUSION
-
Object owner: PSC_CE
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_CE_TIMERULE_PLCY_PK |
AGENCY_ID, TIME_RULE_ID, POLICY_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AGENCY_ID | NUMBER | 8 | Yes | This is the agencyid to which tiem rule belongs | |
| TIME_RULE_ID | VARCHAR2 | 50 | Yes | This is the time rule identifier. | |
| POLICY_KEY | NUMBER | 18 | Yes | This is theadditional key to manage multiple entries | |
| TIME_RULE_PRIORITY | VARCHAR2 | 30 | Yes | This is the priority of the time rule | |
| POLICY_COUNT | NUMBER | 2 | Yes | This is the inspection count of tiem rule to be configured | |
| TIME_RULE_UOM | VARCHAR2 | 30 | Yes | This is the time indicator for teh tiem rule | |
| TIME_RULE_UOM_VALUE | NUMBER | 3 | Yes | This is the value of the timerule for chosen uom type | |
| DEFAULT_POLICY | VARCHAR2 | 1 | This field indicates whether policy is default value. | ||
| 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. | |
| 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. | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PSC_CE_TIMERULE_PLCY | psc_ce_timerule_defn_b | AGENCY_ID, TIME_RULE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_CE_TIMERULE_PLCY_U1 | Unique | Default | AGENCY_ID, TIME_RULE_ID, POLICY_KEY |