Table Detail Report
PFT_EVENT_OCCUR_PARAM
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | ProFit Event Occurrence Parameter |
Definition: | Used to store the parameters for a published event on pft_event_occur_log. |
Table Type: | ACTIVITY |
Column Detail - PFT_EVENT_OCCUR_PARAM
Column Name | Type | Null? | Definition |
---|---|---|---|
DATE_VALUE | DATETIME | Y | The date value of the parameter. |
DOUBLE_VALUE | DOUBLE | N | The double value of the parameter. |
PARENT_ENTITY_ID | DOUBLE | N | Foreign key reference to another table that relates to this parameter. The parent entity name will identify on which table this ID originated. |
PARENT_ENTITY_NAME | VARCHAR(32) | N | Uniquely identifies the parent table related to this row. |
PFT_EVENT_OCCUR_LOG_ID | DOUBLE | N | Uniquely identifies the related PFT_EVENT_OCCUR_LOG record. |
PFT_EVENT_OCCUR_PARAM_ID | DOUBLE | N | Unique generated number that identifies a single row on the pftevent_occur_params table. |
PFT_EVENT_PARAM_TYPE_CD | DOUBLE | N | Contains the value for the event parameter. Uses code set # 24454. |
STRING_VALUE | VARCHAR(500) | N | String value of the parameter. |
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 - PFT_EVENT_OCCUR_PARAM
Child Column in PFT_EVENT_OCCUR_PARAM(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PFT_EVENT_OCCUR_LOG_ID | PFT_EVENT_OCCUR_LOG | PFT_EVENT_OCCUR_LOG_ID |
PFT_EVENT_PARAMS
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | pft event parameters |
Definition: | pft event parameters |
Table Type: | REFERENCE |
Column Detail - PFT_EVENT_PARAMS
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | 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 | 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 | Y | 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. |
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. |
PARAMS_VALUE_LONG_TEXT_ID | DOUBLE | N | References an entry on the long text table. Used to hold the pft event params value when it is larger than 250 characters. |
PFT_EVENT_ID | DOUBLE | N | Foreign Key |
PFT_EVENT_OCCUR_LOG_ID | DOUBLE | N | Foreign key reference to the pft_event_occur_log table. |
PFT_EVENT_PARAMS_ID | DOUBLE | N | Unique Key |
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. |
VALUE | VARCHAR(250) | Y | Value for the event parameter |
VALUE_SPECIFIER_CD | DOUBLE | N | Specifies what the value for the event parameter represents |
Relationship Detail - PFT_EVENT_PARAMS
Child Column in PFT_EVENT_PARAMS(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PFT_EVENT_ID | PFT_EVENT | PFT_EVENT_ID |
PFT_EVENT_PATTERN
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | pft event pattern |
Definition: | pft event pattern |
Table Type: | REFERENCE |
Column Detail - PFT_EVENT_PATTERN
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | 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 | 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 | Y | 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. |
CALENDAR_MONTH | DOUBLE | Y | Month of the year (e.g. January, February etc.) |
CALENDAR_MONTH_CD | DOUBLE | N | Code set for the calendar months - Not used, to be removed |
DAY_MASK | DOUBLE | Y | Day Mask |
DAY_OF_MONTH | DOUBLE | Y | Day of Month |
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. |
INSTANCE | DOUBLE | Y | Instance of the event |
INTERVAL | DOUBLE | Y | Interval of the event |
MAX_END_DT_TM | DATETIME | Y | The recurrence will end on this date |
MAX_OCCURANCE | DOUBLE | Y | The maximumamount of times this event will happen |
PFT_EVENT_ID | DOUBLE | N | Foreign Key |
PFT_EVENT_PATTERN_ID | DOUBLE | N | Unique Key |
PFT_PATTERN_TYPE_CD | DOUBLE | N | Daily, Monthly, Yearly, etc. |
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 - PFT_EVENT_PATTERN
Child Column in PFT_EVENT_PATTERN(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PFT_EVENT_ID | PFT_EVENT | PFT_EVENT_ID |
PFT_QUEUE_ASSIGNMENT
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | This table contains the assignment profit workflow queues. |
Definition: | The purpose of the pft_queue_assignment table is to store reference data defining the distribution of workflow items within a queue. |
Table Type: | REFERENCE |
Column Detail - PFT_QUEUE_ASSIGNMENT
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. |
ASSIGNED_PRSNL_GROUP_ID | DOUBLE | N | Uniquely identifies the personnel group related to this row. |
ASSIGNED_PRSNL_ID | DOUBLE | N | The personnel to which a PFT_QUEUE_ITEM will be assigned. |
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. |
CONTRIBUTOR_SYSTEM_CD | DOUBLE | N | Contributor system identifies the source feed of data from which a row was populated. This is mainly used to determine how to update a set of data that may have originated from more than one source feed. |
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. |
LEVEL_NBR | DOUBLE | Y | The position of the record within a hierarchy of records. |
LOGICAL_DOMAIN_ID | DOUBLE | 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_ENTITY_STATUS_CD | DOUBLE | N | The status of the information contained in a workflow queue. |
PFT_ENTITY_TYPE_CD | DOUBLE | N | Type of information contained in a workflow queue. |
PFT_QUEUE_ASSIGNMENT_ID | DOUBLE | N | Unique identifier for the pft_queue_assignment table. |
SEQUENCE_NBR | DOUBLE | Y | The sequence number to determine the record order. |
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. |
VALUE_DISPLAY_TXT | VARCHAR(50) | Y | The display text of the value assigned. |
VALUE_RANGE_TXT | VARCHAR(50) | Y | Upper value within a range of values. |
VALUE_SPECIFIER_CD | DOUBLE | N | Specifies what the value for the event parameter represents. |
VALUE_TXT | VARCHAR(50) | Y | The value assigned to this level. The lower value within a range of values. |
Relationship Detail - PFT_QUEUE_ASSIGNMENT
Child Column in PFT_QUEUE_ASSIGNMENT(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |
ASSIGNED_PRSNL_ID | PRSNL | PERSON_ID | |
ASSIGNED_PRSNL_GROUP_ID | PRSNL_GROUP | PRSNL_GROUP_ID |
PFT_QUEUE_DEFINITION
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | This table contains the definition profit workflow queues. |
Definition: | The purpose of the pft_queue_definition table is to store reference data defining the workflow queues. |
Table Type: | REFERENCE |
Column Detail - PFT_QUEUE_DEFINITION
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. |
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. |
LOGICAL_DOMAIN_ID | DOUBLE | 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_ENTITY_STATUS_CD | DOUBLE | N | The status of the information contained in a workflow queue. |
PFT_ENTITY_TYPE_CD | DOUBLE | N | Type of information contained in a workflow queue. |
PFT_QUEUE_DEFINITION_ID | DOUBLE | N | Unique identifier for the pft_queue_definition table. |
PFT_QUEUE_EVENT_CD | DOUBLE | N | Specifies what the event associated to the queue. |
PFT_QUEUE_EVENT_TYPE_FLAG | DOUBLE | N | Flag to store the type of queue event. ENQUEUE = 1, DEQUEUE = 2, QUEUE UPDATE WITH DEQUEUE = 3, QUEUE UPDATE WITH HISTORY ONLY = 4 |
PRIORITY_SEQ | DOUBLE | Y | Priority sequence stores the order in which the queue is processed. |
RELEASE_IND | DOUBLE | Y | Specifies if releasing an item from the queue is permitted. |
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 - PFT_QUEUE_DEFINITION
Child Column in PFT_QUEUE_DEFINITION(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |