Table Detail Report
PARTS_LIST
| Column Section | Top of Page |
Table-level Detail
| Description: | |
| Definition: | |
| Table Type: | ACTIVITY |
Column Detail - PARTS_LIST
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| COMMENTS | DOUBLE | Y | |
| COMPONENT_ITEM_ID | DOUBLE | N | |
| ITEM_ID | DOUBLE | N | |
| QTY | DOUBLE | Y | |
| UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
| 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. |
| UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
| 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. |
| UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
PRSNL_CLASS_NODE_R
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Personal Class Node Reference |
| Definition: | Table used to create relationships between personal and electronic item catalog(s). |
| Table Type: | REFERENCE |
Column Detail - PRSNL_CLASS_NODE_R
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CLASS_NODE_ID | DOUBLE | N | Key to the CLASS_NODE table indicating the item catalog |
| PERSON_ID | DOUBLE | N | This is the value of the unique primary identifier of the person table. It is an internal system assigned number. |
| UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
| 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. |
| UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
| 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. |
| UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - PRSNL_CLASS_NODE_R
| Child Column in PRSNL_CLASS_NODE_R(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | CLASS_NODE_ID | CLASS_NODE | CLASS_NODE_ID |
| PERSON_ID | PRSNL | PERSON_ID |
PRSNL_LOCATION_R
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Personnel Location Relationship |
| Definition: | Ties a person to a specific location view. |
| Table Type: | REFERENCE |
Column Detail - PRSNL_LOCATION_R
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| LOCATION_CD | DOUBLE | N | The location which the person has been related to. |
| LOCATION_TYPE_CD | DOUBLE | N | The type of location. |
| PERSON_ID | DOUBLE | N | This is the value of the unique primary identifier of the person table. It is an internal system assigned number. |
| UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
| 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. |
| UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
| 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. |
| UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - PRSNL_LOCATION_R
| Child Column in PRSNL_LOCATION_R(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LOCATION_CD | LOCATION | LOCATION_CD |
| PERSON_ID | PRSNL | PERSON_ID |
QUANTITY_ON_HAND
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | QUANTITY ON HAND |
| Definition: | Stores quantity on hand for an item at a location. |
| Table Type: | REFERENCE |
Column Detail - QUANTITY_ON_HAND
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | DOUBLE | 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_APPLCTX | DOUBLE | N | The registered (assigned) application number for the process that updated the row. |
| ACTIVE_STATUS_CD | DOUBLE | 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 | DATETIME | N | The date and time that the active_status_cd was set. |
| ACTIVE_STATUS_PRSNL_ID | DOUBLE | N | The person who caused the active_status_cd to be set or change. |
| ACTIVE_STATUS_TASK | DOUBLE | N | The registered (assigned) task number for the process that updated the row. |
| CREATE_APPLCTX | DOUBLE | N | The registered (assigned) application number for the process that created the row. |
| CREATE_DT_TM | DATETIME | N | The date/time this entry was created. |
| CREATE_ID | DOUBLE | N | ID of user who created this row |
| CREATE_TASK | DOUBLE | N | Task which created this row |
| ITEM_ID | DOUBLE | N | ID value of the Item |
| LOCATION_CD | DOUBLE | N | Location |
| LOCATOR_CD | DOUBLE | N | Locator |
| PACKAGE_TYPE_ID | DOUBLE | N | Foreign key to package type table. |
| QOH_TYPE_CD | DOUBLE | N | The type of quantity. |
| QTY | DOUBLE | N | The item quantity. |
| UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
| 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. |
| UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
| 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. |
| UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - QUANTITY_ON_HAND
| Child Column in QUANTITY_ON_HAND(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ITEM_ID | ITEM_DEFINITION | ITEM_ID |
| PACKAGE_TYPE_ID | PACKAGE_TYPE | PACKAGE_TYPE_ID |
QUANTITY_REQUIREMENT_INFO
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | QUANTITY REQUIREMENT INFO |
| Definition: | Quantity info for an item at a location. |
| Table Type: | REFERENCE |
Column Detail - QUANTITY_REQUIREMENT_INFO
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACC_STOCKOUT_FREQ_CD | DOUBLE | N | The acceptable stockout frequency which is allowed at this location |
| AVERAGE_DAILY_USAGE | DOUBLE | Y | The average item usage per day at this location |
| AVERAGE_WEEKS_ORDER_QTY | DOUBLE | Y | The average order quantity per week |
| DEMAND_BUFFER_IND | DOUBLE | N | Demand Buffer Indicator: Indicates whether demand_buffer_pct will be used(1) or not used(0). |
| DEMAND_BUFFER_PCT | DOUBLE | N | Demand Buffer Percentage: Defines percentage to increase or decrease the system calculated item demand |
| DEMAND_CALC_DT_TM | DATETIME | Y | Demand Calculated Date Time : The time demand was calculated by the worklist specified in demand_worklist_id |
| DEMAND_REFILL_LVL_FLAG | DOUBLE | N | Demand Refill Level Flag: Indicates whether the system will calculate and use the system calculated item_demandl (1) or system will calculate the demand but use user entered refill level(2) or will not calculate and will use the user entered refill level (0) when determining items to refill |
| DEMAND_WORKLIST_ID | DOUBLE | N | Id of the worklist that calculated the system demand. |
| FIXED_ORDER_QTY | DOUBLE | N | Replenishment quantity will be created in increments of the fixed order quantity. |
| ITEM_ID | DOUBLE | N | ID value of the Item |
| LAST_SYSCALC_DT_TM | DATETIME | Y | The last time the system calculated the reorder attributes. |
| LOCATION_CD | DOUBLE | N | Location code |
| LOCATOR_QTY | DOUBLE | N | The quantity that can be stored in an individual locator. |
| LOCATOR_TYPE_CD | DOUBLE | N | The type of locator where the item is being stored. |
| LOCK_IND | DOUBLE | N | Indicator used to determine if the item can be removed from the location. This only applies to RxStation locations. |
| MAXIMUM_LEVEL | DOUBLE | Y | Maximum quantity of the item at the location |
| MAX_DAYS_ADU | DOUBLE | Y | Maximum number of days that the average daily usage is based upon |
| MINIMUM_LEVEL | DOUBLE | Y | minimum quantity of the item at the location |
| MIN_DAYS_ADU | DOUBLE | Y | Minimum number of days that the average daily usage is based upon |
| REORDER_METHOD_CD | DOUBLE | N | Method used to reorder the item |
| REORDER_POINT | DOUBLE | Y | The inventory level that will qualify an item to be reordered |
| REORDER_TYPE_CD | DOUBLE | N | The type of reorder method being utilized. |
| SAFETY_STOCK_QTY | DOUBLE | Y | The quantity of safety stock specified at this location |
| SEASONAL_ITEM_IND | DOUBLE | Y | Indicator used to flag the item as being seasonal |
| SYSCALC_ABC_CLASS_IND | DOUBLE | Y | Indicator to determine if the ABC classification will be calculated by the system. |
| SYSCALC_FREQ_NBR_DAYS | DOUBLE | Y | Indicator to determine if the frequency number of days will be calculated by the system |
| SYSCALC_PAR_LEVEL_IND | DOUBLE | Y | Indicator to determine if the PAR level will be calculated by the system |
| SYSCALC_REORDER_POINT_IND | DOUBLE | Y | Indicator to determine if the reorder point will be calculated by the system |
| SYSCALC_SAFETY_STOCK_IND | DOUBLE | Y | Indicator to determine if the safety stock will be calculated by the system |
| SYS_CALC_DEMAND_QTY | DOUBLE | N | System calculated demand for the item |
| UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
| 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. |
| UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
| 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. |
| UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - QUANTITY_REQUIREMENT_INFO
| Child Column in QUANTITY_REQUIREMENT_INFO(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | DEMAND_WORKLIST_ID | RXS_WORKLIST | RXS_WORKLIST_ID |