Table Detail Report
STORED_AT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | STORED AT |
| Definition: | Item / Location relationship detirmining physical storage. |
| Table Type: | REFERENCE |
Column Detail - STORED_AT
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| EXP_DT_TM | DATETIME | Y | The date/time an item will expire. |
| ITEM_ID | DOUBLE | N | Inventory item. |
| LOCATION_CD | DOUBLE | N | Location |
| PACKAGE_TYPE_ID | DOUBLE | N | Foreign key to package type table. |
| 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 - STORED_AT
| Child Column in STORED_AT(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ITEM_ID | ITEM_DEFINITION | ITEM_ID |
| PACKAGE_TYPE_ID | PACKAGE_TYPE | PACKAGE_TYPE_ID |
VENDOR
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Vendor |
| Definition: | Vendors table |
| Table Type: | REFERENCE |
Column Detail - VENDOR
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACKNOWLEDGEMENT_IND | DOUBLE | N | Used to determine if the EDI 855 acknowledgement will create a line level comment or update the purchase order and vendor information automatically. 0 = Line level comment will be created. 1 = Purchase order and vendor information will be updated automatically. |
| ACTIVE_DT_TM | DATETIME | Y | Date and time the record became active |
| ACTIVE_IND | DOUBLE | Y | 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_TYPE_CD | DOUBLE | Y | Active type code value |
| APPROVED_VENDOR_STATUS_CD | DOUBLE | Y | Approved vendor status code value |
| AUTO_COMMIT_PO_IND | DOUBLE | Y | If true then the req-to-po process will automatically commit the purchase order. |
| AUTO_COMMIT_RECEIPT_IND | DOUBLE | Y | If true then the EDI 856 (Advanced Ship Notice) process will automatically commit the receipt. |
| BACKORDER_IND | DOUBLE | Y | Indicates if the vendor allows backorders |
| CONSOLIDATE_RQSTN_IND | DOUBLE | N | Indicates whether all requisitions for a particular vendor will be grouped on a single Purchase Order or whether a Purchase Order will be generated for each requisition item. 0 - not consolidated, 1 - consolidated onto one P.O. |
| DESCRIPTION | VARCHAR(60) | Y | The vendor's long description |
| DESCRIPTION_KEY | VARCHAR(60) | Y | Indexed key for description field |
| DESCRIPTION_KEY_A_NLS | VARCHAR(240) | Y | DESCRIPTION_KEY_A_NLS column |
| DESCRIPTION_KEY_NLS | VARCHAR(122) | Y | Indexed key for description field |
| DISPLAY | VARCHAR(40) | Y | Short description of vendor |
| DISPLAY_KEY | VARCHAR(40) | Y | Indexed key for display field |
| DISPLAY_KEY_A_NLS | VARCHAR(160) | Y | DISPLAY_KEY_A_NLS column |
| DISPLAY_KEY_NLS | VARCHAR(82) | Y | Indexed key for display field - NLS support |
| LOGICAL_DOMAIN_ID | DOUBLE | N | The unique identifier for a logical domain. This identifier allows the data to be grouped by logical domain. For example, If you assign clients a logical_domain_id this would allow you to store data for multiple clients on this table. |
| MIN_ORDER_COST | DOUBLE | Y | Minimum ordering cost from vendor |
| OUTPUT_DEST_ID | DOUBLE | N | Identifier for the The Output destination |
| SERVICE_RESOURCE_CD | DOUBLE | N | Vendor code value |
| TAX_EXEMPT_IND | DOUBLE | N | This indicator indicates whether the vendor is a tax exempt vendor. |
| TAX_PAYER_NBR | VARCHAR(50) | Y | The tax payers 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. |
| VENDOR_NUMBER | DOUBLE | Y | Vendor number |
| VENDOR_TYPE_CD | DOUBLE | Y | Code for the Type of vendor |
Relationship Detail - VENDOR
| Child Column in VENDOR(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | LOGICAL_DOMAIN_ID | LOGICAL_DOMAIN | LOGICAL_DOMAIN_ID |
| SERVICE_RESOURCE_CD | SERVICE_RESOURCE | SERVICE_RESOURCE_CD | |
| OUTPUT_DEST_ID | STATION | OUTPUT_DEST_CD |
VENDOR_ITEM
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | VENDOR ITEM |
| Definition: | Child of Item Definition |
| Table Type: | REFERENCE |
Column Detail - VENDOR_ITEM
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ITEM_ID | DOUBLE | N | Primary key inherited from item_definition |
| LEAD_TIME | DOUBLE | Y | The vendors lead time for this item |
| LEAD_TIME_UOM_CD | DOUBLE | N | The vendor's lead time unit of measure for this item |
| OMF_SUCCESS_IND | DOUBLE | N | The value of 0 or 1 indicates the success or failure of the respective OMF table update. 1 indicates update to OMF table was successful and 0 indicates failure. |
| PRICE_REVIEW_IND | DOUBLE | Y | Indicates that this item has one or more prices in need of review |
| 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. |
| VENDOR_CD | DOUBLE | N | Code Value for vendor |
Relationship Detail - VENDOR_ITEM
| Parent Column in VENDOR_ITEM (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | ITEM_ID | ACQUIREMENT_INFO | PRIMARY_VENDOR_ITEM_ID |
| LINE_ITEM | ORIGINAL_VENDOR_ITEM_ID | ||
| LINE_ITEM | VENDOR_ITEM_ID | ||
| RECEIPT_LINE_ITEM | ACTUAL_VENDOR_ITEM_ID |
VENDOR_PRICE_SCHEDULE
| Column Section | Top of Page |
Table-level Detail
| Description: | Vendor Price Schedule |
| Definition: | Vendor Price Schedule table |
| Table Type: | REFERENCE |
Column Detail - VENDOR_PRICE_SCHEDULE
| 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_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. |
| CREATE_APPLCTX | DOUBLE | N | Application which created this 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 |
| DESCRIPTION | VARCHAR(100) | Y | Description of price schedule |
| PRICE_SCHEDULE_TYPE_CD | DOUBLE | N | Price Schedule type code value |
| 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. |
| VENDOR_CD | DOUBLE | N | Vendor associated with this account |
| VENDOR_PRICE_SCHEDULE_ID | DOUBLE | N | Primary key |
VENDOR_SITE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | VENDOR SITE |
| Definition: | Vendor customer account |
| Table Type: | REFERENCE |
Column Detail - VENDOR_SITE
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACCOUNT_NUMBER | VARCHAR(40) | N | Account number |
| 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_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. |
| ASN_IND | DOUBLE | N | Enables the user to identify whethere a vendor site supports ASN or not. |
| CREATE_APPLCTX | DOUBLE | N | Application which created this 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 |
| DESCRIPTION | VARCHAR(200) | Y | Description of account |
| FREIGHT_TERMS_CD | DOUBLE | N | Freight Terms |
| PAYMENT_TERMS_CD | DOUBLE | N | Payment terms |
| PO_PRINT_FORMAT_CD | DOUBLE | N | Purchase Order printing format |
| PO_TRANSMIT_TYPE_CD | DOUBLE | N | PO Transmission type |
| RCV_PROFILE_ID | DOUBLE | Y | The receiving profile for the vendor site. |
| SECONDARY_VENDOR_SITE_ID | DOUBLE | Y | This field has foreign key relation with vendor_site_id from the self table. Alternate vendor site for the same vendor. |
| SHIP_VIA_CD | DOUBLE | N | Ship Via |
| 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. |
| VENDOR_CD | DOUBLE | N | Vendor associated with this account |
| VENDOR_PRICE_SCHEDULE_ID | DOUBLE | N | Foreign key to price schedule |
| VENDOR_SITE_ID | DOUBLE | N | Primary Key |
Relationship Detail - VENDOR_SITE
| Child Column in VENDOR_SITE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | RCV_PROFILE_ID | MM_PROFILE | PROFILE_ID |
| SECONDARY_VENDOR_SITE_ID | VENDOR_SITE | VENDOR_SITE_ID |
| Parent Column in VENDOR_SITE (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | VENDOR_SITE_ID | ACQUIREMENT_INFO | VENDOR_SITE_ID |
| INVOICE | VENDOR_SITE_ID | ||
| PO_BATCH | VENDOR_SITE_ID | ||
| PURCHASE_ORDER | VENDOR_SITE_ID | ||
| VENDOR_SITE | SECONDARY_VENDOR_SITE_ID | ||
| VENDOR_SITE_RESUB_REASON | VENDOR_SITE_ID |