MANUFACTURER_EV(SQL View) |
Index Back |
---|---|
Manufacturer ViewThis view selects all entries from the Manufacturer table and is used by the Manufacturer message from the Financial database. |
SELECT SETID , MFG_ID , DESCRSHORT , DESCR FROM PS_MANUFACTURER |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | MFG_ID | Character(50) | VARCHAR2(50) NOT NULL | Key field to represent Manufacturer Identification number |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |