Table Detail Report
TRACK_FILTER_REFINEMENT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | TRACK FILTER REFINEMENT |
| Definition: | Describes custom tracking fields that are being filtered on. |
| Table Type: | REFERENCE |
Column Detail - TRACK_FILTER_REFINEMENT
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| PARENT_ENTITY_ID | NUMBER | N | ID value from the parent table identified in PARENT_ENTITY_NAME |
| PARENT_ENTITY_NAME | VC2(30) | N | Name of the Parent Entity |
| REFINEMENT_CONTENT | VC2(256) | N | Refinement value data. Describes a custom field. |
| REFINEMENT_NAME | VC2(64) | N | Describes the data being held in this refinement |
| TRACK_FILTER_ID | NUMBER | N | ID from the TRACK FILTER table for the filter that these refinements are describing |
| TRACK_FILTER_REFINEMENT_ID | NUMBER | N | Primary Key |
| 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 - TRACK_FILTER_REFINEMENT
| Child Column in TRACK_FILTER_REFINEMENT(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | TRACK_FILTER_ID | TRACK_FILTER | TRACK_FILTER_ID |
TRACK_FILTER_VALUE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | TRACK FILTER VALUE |
| Definition: | Describes the data values for a custom tracking field that will be included when filtering. |
| Table Type: | REFERENCE |
Column Detail - TRACK_FILTER_VALUE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| OPERATOR_FLAG | NUMBER | N | Operator to be used when evaluating this filter value.EQUALS = 0, LESS THAN = 1, GREATER THAN = 2, LESS THAN EQUALS = 3, GREATER THAN EQUALS = 4, STARTS WITH = 5, CONTAINS = 6 |
| PARENT_ENTITY_ID | NUMBER | N | ID value from the parent table identified in PARENT_ENTITY_NAME |
| PARENT_ENTITY_NAME | VC2(30) | N | Name of the Parent Entity |
| TRACK_FILTER_ID | NUMBER | N | Foreign Key ID from the TRACK FILTER table for the filter that these refinements are describing |
| TRACK_FILTER_VALUE_ID | NUMBER | N | PRIMARY KEY |
| 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. |
| VALUE_AMT | FLOAT | N | Double data value to include when filtering |
| VALUE_DT_TM | DATE | Y | Date data value to include when filtering |
| VALUE_TXT | VC2(128) | N | Text data value to include when filtering |
Relationship Detail - TRACK_FILTER_VALUE
| Child Column in TRACK_FILTER_VALUE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | TRACK_FILTER_ID | TRACK_FILTER | TRACK_FILTER_ID |
TRACK_FLOORPLAN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Floorplan Tracking View |
| Definition: | Floorplan Tracking View Specification |
| Table Type: | REFERENCE |
Column Detail - TRACK_FLOORPLAN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| DESCRIPTION | VC2(200) | N | A place to put a more detailed description of the floorplan view |
| DISPLAY_NAME | VC2(40) | N | Name of the floorplan |
| LONG_BLOB_ID | NUMBER | N | FK From the LONG_BLOB_REFERENCE for the field that contains the floorplay graphic. |
| OBJECT_SIZE_FLAG | NUMBER | N | Specifies the size of objects displayed in this view 0 = small, 1 = medium, 2 = large |
| TRACKING_GROUP_CD | NUMBER | N | Tracking group code the floorplan view is associated with |
| TRACK_FLOORPLAN_ID | NUMBER | N | PRIMARY KEY |
| 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 - TRACK_FLOORPLAN
| Child Column in TRACK_FLOORPLAN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LONG_BLOB_ID | LONG_BLOB_REFERENCE | LONG_BLOB_ID |
| Parent Column in TRACK_FLOORPLAN (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | TRACK_FLOORPLAN_ID | TRACK_FLOORPLAN_LOCATION | TRACK_FLOORPLAN_ID |
TRACK_FLOORPLAN_LOCATION
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Track Floorplan Location |
| Definition: | Locations associated to a floorplan and their positions in the floorplan |
| Table Type: | REFERENCE |
Column Detail - TRACK_FLOORPLAN_LOCATION
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ANCHOR_PT_X | NUMBER | N | x coordinate, in pixels, relative to the upper left corner of location object |
| ANCHOR_PT_Y | NUMBER | N | Y coordinate, in pixels, relative to the upper left corner of location object |
| HIDDEN_IND | NUMBER | N | Indicates that the location object should be hidden when vacant |
| LOCATION_CD | NUMBER | N | The Location cd |
| TRACK_FLOORPLAN_ID | NUMBER | N | Reference to the Parent Floorplan |
| TRACK_FLOORPLAN_LOCATION_ID | NUMBER | N | PRIMARY KEY |
| 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 - TRACK_FLOORPLAN_LOCATION
| Child Column in TRACK_FLOORPLAN_LOCATION(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | TRACK_FLOORPLAN_ID | TRACK_FLOORPLAN | TRACK_FLOORPLAN_ID |
TRACK_GROUP
| Column Section | Top of Page |
Table-level Detail
| Description: | Tracking Group Table |
| Definition: | Table used to store Parent/Child relationships between tracking reference tables and other code value records. |
| Table Type: | REFERENCE |
Column Detail - TRACK_GROUP
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CHILD_TABLE | VC2(40) | Y | Child Table |
| CHILD_VALUE | NUMBER | N | Child Value |
| COLLATION_SEQ | NUMBER | Y | Collation SequenceColumn |
| PARENT_VALUE | NUMBER | N | Parent Value |
| TRACKING_GROUP_CD | NUMBER | N | Tracking Group CodeColumn |
| TRACKING_RULE | VC2(200) | Y | Tracking RuleColumn |
| 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. |