EM_REQUESTOR_V2

(SQL View)
Index Back

View of requestors

View used on Invoice Review search page to return list of requestors associated with business unit selected.

SELECT DISTINCT B.BUSINESS_UNIT , C.REQUESTOR_ID , D.OPRDEFNDESC FROM PS_SEC_BU_OPR A , PS_EM_RVW_SRCH_VW B , PS_REQUESTOR_TBL C , PSOPRDEFN D WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND C.REQUESTOR_ID = A.OPRID AND D.OPRID = A.OPRID AND C.ACTIVE_FLG = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

Prompt Table: SEC_BU_OPR

2 REQUESTOR_ID Character(30) VARCHAR2(30) NOT NULL Requestor id
3 OPRDEFNDESC Character(30) VARCHAR2(30) NOT NULL Description field for a user