work_order_audit
EntityType Dependent
Logical Entity Name work_order_audit
Definition
Note

work_order_audit Attributes
Attribute/Logical Rolename Domain Datatype NULL Definition
work_order_db_site(PK)(FK) CHAR(16) NO
work_order_db_id(PK)(FK) INTEGER NO
work_order_id(PK)(FK) INTEGER NO
waudit_db_site(PK)(FK) CHAR(16) NO
waudit_db_id(PK)(FK) INTEGER NO
waudit_type_code(PK)(FK) INTEGER NO
gmt_audit_posted(PK) DATETIME NO
loc_hr_delta SMALLINT YES
loc_min_delta SMALLINT YES
user_tag_ident VARCHAR(254) YES
name VARCHAR(254) YES
long_description VARCHAR(4000) YES
by_agent_site(FK) CHAR(16) YES
by_agent_id(FK) INTEGER YES
from_sy_agent_site(FK) CHAR(16) YES
from_sy_agent_id(FK) INTEGER YES
gmt_last_updated DATETIME YES
last_upd_db_site(FK) CHAR(16) YES
last_upd_db_id(FK) INTEGER YES
rstat_type_code(FK) SMALLINT YES

work_order_audit Keys
Key Name Key Type Keys
PK__work_order_audit__703EA55A PrimaryKey work_order_db_site,work_order_db_id,work_order_id,waudit_db_site,waudit_db_id,waudit_type_code,gmt_audit_posted

work_order_audit Relationships
Parent Entity Child Entity Type Foreign Keys
row_status_type work_order_audit Non-Identifying rstat_type_code
agent work_order_audit Non-Identifying by_agent_site,by_agent_id
agent work_order_audit Non-Identifying from_sy_agent_site,from_sy_agent_id
site_database work_order_audit Non-Identifying last_upd_db_site,last_upd_db_id
work_order work_order_audit Identifying work_order_db_site,work_order_db_id,work_order_id
work_audit_type work_order_audit Identifying waudit_db_site,waudit_db_id,waudit_type_code