PO_DEMAND_DTL(SQL Table) |
Index Back |
---|
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance | |
2 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
3 | Character(1) | VARCHAR2(1) NOT NULL |
Used in conjunction with PO_STG_ID to make a unique key on the stage tables.
O=Other R=Requisition |
|
4 | Character(10) | VARCHAR2(10) NOT NULL | Uniqye key to the PO Staging table | |
5 | Number(5,0) | INTEGER NOT NULL | Line Number: 11/24/08 - Added TARGET label [PC product] | |
6 | Number(3,0) | SMALLINT NOT NULL | Schedule Number | |
7 | Number(5,0) | INTEGER NOT NULL | Distribution Line | |
8 | Character(5) | VARCHAR2(5) NOT NULL | Inventory Unit | |
9 | PRIORITY_NBR | Number(3,0) | SMALLINT NOT NULL | Priority |
10 | QTY_AVAILABLE | Signed Number(17,4) | DECIMAL(15,4) NOT NULL | Qty Available |
11 | QTY_DEMAND | Number(16,4) | DECIMAL(15,4) NOT NULL | Qty Sourced from Demand |
12 | QTY_PO | Number(16,4) | DECIMAL(15,4) NOT NULL | Purchase Order Quantity |
13 | QTY_REQUESTED | Signed Number(17,4) | DECIMAL(15,4) NOT NULL | Qty Requested |