DFW_GP_ELM_HIST(SQL View) |
Index Back |
---|
SELECT A.GP_PKG_ID , A.DESCR ,B.PIN_CODE ,B.PIN_NM ,B.COUNTRY ,B.PIN_TYPE ,B.GP_PKG_UPG_ACTION FROM PS_GP_PKG_DFN A , PS_GP_PKG_ELEMENTS B WHERE A.GP_PKG_ID = B.GP_PKG_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | GP_PKG_ID | Character(10) | VARCHAR2(10) NOT NULL | Field used for element packaging |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | PIN_CODE | Character(22) | VARCHAR2(22) NOT NULL | Unique identifier of a PIN (alternate to PIN number). critical for use in merging packages of elements from one database onto another when PINs may or may not be renumbered as they are moved across. Constructed from PIN_NM + COUNTRY of the element definition (GP_PIN) |
4 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL | Element Name field |
5 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
6 | PIN_TYPE | Character(2) | VARCHAR2(2) NOT NULL | Element Type |
7 | GP_PKG_UPG_ACTION | Character(1) | VARCHAR2(1) NOT NULL |
Field used for element packaging
D=Delete I=Informational Only U=Upgrade |