SP_BU_EM1_NONVW(SQL View) |
Index Back |
---|---|
Non-Security View of AP BU'sNon-security view of AP BU's that are not currently eSettlements Buyers. |
SELECT A.BUSINESS_UNIT , B.DESCR FROM PS_BUS_UNIT_TBL_AP A , PS_BUS_UNIT_TBL_FS B WHERE B.BUSINESS_UNIT = A.BUSINESS_UNIT AND NOT EXISTS ( SELECT C.BUSINESS_UNIT FROM PS_EM_BUY_REG_TBL C WHERE C.BUSINESS_UNIT = A.BUSINESS_UNIT) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |