Table Detail Report
OMF_AUDIT_CAT_GRID_RELTN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | OMF Audit Category Grid Relation |
| Definition: | Contains indicators used to provide audit values based on the user's selections from the grid. |
| Table Type: | REFERENCE |
Column Detail - OMF_AUDIT_CAT_GRID_RELTN
| 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. |
| AUDIT_CAT_ID | NUMBER | N | Foreign key to the OMF_AUDIT_CATEGORY table. The audit category associated with a grid. |
| EXPANSION_INDICATOR_CD | NUMBER | N | The indicator which needs to be present in a report execution to perform an audit for the audit category. |
| GRID_CD | NUMBER | N | Subject area which is to be audited. Code set 14265 is sometimes used but will vary by which Cerner team created the subject area. |
| OMF_AUDIT_CAT_GRID_RELTN_ID | NUMBER | N | Unique, generated key for OMF_AUDIT_CAT_GRID_RELTN. |
| PRIORITY_SEQ_NBR | NUMBER | N | Indicates the priority of an audit category for a grid. This is used to select a specific granularity when multiple grains are selected in an execution. |
| 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 - OMF_AUDIT_CAT_GRID_RELTN
| Child Column in OMF_AUDIT_CAT_GRID_RELTN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | AUDIT_CAT_ID | OMF_AUDIT_CAT | AUDIT_CAT_ID |
| GRID_CD | OMF_GRID | GRID_CD |
OMF_AUDIT_CAT_IND_RELTN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | OMF Audit Category Indicator Relation |
| Definition: | Contains groupings of indicators which require auditing during report execution. |
| Table Type: | REFERENCE |
Column Detail - OMF_AUDIT_CAT_IND_RELTN
| 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. |
| AUDIT_CAT_ID | NUMBER | N | The audit category associated with this indicator. |
| AUDIT_GROUP_CD | NUMBER | N | Defines the set of indicator values requiring an audit event. |
| 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. |
| INDICATOR_CD | NUMBER | N | The indicator that will be audited as part of an Audit Category. |
| OMF_AUDIT_CAT_IND_RELTN_ID | NUMBER | N | Unique, generated key for OMF_AUDIT_CAT_IND_RELTN. |
| 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 - OMF_AUDIT_CAT_IND_RELTN
| Child Column in OMF_AUDIT_CAT_IND_RELTN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | AUDIT_CAT_ID | OMF_AUDIT_CAT | AUDIT_CAT_ID |
OMF_AUTH_ATTR
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | OMF Authorization Attribute |
| Definition: | The security attributes which may be implemented for a given logon type. For example, Organization or Application Group. |
| Table Type: | REFERENCE |
Column Detail - OMF_AUTH_ATTR
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ATTR_CD | NUMBER | N | The characteristic that will be used for authorization requirements. |
| ATTR_DATA_TYPE_FLAG | NUMBER | Y | The data type associated with this attribute. |
| FILTER_MEANING | VC2(50) | N | Generic character representation of this particular attribute. |
| OMF_AUTH_ATTR_ID | NUMBER | N | Unique, generated number to identify a single row in the OMF_AUTH_ATTR table. |
| 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. |
| VAL1 | VC2(255) | Y | Passed in string value 1 to filter scripts. Typically will be the filter program name. |
| VAL2 | VC2(255) | Y | Passed in string value 2 to filter scripts. Typically a parameter such as a security attribute. |
| VAL3 | VC2(255) | Y | Passed in string value 3 to filter scripts. Typically a parameter such as a security attribute. |
| VAL4 | VC2(255) | Y | Passed in string value 4 to filter scripts. Typically a parameter such as a security attribute. |
| VAL5 | VC2(255) | Y | Passed in string value 5 to filter scripts. Typically a parameter such as a security attribute. |
Relationship Detail - OMF_AUTH_ATTR
| Child Column in OMF_AUTH_ATTR(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | FILTER_MEANING | OMF_FILTER_MEANING | FILTER_MEANING |
| Parent Column in OMF_AUTH_ATTR (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | OMF_AUTH_ATTR_ID | OMF_AUTH_LOGON_ATTR_RELTN | OMF_AUTH_ATTR_ID |
OMF_AUTH_LOGON_ATTR_RELTN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | OMF Authorization Logon Attribute Relation |
| Definition: | Relates a logon type (OMF_AUTH_LOGON_TYPE) to the applicable attributes (OMF_AUTH_ATTR). |
| Table Type: | REFERENCE |
Column Detail - OMF_AUTH_LOGON_ATTR_RELTN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| OMF_AUTH_ATTR_ID | NUMBER | N | The attribute that is being associated to the logon type. |
| OMF_AUTH_LOGON_ATTR_RELTN_ID | NUMBER | N | Unique, generated number that identifies a row on the OMF_AUTH_LOGON_ATTR_RELTN table. |
| OMF_AUTH_LOGON_TYPE_ID | NUMBER | N | The logon type that is being associated with the given attribute. |
| 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 - OMF_AUTH_LOGON_ATTR_RELTN
| Child Column in OMF_AUTH_LOGON_ATTR_RELTN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | OMF_AUTH_ATTR_ID | OMF_AUTH_ATTR | OMF_AUTH_ATTR_ID |
| OMF_AUTH_LOGON_TYPE_ID | OMF_AUTH_LOGON_TYPE | OMF_AUTH_LOGON_TYPE_ID |
| Parent Column in OMF_AUTH_LOGON_ATTR_RELTN (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | OMF_AUTH_LOGON_ATTR_RELTN_ID | OMF_AUTH_PRSNL_GROUP | OMF_AUTH_LOGON_ATTR_RELTN_ID |
OMF_AUTH_LOGON_TYPE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | OMF Authorization Logon Type |
| Definition: | The logon types which may be used to authorize a user. For example, role-based authority, activity-based authority. |
| Table Type: | REFERENCE |
Column Detail - OMF_AUTH_LOGON_TYPE
| 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. |
| AUTH_TYPE_CD | NUMBER | N | The levels of authorization that are available for use. |
| LOGON_TYPE_FLAG | NUMBER | Y | The enumerated value, supplied by the HNAM security runtime library, which is associated with this logon type. |
| OMF_AUTH_LOGON_TYPE_ID | NUMBER | N | Unique, generated number that identifies a row in the OMF_AUTH_LOGON_TYPE table. |
| 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 - OMF_AUTH_LOGON_TYPE
| Parent Column in OMF_AUTH_LOGON_TYPE (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | OMF_AUTH_LOGON_TYPE_ID | OMF_AUTH_LOGON_ATTR_RELTN | OMF_AUTH_LOGON_TYPE_ID |