Table Detail Report

PFT_WF_ISSUE_EVENT



Column Section Relationship Section Top of Page


Table-level Detail

Description: ProFit Work Flow Issue Event
Definition: Stores all the events information related to issues/work items.
Table Type: REFERENCE





Column Detail - PFT_WF_ISSUE_EVENT


Column Name Type Null? Definition
ACTIVE_IND NUMBER 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.
DAY_OF_MONTH NUMBER N The column has the day of the month on which the event will be processed.
DELAYED_PROCESS_DT_TM DATE Y The delayed date and time for a work item.
DELAY_OFFSET_HRS NUMBER Y Stores the number of hours to delay processing the workflow issue
EVENT_CD NUMBER N The event code of the event identifying the work item.
EVENT_TYPE_FLAG NUMBER N Identifies the type of event: 0 - Undefined; 1 - Cancel Event; 2 - Complete Event
PFT_WF_ISSUE_EVENT_ID NUMBER N Uniquely identifies an event related to issues/work items.
PFT_WF_ISSUE_ID NUMBER N Uniquely identifies the related work flow issue.
PROCESSING_TYPE_CD NUMBER N Contains the processing key (asynchonous or synchronous_in_process)
UPDT_APPLCTX NUMBER 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 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. 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 DATE 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 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. 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 NUMBER 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 - PFT_WF_ISSUE_EVENT


Child Column in PFT_WF_ISSUE_EVENT(FK) Parent Table Name Parent Column Name
Parents: PFT_WF_ISSUE_ID PFT_WF_ISSUE PFT_WF_ISSUE_ID


PFT_WF_ISSUE_PRIORITY



Column Section Relationship Section Top of Page


Table-level Detail

Description: ProFit Workflow Issue Priority
Definition: This table stores the information that is needed to determine the work item priority.
Table Type: REFERENCE





Column Detail - PFT_WF_ISSUE_PRIORITY


Column Name Type Null? Definition
ANALYSIS_STATUS_FLAG NUMBER N The analysis status flag, used to determine the type of update for the analysis.
BEG_EFFECTIVE_DT_TM DATE 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 DATE 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.
IMPACT_LOWER_BOUND_VALUE NUMBER N This column stores the lower bound value of the data point on the impact graph.
IMPACT_UPPER_BOUND_VALUE NUMBER N This column stores the upper bound value of the data point on the impact graph.
ORIG_PFT_WF_ISSUE_PRIORITY_ID NUMBER N Used to track versions of the workflow issue priority information. This field will always point back to the initial value created. This may be used to find the correct version when combined with begin and end effective dates and times.
PFT_WF_ISSUE_ID NUMBER N Unique generated number that identifies a row on the PFT_WF_ISSUE_ID table.
PFT_WF_ISSUE_PRIORITY_ID NUMBER N Unique generated number that identifies a row on the PFT_WF_ISSUE_PRIORITY table.
UPDT_APPLCTX NUMBER 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 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. 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 DATE 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 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. 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 NUMBER 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.
URGENCY_LOWER_BOUND_VALUE NUMBER N This column stores the lower bound value of the data point on the urgency graph.
URGENCY_UPPER_BOUND_VALUE NUMBER N This column stores the upper bound value of the data point on the urgency graph.



Relationship Detail - PFT_WF_ISSUE_PRIORITY


Child Column in PFT_WF_ISSUE_PRIORITY(FK) Parent Table Name Parent Column Name
Parents: PFT_WF_ISSUE_ID PFT_WF_ISSUE PFT_WF_ISSUE_ID
ORIG_PFT_WF_ISSUE_PRIORITY_ID PFT_WF_ISSUE_PRIORITY PFT_WF_ISSUE_PRIORITY_ID




Parent Column in PFT_WF_ISSUE_PRIORITY (PK) Child Table Name Child Column Name
Children: PFT_WF_ISSUE_PRIORITY_ID PFT_WF_ISSUE_PRIORITY ORIG_PFT_WF_ISSUE_PRIORITY_ID
PFT_WF_ISSUE_PRIORITY_LT PFT_WF_ISSUE_PRIORITY_ID


PFT_WF_ISSUE_PRIORITY_LT



