Table Detail Report
PRSNL_ROLE_ORG_POS_RELTN
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Personnel role organization position relation |
Definition: | This table is used to store the Job role code and position relationship for an organization. |
Table Type: | REFERENCE |
Column Detail - PRSNL_ROLE_ORG_POS_RELTN
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | N | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
ACTIVE_STATUS_CD | DOUBLE | N | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
ACTIVE_STATUS_DT_TM | DATETIME | N | The date and time that the active_status_cd was set. |
ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
AREA_OF_WORK_CD | DOUBLE | N | The area where a job role is performed. It further defines the job role for a personnel. |
BEG_EFFECTIVE_DT_TM | DATETIME | N | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
END_EFFECTIVE_DT_TM | DATETIME | N | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
JOB_ROLE_CD | DOUBLE | N | Descibes the personnel's job as related to this organization; e.g., Cardiac Surgeon or Physical Therapist. |
ORGANIZATION_ID | DOUBLE | N | The organization that has a relationship with the Job Role. |
POSITION_CD | DOUBLE | N | Position code value |
ROLE_ORG_POS_RELTN_ID | DOUBLE | N | The unique ID of the Personnel job rol position |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
Relationship Detail - PRSNL_ROLE_ORG_POS_RELTN
Child Column in PRSNL_ROLE_ORG_POS_RELTN(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID |
PRSNL_ROLE_PROFILE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Personnel Role Profile |
Definition: | Stores a personnel's role profile. |
Table Type: | REFERENCE |
Column Detail - PRSNL_ROLE_PROFILE
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | N | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
BEG_EFFECTIVE_DT_TM | DATETIME | N | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
CHART_ACCESS_PRSNL_GROUP_ID | DOUBLE | Y | Uniquely identifies the chart access personnel group associated to the role profile. |
END_EFFECTIVE_DT_TM | DATETIME | N | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
POSITION_CD | DOUBLE | N | The position code of the role profile. |
PREFERRED_ROLE_VALUE | DOUBLE | Y | This defines whether a role profile is preferred or not. (0 = Not Preferred, 1 = Preferred) |
PRSNL_ID | DOUBLE | N | Uniquely identifies the personnel to which the role profile is associated . |
PRSNL_ROLE_PROFILE_ID | DOUBLE | N | Uniquely identifies a row on the prsnl_role_profile table. |
ROLE_PROFILE_TEXT | VARCHAR(200) | Y | The display string of the role profile. |
ROLE_PROFILE_TEXT_KEY | VARCHAR(200) | N | This field contains the role_profile_text with all special characters removed and all alpha characters converted to uppercase. |
ROLE_PROFILE_TEXT_KEY_A_NLS | VARCHAR(800) | Y | Stores the corresponding non-english ACCENTED character set values for _KEY columns. Used for sorting non-english text. Database triggers handle the population of these columns so CCL scripts and applications can ignore them. |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
Relationship Detail - PRSNL_ROLE_PROFILE
Child Column in PRSNL_ROLE_PROFILE(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PRSNL_ID | PRSNL | PERSON_ID |
CHART_ACCESS_PRSNL_GROUP_ID | PRSNL_GROUP | PRSNL_GROUP_ID |
Parent Column in PRSNL_ROLE_PROFILE (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | PRSNL_ROLE_PROFILE_ID | PRSNL_ROLE_PROFILE_ATTR | PRSNL_ROLE_PROFILE_ID |
PRSNL_ROLE_PROFILE_ADDN
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Personnel Role Profile Addition |
Definition: | This table stores area of work, work groups & business functions for a personnel's role profile. |
Table Type: | REFERENCE |
Column Detail - PRSNL_ROLE_PROFILE_ADDN
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | N | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
ACTIVE_STATUS_CD | DOUBLE | N | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
ACTIVE_STATUS_DT_TM | DATETIME | N | The date and time that the active_status_cd was set. |
ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
BEG_EFFECTIVE_DT_TM | DATETIME | Y | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
CHILD_TYPE_CD | DOUBLE | N | The type of additional profile information being stored. (e.g. area of work, work gorups, business function) |
END_EFFECTIVE_DT_TM | DATETIME | Y | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
PRSNL_ORG_RELTN_TYPE_ID | DOUBLE | N | The foreign key to table PRSNL_ORG_RELTN_TYPE. |
PRSNL_ROLE_PROFILE_ADDN_ID | DOUBLE | N | The primary identifier for this table. |
TYPE_ENTITY_ID | DOUBLE | N | The identifier of the entity that is getting related to the Prsnl_Role_Profile_Addn row. |
TYPE_ENTITY_NAME | VARCHAR(30) | N | The name of the table that the value for Type Entity Name is from. |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - PRSNL_ROLE_PROFILE_ADDN
Child Column in PRSNL_ROLE_PROFILE_ADDN(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PRSNL_ORG_RELTN_TYPE_ID | PRSNL_ORG_RELTN_TYPE | PRSNL_ORG_RELTN_TYPE_ID |
PRSNL_ROLE_PROFILE_ATTR
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Personnel Role Profile Attributes |
Definition: | Stores personnel role profile attributes. |
Table Type: | REFERENCE |
Column Detail - PRSNL_ROLE_PROFILE_ATTR
Column Name | Type | Null? | Definition |
---|---|---|---|
ATTR_TEXT | VARCHAR(255) | N | A text value of the role profile attribute. |
ATTR_TEXT_KEY | VARCHAR(255) | N | The text value of the role profile attribute, in all capitals, spaces and special characters removed for better searchability. |
ATTR_TEXT_KEY_A_NLS | VARCHAR(1020) | Y | Stores the corresponding non-english ACCENTED character set values for _KEY columns. Used for sorting non-english text. Database triggers handle the population of these columns so CCL scripts and applications can ignore them. |
ATTR_TYPE_CD | DOUBLE | N | The type of role profile attribute. |
PRSNL_ROLE_PROFILE_ATTR_ID | DOUBLE | N | Uniquely identifies a row on the prsnl_role_profile_attr table. |
PRSNL_ROLE_PROFILE_ID | DOUBLE | N | Uniquely identifies the related row on the prsnl_role_profile table. |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
Relationship Detail - PRSNL_ROLE_PROFILE_ATTR
Child Column in PRSNL_ROLE_PROFILE_ATTR(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PRSNL_ROLE_PROFILE_ID | PRSNL_ROLE_PROFILE | PRSNL_ROLE_PROFILE_ID |
PRSNL_ROLE_TYPE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | prsnl role type |
Definition: | stores prsnl role type relation information |
Table Type: | REFERENCE |
Column Detail - PRSNL_ROLE_TYPE
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | N | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
ACTIVE_STATUS_CD | DOUBLE | N | Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc. |
ACTIVE_STATUS_DT_TM | DATETIME | N | The date and time that the active_status_cd was set. |
ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
BEG_EFFECTIVE_DT_TM | DATETIME | Y | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
CREATE_DT_TM | DATETIME | Y | The date/time this entry was created. |
CREATE_PRSNL_ID | DOUBLE | N | The id of the person who created the request. |
END_EFFECTIVE_DT_TM | DATETIME | Y | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
PERSON_ID | DOUBLE | N | PERSON identifier |
PREV_PRSNL_ROLE_TYPE_ID | DOUBLE | N | Identifies a previous version of a personnel role type |
PRSNL_ROLE_TYPE_ID | DOUBLE | N | personnel role type identifier |
ROLE_BEG_DT_TM | DATETIME | Y | Date stamp of when the role is/was effective. |
ROLE_END_DT_TM | DATETIME | Y | Date stamp of when the role is/was ended. |
ROLE_TYPE_RELTN_ID | DOUBLE | N | role type relation identifier |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - PRSNL_ROLE_TYPE
Child Column in PRSNL_ROLE_TYPE(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PREV_PRSNL_ROLE_TYPE_ID | PRSNL_ROLE_TYPE | PRSNL_ROLE_TYPE_ID |
ROLE_TYPE_RELTN_ID | ROLE_TYPE_RELTN | ROLE_TYPE_RELTN_ID |
Parent Column in PRSNL_ROLE_TYPE (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | PRSNL_ROLE_TYPE_ID | PRSNL_ROLE_TYPE | PREV_PRSNL_ROLE_TYPE_ID |
PRSNL_ROLE_TYPE_RESP | PRSNL_ROLE_TYPE_ID |