PCMP_COMPTYP_VW

(SQL View)
Index Back

Prof Comp Type view

Used in the Professional Compliance module. View of available professional compliance types for a company.

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

  • Related Language Record: PCMP_CMPTYVWLNG
  • # 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 Set ID
    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 PCMP_TYPE_DESCR Character(30) VARCHAR2(30) NOT NULL Professional Compliance Type Description - Used in the Professional Compliance module. Description of professional compliance type.