Table Detail Report
SOLUTION_CAPABILITY
| Column Section | Top of Page |
Table-level Detail
| Description: | Solution Capability |
| Definition: | Each row represents a logged capability (capability_ident) for a given user (updt_user_id) for a given time (updt_dt_tm). It has optional fields (parent_entity_name and parentity_id) which relate to a specific entity. |
| Table Type: | ACTIVITY |
Column Detail - SOLUTION_CAPABILITY
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CAPABILITY_IDENT | VC2(100) | Y | Capability's identifier is a capability name usually in a form of alpha_number key. |
| PARENT_ENTITY_ID | NUMBER | N | Field used to store the foreign key for a related parent table. |
| PARENT_ENTITY_NAME | VC2(100) | Y | The name of the related parent table. |
| SOLUTION_CAPABILITY_ID | NUMBER | N | Uniquely identifies a logged capability for a given user for a given time. |
| 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. |
TASK_AVAILABLE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Task Available |
| Definition: | Task Available table |
| Table Type: | REFERENCE |
Column Detail - TASK_AVAILABLE
| 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 | 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 | Y | 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 | 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 | 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. |
| PFT_TASK_ID | NUMBER | N | ProFit Task ID |
| PFT_TASK_INFO | VC2(250) | Y | ProFit Task Info |
| PFT_TASK_OBJECT | NUMBER | Y | ProFit Task Object |
| PFT_TASK_REQUEST | FLOAT | Y | ProFit Task Request |
| PFT_TASK_SUB_TYPE | NUMBER | Y | ProFit Task Sub Type |
| PFT_TASK_SUB_TYPE_NAME | VC2(250) | Y | ProFit Task Sub Type Name |
| PFT_TASK_TYPE | NUMBER | Y | ProFit Task Type |
| PFT_TASK_TYPE_NAME | VC2(250) | Y | ProFit Task Type Name |
| PUSH_ONLY_IND | NUMBER | N | Indicates if push queue only. Default 0. If field is 1 then this record can only be used for Push Queue's. |
| 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_AVAILABLE
| Parent Column in TASK_AVAILABLE (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | PFT_TASK_ID | SELECTED_TASK | PFT_TASK_ID |
TASK_CRITERIA
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Task Criteria |
| Definition: | Task Criteria table |
| Table Type: | REFERENCE |
Column Detail - TASK_CRITERIA
| 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 | 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 | Y | 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 | 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 | 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. |
| MANDATORY_IND | NUMBER | Y | Mandatory Indicator |
| MANDATORY_VALUE | VC2(250) | Y | Mandatory Value |
| PFT_CRITERIA_NAME | VC2(250) | Y | ProFit Criteria Name |
| PFT_CRITERIA_TYPE | FLOAT | Y | ProFit Criteria Type |
| PFT_TASK_CRITERIA_ID | NUMBER | N | Uniquely identifies a given Task Criteria |
| PFT_TASK_ID | NUMBER | N | ProFit Task ID |
| TABLE_NAME | VC2(30) | Y | Table Name |
| 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_CRITERIA
| Parent Column in TASK_CRITERIA (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | PFT_TASK_CRITERIA_ID | PFT_CA_CRITERIA_VALUE | PFT_TASK_CRITERIA_ID |
| SELECTED_CRITERIA | PFT_TASK_CRITERIA_ID |
TEXT_COND_CRIT_RELTN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Text Condition Criteria Relation |
| Definition: | Relates text condition criterea to charge group condition criteria. |
| Table Type: | REFERENCE |
Column Detail - TEXT_COND_CRIT_RELTN
| 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. |
| BT_COND_CRIT_R_ID | NUMBER | N | Uniquely identifies the related row on the BT_COND_CRIT_RELTN 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. |
| TEXT_COND_CRIT_CD | NUMBER | N | Code value for any free text criteria definition currently used for CDM code value. |
| TEXT_COND_CRIT_RELTN_ID | NUMBER | N | Uniquely identifies a relationship between a criteria to a build tool. |
| TEXT_COND_CRIT_VALUE | VC2(200) | N | Code Value for any free text criteria definition currently used for CDM code values. |
| 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 - TEXT_COND_CRIT_RELTN
| Child Column in TEXT_COND_CRIT_RELTN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | BT_COND_CRIT_R_ID | BT_COND_CRIT_RELTN | BT_COND_CRIT_R_ID |
TPM_CHRG_TIER
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | TPM CHRG TIER |
| Definition: | Stores TPM rule information related to a charge. |
| Table Type: | REFERENCE |
Column Detail - TPM_CHRG_TIER
| 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 | 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 | Y | 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 | 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 | 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. |
| TIER_GROUP_CD | NUMBER | N | Code value identifying the tier group (e.g. surgery , pharmacy etc.) |
| TPM_CHRG_TIER_ID | NUMBER | N | Primary Key |
| TPM_RESULT_ID | NUMBER | N | Foreign key reference to the tpm_result table. |
| TPM_RULE_TIER_ID | NUMBER | N | Foreign key reference to the tpm_rule_tier table. |
| 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 - TPM_CHRG_TIER
| Child Column in TPM_CHRG_TIER(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | TPM_RESULT_ID | TPM_RESULT | TPM_RESULT_ID |
| TPM_RULE_TIER_ID | TPM_RULE_TIER | TPM_RULE_TIER_ID |
| Parent Column in TPM_CHRG_TIER (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | TPM_CHRG_TIER_ID | TPM_CONDITION | TPM_CHRG_TIER_ID |
| TPM_RULE_DEF | TPM_CHRG_TIER_ID |