PL_VLTN_PLPR_VW(SQL View) |
Index Back |
---|---|
Supply ViolationsTable to track violations in supply |
SELECT BUSINESS_UNIT , SPL_ORDER_NBR , SPL_VIOLATIONS_CNT FROM PS_SPL_VIOLATIONS WHERE PL_MRP_ORDER_TYPE = '050' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PL_SEQ_NBR | Number(9,0) | DECIMAL(9) NOT NULL | 01/09/02 EGS (CN#PL900-1): Added |
3 | SPL_VIOLATIONS_CNT | Number(7,0) | INTEGER NOT NULL | Violations Count |