CUST_REGION_VW

(SQL View)
Index Back

Pricing View of Region Code


SELECT SETID , REGION_CD , EFFDT , REGION_CD_TYPE , EFF_STATUS , DESCR FROM PS_REGION_CD WHERE REGION_CD_TYPE = 'PRC'

  • Related Language Record: CUST_REGNVW_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 REGION_CD Character(10) VARCHAR2(10) NOT NULL Identifies the Sales Region. Populated on the Item Table to identify the Sales Region the Item is applied to.
    3 EFFDT Date(10) DATE NOT NULL Effective Date
    4 REGION_CD_TYPE Character(4) VARCHAR2(4) NOT NULL Region Code Type
    ACCT=Accounting
    BO=Backorder/Reservation
    CDOM=Contract Domain
    CNTR=Contracts
    FRT=Freight
    MBR=Team Member
    PRC=Pricing
    RPT=Reporting
    RS=Resource Management
    SPRS=Procurement
    SSRC=Alternate Sources Of Supply
    TRPT=Transportation
    5 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive
    6 DESCR Character(30) VARCHAR2(30) NOT NULL Description