RSC_RESOURCES
This table stores all the resources/users in the system. It has a one to one mapping to the KNTA_USERS table. The rsc_resource_id should be same as knta_users.user_id.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_SECURITY_GROUPS_NLS |
SECURITY_GROUP_ID |
BILLING_APPROVER_SEC_GRP_ID |
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
RSC_ROLES_NLS |
ROLE_ID |
PRIMARY_ROLE_ID |
KNTA_SECURITY_GROUPS_NLS |
SECURITY_GROUP_ID |
TIME_SHEET_APPROVER_SEC_GRP_ID |
KTMG_POLICIES |
POLICY_ID |
TIME_SHEET_POLICY_ID |
KNTA_USERS |
USER_ID |
TM_APPROVER_ID |
KNTA_USERS |
USER_ID |
TM_BILLING_APPROVER_ID |
KNTA_USERS |
USER_ID |
USER_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
RESOURCE_ID |
NOT NULL |
NUMBER |
System-generated identifier |
VERSION |
NOT NULL |
NUMBER |
System-generated version for the entity. This column must not be updated manually |
USER_ID |
NULLABLE |
NUMBER |
Foreign key to KNTA_USERS table. There is a one to one relation between user and resource tables. Also, resource_id should be same as user_id |
UNNAMED_LABEL |
NULLABLE |
VARCHAR2(255) |
This column is used when an unnamed headcount is created from the resource pool. |
MSP_UID |
NULLABLE |
NUMBER |
This is the ID to integrate with MS-Project. Every resource assigned to a project has a MSP_UID. This is generated by MS-Project. |
PRIMARY_ROLE_ID |
NULLABLE |
NUMBER |
Foreign key to RSC_ROLES table. This is the role associated to this resource. |
USER_DATA1-90 |
NULLABLE |
VARCHAR2(255) |
User data segment |
VISIBLE_USER_DATA1-90 |
NULLABLE |
VARCHAR2(255) |
User data segment |
TIME_SHEET_POLICY_ID |
NULLABLE |
NUMBER |
This is a foreign key to KTMG_POLICIES table to specify what time sheet policy the resource is using. |
TM_APPROVER_ID |
NULLABLE |
NUMBER |
Indicates the user who is the time sheet approver. This is a foreign key to KNTA_USERS table. Either this column or TME_SHEET_APPROVER_SEC_GROUP column is populated. |
TM_BILLING_APPROVER_ID |
NULLABLE |
NUMBER |
Indicates the user who is the billing approver for this resource's time sheets. It is a foreign key to KNTA_USERS table. Either this column or BILLING_APPROVER_SEC_GROUP column is populated. |
TM_ENABLED_FLAG |
NULLABLE |
VARCHAR2(1) |
Indicates whether the time management is enabled for this resource. |
TM_NOTIFS_ENABLED_FLAG |
NULLABLE |
VARCHAR2(1) |
Indicates whether this resource should receive time management notifications. |
TIME_SHEET_APPROVER_SEC_GRP_ID |
NULLABLE |
NUMBER |
Indicates the security group that can approve time sheets for this resource. It is a foreign key to KNTA_SECURITY_GROUPS table. Either this column or TM_APPROVER_ID column is populated for the resource. |
BILLING_APPROVER_SEC_GRP_ID |
NULLABLE |
NUMBER |
Indicates the security group that can approve the billing of the time resource. It is a foreign key to KNTA_SECURITY_GROUPS table. Either this column or TM_BILLING_APPROVER_ID column is populated for the resource. |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
MSP_EUID |
NULLABLE |
NUMBER |
Enterprise unique ID of this resource from Microsoft Project Server. This is used for integrating PPM Center with single Microsoft Project Server. |
MSP_CUID |
NULLABLE |
VARCHAR2(255) |
Custom unique ID of this resource from Microsoft Project Server. This is used for integrating PPM Center with multiple Microsoft Project Server. |
USER_DATA91-100 |
NULLABLE |
VARCHAR2(2000) |
User data segment |
VISIBLE_USER_DATA91-100 |
NULLABLE |
VARCHAR2(2000) |
User data segment |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
FK70A5086877EA67CA_I |
NONUNIQUE |
1 |
TIME_SHEET_APPROVER_SEC_GRP_ID |
FK70A508688506C736_I |
NONUNIQUE |
1 |
TM_BILLING_APPROVER_ID |
FK70A50868A7DB71D8_I |
NONUNIQUE |
1 |
BILLING_APPROVER_SEC_GRP_ID |
FK70A50868B94300FA_I |
NONUNIQUE |
1 |
TM_APPROVER_ID |
FK70A50868C55496FA_I |
NONUNIQUE |
1 |
USER_ID |
FK70A50868EE7121E7_I |
NONUNIQUE |
1 |
TIME_SHEET_POLICY_ID |
FK70A50868FA15AA38_I |
NONUNIQUE |
1 |
PRIMARY_ROLE_ID |
RSC_RESOURCES_N1 |
NONUNIQUE |
1 |
MSP_UID |
RSC_RESOURCES_N2 |
NONUNIQUE |
1 |
MSP_EUID |
RSC_RESOURCES_N3 |
NONUNIQUE |
1 |
MSP_CUID |
SYS_C005201576 |
UNIQUE |
1 |
RESOURCE_ID |
Sequences
This table uses no sequences.