Table Detail Report

PRAC_SITE_SPECIALTY_RELTN



Column Section Relationship Section Top of Page


Table-level Detail

Description: Practice Site Specialty Relationships
Definition: Defines the specialties that are associated with practice sites
Table Type: REFERENCE





Column Detail - PRAC_SITE_SPECIALTY_RELTN


Column Name Type Null? Definition
PRACTICE_SITE_ID DOUBLE N Foreign key relation to the PRACTICE_SITE table
PRAC_SITE_SPECIALTY_RELTN_ID DOUBLE N PRIMARY KEY
SPECIALTY_CD DOUBLE N Specialty associated with given practice site
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.



Relationship Detail - PRAC_SITE_SPECIALTY_RELTN


Child Column in PRAC_SITE_SPECIALTY_RELTN(FK) Parent Table Name Parent Column Name
Parents: SPECIALTY_CD CODE_VALUE CODE_VALUE
PRACTICE_SITE_ID PRACTICE_SITE PRACTICE_SITE_ID