Column Section Relationship Section Top of Page


Table-level Detail

Description: ProFit Work Flow Issue Priority Long Text
Definition: This table stores the long text information that is needed to determine the work item priority.
Table Type: REFERENCE





Column Detail - PFT_WF_ISSUE_PRIORITY_LT


Column Name Type Null? Definition
ACTIVE_IND NUMBER 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 DATE 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 DATE 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.
LONG_TEXT LONG Y Used to store the information that is used to determine work item priority information.
LONG_TEXT_TYPE_FLAG NUMBER N Type of long text that this row represents.1 - Impact Raw Long Text2 - Urgency Raw Long Text
ORIG_ISSUE_PRIORITY_LT_ID NUMBER N Used to track versions of the workflow issue priority long text information. This field will always point back to the initial value created. This may be used to find the correct version when combined with begin and end effective dates and times.
PFT_WF_ISSUE_PRIORITY_ID NUMBER N Unique generated number that identifies a single row on the PFT_WF_ISSUE_PRIORITY table.
PFT_WF_ISSUE_PRIORITY_LT_ID NUMBER N Unique generated number that identifies a row on the PFT_WF_ISSUE_PRIORITY_LT table.
UPDT_APPLCTX NUMBER 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 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. 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 DATE 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 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. 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 NUMBER 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 - PFT_WF_ISSUE_PRIORITY_LT


Child Column in PFT_WF_ISSUE_PRIORITY_LT(FK) Parent Table Name Parent Column Name
Parents: PFT_WF_ISSUE_PRIORITY_ID PFT_WF_ISSUE_PRIORITY PFT_WF_ISSUE_PRIORITY_ID
ORIG_ISSUE_PRIORITY_LT_ID PFT_WF_ISSUE_PRIORITY_LT PFT_WF_ISSUE_PRIORITY_LT_ID




Parent Column in PFT_WF_ISSUE_PRIORITY_LT (PK) Child Table Name Child Column Name
Children: PFT_WF_ISSUE_PRIORITY_LT_ID PFT_WF_ISSUE_PRIORITY_LT ORIG_ISSUE_PRIORITY_LT_ID


PFT_WF_NOTIFICATION



Column Section Relationship Section Top of Page


Table-level Detail

Description: ProFit Workflow Norification
Definition: This reference table stores all the application that needs to be notified for a given process model, when work item is identified or transitions to a different state.
Table Type: REFERENCE





Column Detail - PFT_WF_NOTIFICATION


Column Name Type Null? Definition
ACTIVE_IND NUMBER 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.
ASSESSMENT_IND NUMBER N Indicates if the notification needs to be sent to an application if the work item is in the assessment state.
BEG_EFFECTIVE_DT_TM DATE 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 DATE 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.
LISTENER_IDENT VC2(250) N Identifier for the listener that will be notified about the work item into and out of state.
PFT_WF_NOTIFICATION_ID NUMBER N Uniquely identifies a ProFit Workflow Notification
PFT_WF_PROCESS_MODEL_ID NUMBER N Uniquely identifies the related workflow process model.
PREV_PFT_WF_NOTIFICATION_ID NUMBER N Used to track versions of the ProFit Workflow Notification information. This field will always point back to the initial value created. This may be used to find the correct version when combined with begin and end effective dates and times.
RESOLUTION_IND NUMBER N Indicates if the notification needs to be sent to an application if the work item is in a resolution state.
REVIEW_IND NUMBER N Indicates if the notification needs to be sent to an application if the work item is in a review state.
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 - PFT_WF_NOTIFICATION


Child Column in PFT_WF_NOTIFICATION(FK) Parent Table Name Parent Column Name
Parents: PREV_PFT_WF_NOTIFICATION_ID PFT_WF_NOTIFICATION PFT_WF_NOTIFICATION_ID
PFT_WF_PROCESS_MODEL_ID PFT_WF_PROCESS_MODEL PFT_WF_PROCESS_MODEL_ID




Parent Column in PFT_WF_NOTIFICATION (PK) Child Table Name Child Column Name
Children: PFT_WF_NOTIFICATION_ID PFT_WF_NOTIFICATION PREV_PFT_WF_NOTIFICATION_ID


