Table Detail Report
PFT_VIEW
| Column Section | Top of Page |
Table-level Detail
| Description: | ProFit View |
| Definition: | Relationship between custom views and default views |
| Table Type: | REFERENCE |
Column Detail - PFT_VIEW
| 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. |
| ENTITY_TYPE_CD | NUMBER | N | The entity for which the view is associated i.e. ACCOUNT, PFTENCNTR, HOLD |
| PFT_VIEW_ID | NUMBER | N | Identifies the relationships between custom views and default views |
| 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. |
| VIEW_CREATE_DT_TM | DATE | N | DateTime of view creation |
| VIEW_DESC_TXT | VC2(200) | Y | Description of a view as given by the view author. |
| VIEW_NAME_TXT | VC2(100) | Y | Name of a view as given by the view author |
| VIEW_NAME_TXT_KEY | VC2(100) | Y | Name of a view as given by the view author (Uppercase, less spaces and special characters) |
| VIEW_NAME_TXT_KEY_A_NLS | VC2(400) | Y | VIEW_NAME_TXT_KEY_A_NLS column |
| VIEW_NAME_TXT_KEY_NLS | VC2(202) | Y | Name of a view as given by the view author (National Language Support) |
| VIEW_SOURCE_TYPE_FLAG | NUMBER | N | Source type for view |
| VIEW_TYPE_CD | NUMBER | N | Type of view, i.e. LISTview, DETAILview, TASKview |
RC_ACTION_CODE_AUTH_RELTN
| Column Section | Top of Page |
Table-level Detail
| Description: | Revenue Cycle Action Code Authorization Relation |
| Definition: | Stores authorization relationship between action code and entity. |
| Table Type: | REFERENCE |
Column Detail - RC_ACTION_CODE_AUTH_RELTN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTION_CD | NUMBER | N | The client defined action code. |
| 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. |
| 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. |
| PARENT_ENTITY_ID | NUMBER | N | id number of the selected criteria located on table |
| PARENT_ENTITY_NAME | VC2(30) | N | Identifies the name of the related entity. |
| RC_ACTION_CODE_AUTH_RELTN_ID | NUMBER | N | Uniquely identifies a relationship between the action code and the entity |
| 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. |
RC_CLOUD_SYNC
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Revenue Cycle Cloud Sync |
| Definition: | This table is created for the initial master file load sync between millenium and soarian. |
| Table Type: | REFERENCE |
Column Detail - RC_CLOUD_SYNC
| 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. |
| ALIAS_POOL_CD | NUMBER | Y | Contains the code value related to the alias pool |
| HEALTH_PLAN_ID | NUMBER | Y | Uniquely identifies the related Health Plan record. |
| LOCATION_CD | NUMBER | Y | Uniquely identifies the related value in the Location table. |
| ORGANIZATION_ID | NUMBER | Y | Uniquely identifies the related Organization row. |
| PAYLOAD_BLOB | LONG RAW | Y | Contains the serialized non millennium object |
| PROCESS_DT_TM | DATE | Y | The date and time the row was processed. |
| PRSNL_ID | NUMBER | Y | Uniquely identifies the related PRSNL row. |
| RC_CLOUD_SYNC_ID | NUMBER | N | A system generated number used to uniquely identify a row on the RC_CLOUD_SYNC table. |
| REFERENCE_NAME | VC2(255) | Y | The name of the master file to be synced |
| UPDT_APPLCTX | NUMBER | Y | 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 | Y | 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 | Y | 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 | Y | 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 | Y | 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 - RC_CLOUD_SYNC
| Child Column in RC_CLOUD_SYNC(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | HEALTH_PLAN_ID | HEALTH_PLAN | HEALTH_PLAN_ID |
| LOCATION_CD | LOCATION | LOCATION_CD | |
| ORGANIZATION_ID | ORGANIZATION | ORGANIZATION_ID | |
| PRSNL_ID | PRSNL | PERSON_ID |
RC_CLOUD_TRANSACTION
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Revenue Cycle Cloud Transaction |
| Definition: | Used to store information about revenue cycle cloud transactions |
| Table Type: | ACTIVITY |
Column Detail - RC_CLOUD_TRANSACTION
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CORRELATION_UUID | VC2(50) | N | The unique identifier of the revenue cycle cloud transaction (UUID) |
| ENCNTR_ID | NUMBER | Y | Uniquely identifies the related row on the ENCOUNTER table. |
| HTTP_METHOD_FLAG | NUMBER | N | The HTTP method used for the revenue cycle cloud transaction. |
| HTTP_STATUS_CODE | NUMBER | N | The HTTP status code for the revenue cycle cloud transaction. |
| PARENT_CORRELATION_UUID | VC2(50) | Y | The correlation universally unique identifier of the parent RevenueCycle cloud transaction associated with this RevenueCycle cloud transaction. |
| RC_CLOUD_TRANSACTION_ID | NUMBER | N | System Generated Identifer created to uniquely identify a row on the RC_CLOUD_TRANSACTION table. |
| RESOURCE_URL | LONG | Y | The URL to which the revenue cycle cloud transaction was sent. |
| RETRY_CNT | NUMBER | N | The number of times the row has been sent for reprocessing. |
| SERVICE_CD | NUMBER | N | The service code used for the revenue cycle cloud transaction. |
| STATUS_CD | NUMBER | N | This is the value of the unique primary identifier of the encounter table. It is an internal system assigned number. |
| 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. |
Relationship Detail - RC_CLOUD_TRANSACTION
| Child Column in RC_CLOUD_TRANSACTION(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ENCNTR_ID | ENCOUNTER | ENCNTR_ID |
| Parent Column in RC_CLOUD_TRANSACTION (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | RC_CLOUD_TRANSACTION_ID | RC_CLOUD_TRANSACTION_LT | RC_CLOUD_TRANSACTION_ID |
RC_CLOUD_TRANSACTION_LT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Revenue Cycle Cloud Transaction Long Text |
| Definition: | Used to store long text data for requests and replies for revenue cycle cloud transactions |
| Table Type: | ACTIVITY |
Column Detail - RC_CLOUD_TRANSACTION_LT
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| LONG_CLOB | LONG | Y | Used to store large amounts of text. |
| LONG_CLOB_FORMAT_FLAG | NUMBER | N | The format of the long_clob text. |
| LONG_CLOB_TYPE_FLAG | NUMBER | N | The flag representing the type of the long text. |
| RC_CLOUD_TRANSACTION_ID | NUMBER | N | System Generated Identifer created to uniquely identify a row on the RC_CLOUD_TRANSACTION table. |
| RC_CLOUD_TRANSACTION_LT_ID | NUMBER | N | A system generated number to uniquely identify a row on the RC_CLOUD_TRANSACTION_LT table. |
| RETRY_CNT | NUMBER | Y | Represents the retry count of the service when the request was sent. |
| TRANSACTION_DT_TM | DATE | Y | The date and time the transaction occurred. |
| 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. |
Relationship Detail - RC_CLOUD_TRANSACTION_LT
| Child Column in RC_CLOUD_TRANSACTION_LT(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | RC_CLOUD_TRANSACTION_ID | RC_CLOUD_TRANSACTION | RC_CLOUD_TRANSACTION_ID |