GP_PKG_PNTYP_VW(SQL View) |
Index Back |
---|---|
Packaging-Element TypeThis view selects Element Types that can be used to create Packages. A view is needed to eliminate PIN_TYPE of AA (Auto-Assigned) and EM (Error-Message) from the selection. |
SELECT PIN_TYPE , DESCRSHORT FROM PS_GP_PIN_TYPE WHERE PIN_TYPE NOT IN ('AA','EM') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PIN_TYPE | Character(2) | VARCHAR2(2) NOT NULL | Element Type |
2 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |