SP_BR_FO_OPRVW(SQL View) |
Index Back |
---|---|
Sec Vw - Staffing Branch IDs |
SELECT b.oprid , f.fo_branch , f.descrshort , f.descr , f.location FROM PS_BUS_UNIT_TBL_FS s , ps_sec_bu_opr b , ps_fo_branch_tbl f WHERE s.business_unit= b.business_unit AND b.business_unit= f.business_unit_pc |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | FO_BRANCH | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | LOCATION | Character(10) | VARCHAR2(10) NOT NULL | Location Code |