PCMP_CMPTYVWLNG

(SQL View)
Index Back

Prof Comp Type view

Used in the Professional Compliance module. Related language view of available professional compliance types for a company.

SELECT A.COMPANY ,A.DEFAULT_SETID ,B.PCMP_TYPE ,B.LANGUAGE_CD ,B.PCMP_TYPE_DESCR FROM PS_COMPANY_TBL A ,PS_PCMP_TYPE_LANG B WHERE A.DEFAULT_SETID=B.SETID

  • Related Language Record for PCMP_COMPTYP_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 COMPANY Character(3) VARCHAR2(3) NOT NULL Company
    2 DEFAULT_SETID Character(5) VARCHAR2(5) NOT NULL Default SetID
    3 PCMP_TYPE Character(3) VARCHAR2(3) NOT NULL Professiona Compliance Type - Used in the Professional Compliance module. Identifies the different types of professional complianc within a company.
    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 PCMP_TYPE_DESCR Character(30) VARCHAR2(30) NOT NULL Professional Compliance Type Description - Used in the Professional Compliance module. Description of professional compliance type.