PFT_WF_PROCESS_MODEL



Column Section Relationship Section Top of Page


Table-level Detail

Description: ProFit Workflow Process Model
Definition: Reference table to hold ProFit workflow process models.
Table Type: REFERENCE





Column Detail - PFT_WF_PROCESS_MODEL


Column Name Type Null? Definition
ACTIVE_IND NUMBER 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.
APPROVE_ACTION_CD NUMBER N Action code defining the approval action.
ASSESSMENT_STATE_CD NUMBER N Code that defines the workflow state for the assessment.
ASSESSOR_ENTITY_ID NUMBER N Uniquely identifies the related assessor.
ASSESSOR_ENTITY_NAME VC2(30) N Identifies from which table the assessment comes, personnel or department, etc.
ASSESSOR_TYPE_CD NUMBER N Type of assessment owner either personnel or department, etc.
BILLING_HOLD_CD NUMBER N Code defining the billing hold.
CATEGORY_CD NUMBER N Used to classify workflow model created by the user using category.
COMPLETE_ACTION_CD NUMBER N Code defining the completion action
DENY_ACTION_CD NUMBER N Code defining the denial action.
DESCRIPTION_LONG_TEXT_ID NUMBER N Uniquely identifies the related row in the long_text_reference table that will store the model description.
DYNAMIC_DELAY_CD NUMBER N The column stores the code of the dynamic delay defined in the codeset. the code value will map CCL script to calculate the dynamic delay.
ENTITY_TYPE_CD NUMBER N Identifies the entity type to which the model belongs.
INCOMPLETE_ACTION_CD NUMBER N Action code defining the incompletion action.
LOGICAL_DOMAIN_ID NUMBER N The unique identifier for a logical domain. This identifier allows the data to be grouped by logical domain. For example, If you assign clients a logical_domain_id this would allow you to store data for multiple clients on this table.
PFT_WF_PROCESS_MODEL_ID NUMBER N Uniquely identifies a given workflow process model.
PROCESS_MODEL_NAME VC2(255) N Name of the workflow process model.
REQ_MAN_ASSIGN_IND NUMBER N Determines if this process model requires manual assignment of a resolution owner.
RESOLUTION_STATE_CD NUMBER N Defines the workflow state for the resolution.
RESOLVER_ENTITY_ID NUMBER N Contains the owner ID of the resolution state.
RESOLVER_ENTITY_NAME VC2(30) N Contains the Name of the table for the resolver, based on the type of resolution. For example: personnel, department, etc.
RESOLVER_TYPE_CD NUMBER N Contains the type of resolution owner, either personnel, department, etc.
RESOLVE_ACTION_CD NUMBER N Action Cdoe defining the resolution action.
REVIEWER_ENTITY_ID NUMBER N Contains the owner id of the review state.
REVIEWER_ENTITY_NAME VC2(30) N Contains the Name of the table for the reviewer, based on the type of review. For example: personnel, department, etc.
REVIEWER_TYPE_CD NUMBER N Type of reviewer owner either personnel or department, etc.
REVIEW_STATE_CD NUMBER N Contains the workflow state for the review.
SUBCATEGORY_CD NUMBER N Used to further classify workflow model inside a category.
UPDT_APPLCTX NUMBER 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 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. 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 DATE 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 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. 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 NUMBER 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.
WI_ASSIGNMENT_TYPE_CD NUMBER Y This column stores the workitem assignment type information.



Relationship Detail - PFT_WF_PROCESS_MODEL


Child Column in PFT_WF_PROCESS_MODEL(FK) Parent Table Name Parent Column Name
Parents: LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID
DESCRIPTION_LONG_TEXT_ID LONG_TEXT_REFERENCE LONG_TEXT_ID




Parent Column in PFT_WF_PROCESS_MODEL (PK) Child Table Name Child Column Name
Children: PFT_WF_PROCESS_MODEL_ID PFT_WF_ISSUE PFT_WF_PROCESS_MODEL_ID
PFT_WF_NOTIFICATION PFT_WF_PROCESS_MODEL_ID
PFT_WF_STATE_ACTION_RELTN PFT_WF_PROCESS_MODEL_ID