KTMG_ORULE_CHARGE_CODES
This table stores information about Override Rules associated with charge codes for Time Management.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KTMG_CHARGE_CODES_NLS |
CHARGE_CODE_ID |
CHARGE_CODE_ID |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
|
KTMG_OVERRIDE_RULES |
OVERRIDE_RULE_ID |
OVERRIDE_RULE_ID |
|
KNTA_USERS |
USER_ID |
CREATED_BY |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
ORULE_CHARGE_CODE_ID |
NOT NULL |
NUMBER |
System-generated identifier |
|
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
|
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
|
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
|
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
|
OVERRIDE_RULE_ID |
NOT NULL |
NUMBER |
Override rule identifier that identifies the override rule that is associated |
|
CHARGE_CODE_ID |
NOT NULL |
NUMBER |
Charge code identifier that identifies the charge code that is associated |
|
CHARGE_PERCENT |
NOT NULL |
NUMBER |
Percent of the charge to be performed |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KTMG_ORULE_CHARGE_CODES_U1 |
UNIQUE |
1 |
ORULE_CHARGE_CODE_ID |
|
KTMG_ORULE_CHARGE_CODES_U2 |
UNIQUE |
1 |
OVERRIDE_RULE_ID |
|
KTMG_ORULE_CHARGE_CODES_U2 |
UNIQUE |
2 |
CHARGE_CODE_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KTMG_ORULE_CHARGE_CODES_S |
ORULE_CHARGE_CODE_ID |

