Table Detail Report

TASK_ACCESS



Column Section Relationship Section Top of Page


Table-level Detail

Description: Application Task Authorization Access Control
Definition: Task access are groups of application_tasks rows that are grouped together in application_groups by which user gain access to though application authorization.
Table Type: REFERENCE





Column Detail - TASK_ACCESS


Column Name Type Null? Definition
APP_GROUP_CD NUMBER N This is the code set that is maintained from crm_code. It is populated with the application groups. With this code you enable the groups that can access this task.
TASK_NUMBER NUMBER N This is the task number that we are accessing.
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_ACCESS


Child Column in TASK_ACCESS(FK) Parent Table Name Parent Column Name
Parents: TASK_NUMBER APPLICATION_TASK TASK_NUMBER


TASK_REQUEST_R



Column Section Relationship Section Top of Page


Table-level Detail

Description: Application Task Request Relationships
Definition: Maintains the relationship between an application_tasks and the requests that it contains.
Table Type: REFERENCE





Column Detail - TASK_REQUEST_R


Column Name Type Null? Definition
REQUEST_NUMBER NUMBER N This is the unique request number that we are associating with the task number in this row.
TASK_NUMBER NUMBER N This is the unique task number that the requests in this row are associated with.
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_REQUEST_R


Child Column in TASK_REQUEST_R(FK) Parent Table Name Parent Column Name
Parents: TASK_NUMBER APPLICATION_TASK TASK_NUMBER


USAGE_SUMMARY



Column Section Top of Page


Table-level Detail

Description: Usage Summary
Definition: Statistical summary table. Collects data pertaining to step and app usages.
Table Type: ACTIVITY





Column Detail - USAGE_SUMMARY


Column Name Type Null? Definition
CPU_TIME FLOAT Y amount of cpu time the component used
ELAPSED_TIME FLOAT Y amount of time in the server
FREQUENCY NUMBER Y count of usage
METRIC_NAME VC2(40) N name
METRIC_TYPE NUMBER N type
MET_DT_TM DATE Y unused
MONTH NUMBER N month
NODE VC2(18) Y unused
PARENT_ID FLOAT N the app number or req number of the component
SERVICE VC2(50) Y service the component executed from
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.
YEAR NUMBER N year
YEAR_SEQ NUMBER N year mod 2