Table Detail Report

PFT_TOOLS



Column Section Top of Page


Table-level Detail

Description: PFT TOOLS
Definition: Stores the information related to the ProFit tools.
Table Type: REFERENCE





Column Detail - PFT_TOOLS


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.
DISPLAY_NAME VARCHAR(250) Y The tool name to be displayed.
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.
ENTRY_POINT VARCHAR(250) Y Entry Point
ICON_KEY VARCHAR(250) Y Icon key
PFT_TOOLS_ID DOUBLE N Primary key
TOOL_TIP_TEXT VARCHAR(250) Y Tool tip text
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.


PFT_TRANSACTION



Column Section Relationship Section Top of Page


Table-level Detail

Description: PFT TRANSACTION
Definition: Profit transaction table for OMF reporting
Table Type: ACTIVITY





Column Detail - PFT_TRANSACTION


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.
ACTIVITY_ID DOUBLE N References entry to activity table
BATCH_DESC VARCHAR(100) Y If it was in a batch, a description of what batch
BATCH_TRANS_ID DOUBLE N If it was in a batch, the id of the batch
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.
BENEFIT_ORDER_ID DOUBLE N References an entry on the benefit order table
BILLED_IND DOUBLE Y Indicates whether or not it has been put on a bill
BILLING_ENTITY_ID DOUBLE N References an entry on the billing entity table
BILLING_ENTITY_NAME VARCHAR(100) Y The name of the billing entity
BILLING_ENTITY_ORG_ID DOUBLE N References an entry on the billing entity organization table
BILLING_ENTITY_ORG_NAME VARCHAR(100) Y The billing entity organization name
BILL_ALIAS VARCHAR(100) Y The bill alias
BILL_VRSN_NBR DOUBLE Y The version number identifying which bill
CC_AUTH_NBR VARCHAR(100) Y Credit card authorization number
CC_BEG_EFF_DT_TM DATETIME Y Credit card beginning effective date
CC_END_EFF_DT_TM DATETIME Y Credit card ending effective date
CHARGE_ITEM_ID DOUBLE N References an entry on the charge table
CHECK_DATE DATETIME Y The date of the check if paid by check
CORSP_ACTIVITY_ID DOUBLE N References the id of the bill
CR_ACCT_ID DOUBLE N References credit account id
CURRENT_CUR_CD DOUBLE N Current currency type
DR_ACCT_ID DOUBLE N References the debit account ID
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.
EXT_CR_ACCT_ID_TXT VARCHAR(40) Y Alias for the credit account id
EXT_DR_ACCT_ID_TXT VARCHAR(40) Y Alias for the debit account id
GEN_LEDG_POSTED_IND DOUBLE Y Indicates whether or not it has been posted to the general ledger
ORIGINAL_CUR_CD DOUBLE N Original currency type
PAYMENT_METH_CD DOUBLE N payment method
PAYMENT_NUM_DESC VARCHAR(255) Y Payment number description (ex. the check number if paid by chec, the credit card number if paid by a credit card)
PAYOR_NAME VARCHAR(100) Y The name of the payor
PAYOR_ORG_ID DOUBLE N The payor ID if it is an organization
PAYOR_ORG_NAME VARCHAR(100) Y The payor name if it is an organization
PERSON_ID DOUBLE N This is the value of the unique primary identifier of the person table. It is an internal system assigned number.
PERSON_NAME_FULL VARCHAR(100) Y Person name if paid by a person
PFT_CHARGE_ID DOUBLE N References the pft_charge table
PFT_ENCNTR_ALIAS VARCHAR(100) Y Financial encounter alias
PFT_ENCNTR_ID DOUBLE N References an entry on the pft encntr table
PFT_TRANSACTION_ID DOUBLE N Unique identifier for this table
POSTED_DT_TM DATETIME Y Date and time posted to the system
POSTING_METH_CD DOUBLE N Posted method (ex: LIFO, FIFO, or Distributed)
SUPPRESSION_FLAG DOUBLE Y Indicates whether to suppress for printing and or viewing on claim, statement, power account or all
TOTAL_TRANS_AMOUNT DOUBLE N Total amount of transaction
TPM_ID DOUBLE N References an entry for a transaction posting matrix rule for this transaction
TRANS_ALIAS_ID DOUBLE N Alias for combination of trans_type_cd, trans_sub_type_cd and trans_reason_cd
TRANS_REASON_CD DOUBLE N Code value identifying the transaction reason.
TRANS_SUB_TYPE_CD DOUBLE N Transaction sub type code value
TRANS_TYPE_CD DOUBLE N Transaction type code value
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.
USERNAME VARCHAR(50) Y The username of the person who posted the transaction.



Relationship Detail - PFT_TRANSACTION


Child Column in PFT_TRANSACTION(FK) Parent Table Name Parent Column Name
Parents: PERSON_ID PERSON PERSON_ID


PFT_UMDAP



Column Section Relationship Section Top of Page


Table-level Detail

Description: ProFit Universal Method for Determining Ability to Pay
Definition: This table stores data related to UMDAP for California Mental Hospitals.
Table Type: ACTIVITY





Column Detail - PFT_UMDAP


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.
CREATE_DT_TM DATETIME N Contains the UMDAP creation date.
CREATE_PRSNL_ID DOUBLE N Contains the id of the person who created the UMDAP
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.
INTERIM_IND DOUBLE Y Identifies UMDAPs within the system as either annual or interim for data report reasons.
NUM_OF_DEPENDENTS DOUBLE N Number of Dependants related to the Guarantor.
PERSON_ID DOUBLE N This is the value of the unique primary identifier of the person table. It is an internal system assigned number.
PFT_UMDAP_ID DOUBLE N Primary Key
PREVIOUS_YEAR_REMAINING DOUBLE N UMDAP Remaining amount from previous year.
SIGNATURE_FILED_IND DOUBLE Y Signature filed :0 - No, 1 - Yes
TOTAL_AMT DOUBLE N Total Amount totaled from questions.
UMDAP_AMT_REMAINING DOUBLE N Remaining amount for the year.
UMDAP_YEARLY_TOTAL DOUBLE N Total amount expected to by the guarantor.
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_UMDAP


Child Column in PFT_UMDAP(FK) Parent Table Name Parent Column Name
Parents: PERSON_ID PERSON PERSON_ID




Parent Column in PFT_UMDAP (PK) Child Table Name Child Column Name
Children: PFT_UMDAP_ID PFT_UMDAP_HIST PFT_UMDAP_ID
PFT_UMDAP_QUESTION PFT_UMDAP_ID


PFT_UMDAP_HIST



Column Section Relationship Section Top of Page


Table-level Detail

Description: PFT UMDAP HIST
Definition: This table stores Updated information concerning UMDAP Remaining amounts
Table Type: ACTIVITY





Column Detail - PFT_UMDAP_HIST


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.
AMT_MOD_DT_TM DATETIME Y Date of the Modification.
CURR_AMT DOUBLE N Current Amount of Remaining Balance at the time of the transaction.
HIST_REASON_TYPE_CD DOUBLE N This codeset provies a list of reasons that may cause an update on the UMDAP remaining amount.
PFT_CHARGE_ID DOUBLE N Foreign Key to the PFT_CHARGE table.
PFT_UMDAP_HIST_ID DOUBLE N Primary Key
PFT_UMDAP_ID DOUBLE N Foreign Key to the pft_umdap table.
PREV_AMT DOUBLE N Previous Amount of Remaining Balance.
PRSNL_ID DOUBLE N Personnel responsible for the amount modification.
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_UMDAP_HIST


Child Column in PFT_UMDAP_HIST(FK) Parent Table Name Parent Column Name
Parents: PFT_UMDAP_ID PFT_UMDAP PFT_UMDAP_ID
PRSNL_ID PRSNL PERSON_ID


PFT_UMDAP_QUESTION



Column Section Relationship Section Top of Page


Table-level Detail

Description: PFT UMDAP QUESTION
Definition: This table stores the answers to UMDAP related questions.
Table Type: ACTIVITY





Column Detail - PFT_UMDAP_QUESTION


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.
ANSWER_AMT DOUBLE N Dollar amount returned by the user.
PFT_UMDAP_ID DOUBLE N Foreign Key to PFT_UMDAP
PFT_UMDAP_QUESTION_ID DOUBLE N Primary Key
PFT_UMDAP_QUES_CD DOUBLE N This code value relates to the specific umdap question answered by the user. Not every question needs to be answered for a set.
PFT_UMDAP_QUES_GRP_CD DOUBLE N This code value relates to the grouping mechanism for the UMDAP questions code set.
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_UMDAP_QUESTION


Child Column in PFT_UMDAP_QUESTION(FK) Parent Table Name Parent Column Name
Parents: PFT_UMDAP_ID PFT_UMDAP PFT_UMDAP_ID