Table Detail Report

PM_QUE_APPLICATION



Column Section Top of Page


Table-level Detail

Description: Work queue application.
Definition: Work queue application.
Table Type: REFERENCE





Column Detail - PM_QUE_APPLICATION


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.
APPLICATION_ID NUMBER N Primary key.
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.
DESCRIPTION VC2(255) Y Free-text description of the work queue application
DISPLAY VC2(100) N Display value for the work queue application
DISPLAY_KEY VC2(100) N Display key for the work queue application.
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.
NAME VC2(100) Y Name of the application the work queue will invoke.
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.


PM_QUE_COLUMN



Column Section Top of Page


Table-level Detail

Description: Work queue column.
Definition: Work queue column.
Table Type: REFERENCE





Column Detail - PM_QUE_COLUMN


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.
DATA_TYPE_FLAG NUMBER Y Data type of this column.
DESCENDING_IND NUMBER Y Indicates whether the data in the results will be sorted in descending order
DESCRIPTION VC2(255) Y Description of the column.
DISPLAY VC2(100) Y Value displayed for the column in the results.
DISPLAY_KEY VC2(100) Y Display key for the column.
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.
HIDDEN_IND NUMBER Y Indicates whether the column is visible in the results
NAME VC2(100) Y Name of the table column used in the work queue
SEQUENCE NUMBER Y Defines the sequence of the column in a work queue
SORTED_IND NUMBER Y Indicates whether the data in the results is sorted.
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.
WORK_LIST_ID NUMBER N Foreign key attribute associating the column to a specific work list (from pm_que_work_list table).


PM_QUE_DISTRIBUTION



Column Section Top of Page


Table-level Detail

Description: Work queue distribution.
Definition: Work queue distribution.
Table Type: REFERENCE





Column Detail - PM_QUE_DISTRIBUTION


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.
ACTIVE_STATUS_CD NUMBER 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 DATE N The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
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.
DISTRIBUTION_DESC VC2(100) Y Description of the distribution.
DISTRIBUTION_DISPLAY VC2(40) Y Display value for a distribution.
DISTRIBUTION_ID NUMBER N Primary key.
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.
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.


PM_QUE_DIST_FILTER



Column Section Top of Page


Table-level Detail

Description: Work queue distribution filter.
Definition: Work queue distribution filter.
Table Type: REFERENCE





Column Detail - PM_QUE_DIST_FILTER


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.
ACTIVE_STATUS_CD NUMBER 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 DATE N The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
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.
DISTRIBUTION_ID NUMBER N Foreign key attribute associating the filter to a specific distribution (from the pm_que_distribution table).
DIST_FILTER_ID NUMBER N Primary key.
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.
EXCLUDE_IND NUMBER Y Determines if the value of this filter should be included or excluded in the qualification process
FILTER_TYPE VC2(40) Y Defines the type of the filter (e.g. encounter type)
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.
VALUE VC2(100) Y Value for string filters
VALUE_CD NUMBER Y Code value for coded filters
VALUE_DT_TM DATE Y Value for date/time filters
VALUE_IND NUMBER Y Value for indicator filters


PM_QUE_ITEM_DIST



Column Section Top of Page


Table-level Detail

Description: Work queue item distribution.
Definition: Work queue item distribution.
Table Type: REFERENCE





Column Detail - PM_QUE_ITEM_DIST


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.
ACTIVE_STATUS_CD NUMBER 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 DATE N The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
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.
DELETE_IND NUMBER Y When set to "1", indicates that the triggering transaction deletes an item from a work queue rather than the default logic which adds an item.
DISTRIBUTION_ID NUMBER N Foreign key attribute associating the filter to a specific distribution (from the pm_que_distribution table).
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.
ITEM_DIST_ID NUMBER N Primary key.
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.
WORK_ITEM_ID NUMBER N Foreign key attribute associating the row to a specific work item (from the pm_que_work_item table).