SP_BUBDPC_NONVW(SQL View) |
Index Back |
---|---|
Sec Vw - PS/BD Business UnitsUsed in the PROJECT_GL panel as a prompt for Business Unit on record BD_PC_LEAF_USER when no security is used. |
SELECT A.SETID, B.BUSINESS_UNIT, B.DESCR from PS_SET_CNTRL_REC A, PS_BUS_UNIT_TBL_FS B WHERE A.RECNAME='PROJECT_FS' AND A.SETCNTRLVALUE = B.BUSINESS_UNIT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |