GP_PKG_ELEM_WRK(SQL Table) |
Index Back |
---|---|
Package Elements - Work recordThis is a work record that contains the elements in a given package. A work record is needed to prevent an element from being inserted twice in the GP_PKG_ELEMENTS record. The Insert SQL checks against the GP_PKG_ELEM_WRK to make sure that it does not already exist in the package. A work record is needed because selecting from the table you are inserting into (GP_PKG_ELEMENTS) is not supported on all platforms. |
# | 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 | PIN_NUM | Number(8,0) | INTEGER NOT NULL | PIN Number |