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


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 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.
ACTIVITY_ID NUMBER N References entry to activity table
BATCH_DESC VC2(100) Y If it was in a batch, a description of what batch
BATCH_TRANS_ID NUMBER N If it was in a batch, the id of the batch
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.
BENEFIT_ORDER_ID NUMBER N References an entry on the benefit order table
BILLED_IND NUMBER Y Indicates whether or not it has been put on a bill
BILLING_ENTITY_ID NUMBER N References an entry on the billing entity table
BILLING_ENTITY_NAME VC2(100) Y The name of the billing entity
BILLING_ENTITY_ORG_ID NUMBER N References an entry on the billing entity organization table
BILLING_ENTITY_ORG_NAME VC2(100) Y The billing entity organization name
BILL_ALIAS VC2(100) Y The bill alias
BILL_VRSN_NBR NUMBER Y The version number identifying which bill
CC_AUTH_NBR VC2(100) Y Credit card authorization number
CC_BEG_EFF_DT_TM DATE Y Credit card beginning effective date
CC_END_EFF_DT_TM DATE Y Credit card ending effective date
CHARGE_ITEM_ID NUMBER N References an entry on the charge table
CHECK_DATE DATE Y The date of the check if paid by check
CORSP_ACTIVITY_ID NUMBER N References the id of the bill
CR_ACCT_ID NUMBER N References credit account id
CURRENT_CUR_CD NUMBER N Current currency type
DR_ACCT_ID NUMBER N References the debit account ID
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.
EXT_CR_ACCT_ID_TXT VC2(40) Y Alias for the credit account id
EXT_DR_ACCT_ID_TXT VC2(40) Y Alias for the debit account id
GEN_LEDG_POSTED_IND NUMBER Y Indicates whether or not it has been posted to the general ledger
ORIGINAL_CUR_CD NUMBER N Original currency type
PAYMENT_METH_CD NUMBER N payment method
PAYMENT_NUM_DESC VC2(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 VC2(100) Y The name of the payor
PAYOR_ORG_ID NUMBER N The payor ID if it is an organization
PAYOR_ORG_NAME VC2(100) Y The payor name if it is an organization
PERSON_ID NUMBER N This is the value of the unique primary identifier of the person table. It is an internal system assigned number.
PERSON_NAME_FULL VC2(100) Y Person name if paid by a person
PFT_CHARGE_ID NUMBER N References the pft_charge table
PFT_ENCNTR_ALIAS VC2(100) Y Financial encounter alias
PFT_ENCNTR_ID NUMBER N References an entry on the pft encntr table
PFT_TRANSACTION_ID NUMBER N Unique identifier for this table
POSTED_DT_TM DATE Y Date and time posted to the system
POSTING_METH_CD NUMBER N Posted method (ex: LIFO, FIFO, or Distributed)
SUPPRESSION_FLAG NUMBER Y Indicates whether to suppress for printing and or viewing on claim, statement, power account or all
TOTAL_TRANS_AMOUNT FLOAT N Total amount of transaction
TPM_ID NUMBER N References an entry for a transaction posting matrix rule for this transaction
TRANS_ALIAS_ID NUMBER N Alias for combination of trans_type_cd, trans_sub_type_cd and trans_reason_cd
TRANS_REASON_CD NUMBER N Code value identifying the transaction reason.
TRANS_SUB_TYPE_CD NUMBER N Transaction sub type code value
TRANS_TYPE_CD NUMBER N Transaction type code value
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.
USERNAME VC2(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 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 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 DATE N Contains the UMDAP creation date.
CREATE_PRSNL_ID NUMBER N Contains the id of the person who created the UMDAP
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.
INTERIM_IND NUMBER Y Identifies UMDAPs within the system as either annual or interim for data report reasons.
NUM_OF_DEPENDENTS NUMBER N Number of Dependants related to the Guarantor.
PERSON_ID NUMBER N This is the value of the unique primary identifier of the person table. It is an internal system assigned number.
PFT_UMDAP_ID NUMBER N Primary Key
PREVIOUS_YEAR_REMAINING FLOAT N UMDAP Remaining amount from previous year.
SIGNATURE_FILED_IND NUMBER Y Signature filed :0 - No, 1 - Yes
TOTAL_AMT FLOAT N Total Amount totaled from questions.
UMDAP_AMT_REMAINING FLOAT N Remaining amount for the year.
UMDAP_YEARLY_TOTAL FLOAT N Total amount expected to by the guarantor.
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_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 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.
AMT_MOD_DT_TM DATE Y Date of the Modification.
CURR_AMT FLOAT N Current Amount of Remaining Balance at the time of the transaction.
HIST_REASON_TYPE_CD NUMBER N This codeset provies a list of reasons that may cause an update on the UMDAP remaining amount.
PFT_CHARGE_ID NUMBER N Foreign Key to the PFT_CHARGE table.
PFT_UMDAP_HIST_ID NUMBER N Primary Key
PFT_UMDAP_ID NUMBER N Foreign Key to the pft_umdap table.
PREV_AMT FLOAT N Previous Amount of Remaining Balance.
PRSNL_ID NUMBER N Personnel responsible for the amount modification.
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_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 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.
ANSWER_AMT FLOAT N Dollar amount returned by the user.
PFT_UMDAP_ID NUMBER N Foreign Key to PFT_UMDAP
PFT_UMDAP_QUESTION_ID NUMBER N Primary Key
PFT_UMDAP_QUES_CD NUMBER 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 NUMBER N This code value relates to the grouping mechanism for the UMDAP questions code set.
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_UMDAP_QUESTION


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