SRM_DB_RPTBU_VW

(SQL View)
Index Back

Security View/ Purchasing BUs


SELECT DISTINCT A.REPORT_ENTITY , A.BUSINESS_UNIT , B.DESCR FROM PS_PRCR_ENTITY_BU A , PS_BUS_UNIT_TBL_FS B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.UNIT_TYPE = 'P' AND EXISTS ( SELECT 'X' FROM PS_PRCR_ENTITY_TBL C WHERE C.REPORT_ENTITY = A.REPORT_ENTITY AND C.ENTITY_TYPE = 'S')

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 REPORT_ENTITY Character(5) VARCHAR2(5) NOT NULL Reporting Entity ID
2 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
3 DESCR Character(30) VARCHAR2(30) NOT NULL Description