SP_BU3FS_OPRVW(SQL View) |
Index Back |
---|---|
Sec Vw - FS Business Units OprSecurity View - FS Business Units by User ID |
SELECT B.OPRID , A.BUSINESS_UNIT , %Substring(A.BUSINESS_UNIT %Concat ' - ' %Concat A.DESCR, 1, 30) , A.DESCRSHORT FROM PS_BUS_UNIT_TBL_FS A , PS_SEC_BU_OPR B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT |
# | 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 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_RB.BUSINESS_UNIT Prompt Table: SP_BU_FS_NONVW |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |