IN_WM_LOC_VW(SQL View) |
Index Back |
---|---|
Location View |
SELECT %Substring(s.setcntrlvalue, 1, 5) , l.location , l.descr FROM PS_LOCATION_TBL l , ps_set_cntrl_rec s WHERE s.setid = l.setid AND s.recname = 'LOCATION_TBL' AND %EffdtCheck(location_tbl L1, L, %CurrentDateIn) AND l.eff_status = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SL_SOURCE_BUS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Source Business Unit selection |
2 | LOCATION | Character(10) | VARCHAR2(10) NOT NULL |
Location Code
Prompt Table: LOCATION_TBL |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |