Table Detail Report
TASK_CHARTING_AGENT_R
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Reference task and task charting agent relationship. |
| Definition: | The table is used to store the relationship between reference tasks and their associated charting agents. |
| Table Type: | REFERENCE |
Column Detail - TASK_CHARTING_AGENT_R
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CHARTING_AGENT_CD | NUMBER | N | Code value represents the different types of charting agents. For example, PowerForms, PowerNotes, APACHE. Component such as Task List may use this value to decide which charting agent to load when a task is charted. code set 255090 |
| CHARTING_AGENT_ENTITY_ID | NUMBER | N | The numeric value to identify which form or template to be used for a given charting agent when a task is charted. This field is used when the form or template has a unique numeric identifier. It should be used in conjunction with charting_agent_entity_name. |
| CHARTING_AGENT_ENTITY_NAME | VC2(255) | Y | The table name where the charting agent id is located. For example, "DCP_FORMS_REF". This field is used when the form or template has a unique numeric identifier; otherwise, it should be empty. It should be used in conjunction with charting_agent_entity_id. |
| CHARTING_AGENT_IDENTIFIER | VC2(255) | Y | The reference string to identify which form or template to be used for a given charting agent when a task is charted. This field is used when the form or template does not have a unique numeric identifier. |
| REFERENCE_TASK_ID | NUMBER | N | ID of the reference task to which the charting agent is associated with. |
| TASK_CHARTING_AGENT_R_ID | NUMBER | N | Unique identifier. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | 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 | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | 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 | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - TASK_CHARTING_AGENT_R
| Child Column in TASK_CHARTING_AGENT_R(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | REFERENCE_TASK_ID | ORDER_TASK | REFERENCE_TASK_ID |
TASK_RELTN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Task to Task relations, used for diaplay order and dependencies |
| Definition: | Maintains relationships of tasks that are dependent on other task |
| Table Type: | ACTIVITY |
Column Detail - TASK_RELTN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | Y | 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 | NUMBER | Y | 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 | DATE | Y | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | NUMBER | Y | The person who caused the active_status_cd to be set or change. |
| BEG_EFFECTIVE_DT_TM | DATE | 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. |
| DISPLAY_ORDER_ID | NUMBER | Y | This is the value of the unique primary identifier of the task activity table. It is an internal system assigned number |
| END_EFFECTIVE_DT_TM | DATE | 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. |
| PREREQ_TASK_ID | NUMBER | Y | This is the value of the unique primary identifier of the task activity table. It is an internal system assigned number. |
| TASK_ID | NUMBER | Y | This is the value of the unique primary identifier of the task activity table. It is an internal system assigned number. |
| TASK_RELTN_ID | NUMBER | N | This is the value of the unique primary identifier of the task reltn table. It is an internal system assigned number. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | 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 | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | 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 | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - TASK_RELTN
| Child Column in TASK_RELTN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PREREQ_TASK_ID | TASK_ACTIVITY | TASK_ID |
| TASK_ID | TASK_ACTIVITY | TASK_ID |