POS_SOURCE_SRCH(SQL View) |
Index Back |
---|---|
Position Source Tbl ViewPosition Source Tbl View |
SELECT DISTINCT a.setid ,a.pos_source_id ,a.descr FROM PS_POS_SOURCE_TBL a , PS_POS_SOURCE_TBL2 b WHERE a.setid = b.setid AND a.pos_source_id = b.pos_source_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | POS_SOURCE_ID | Character(18) | VARCHAR2(18) NOT NULL | "A unique key identifier that represents a position source dataset |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |