SP_AMWCAP_OPRVW

(SQL View)
Index Back

AP Business Unit - Pre Intfc

Selects the AP Business Unit from those entries in pre interface am with load status NEW.

SELECT DISTINCT C.OPRID , A.BUSINESS_UNIT_AP , B.DESCR FROM PS_INTFC_PRE_AM A , PS_BUS_UNIT_TBL_FS B , PS_SEC_BU_OPR C WHERE A.BUSINESS_UNIT_AP = B.BUSINESS_UNIT AND A.LOAD_STATUS = 'NEW' AND A.SYSTEM_SOURCE = 'PAP' AND C.BUSINESS_UNIT = A.BUSINESS_UNIT_AP

  • Related Language Record: SP_AMWCAP_OLANG
  • # 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_AP Character(5) VARCHAR2(5) NOT NULL AP Business Unit
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description