MIL_CMP_CAT_VW

(SQL View)
Index Back

Component Categories View

This view selects the Component Categories associated with a Military service and service component.

SELECT DISTINCT B.MILITARY_SERVICE , B.MIL_SVC_COMP_CD , A.MIL_CMP_CATEGORY , A.DESCR50 , A.DESCRSHORT FROM PS_MIL_CMP_CATGRY A , PS_MIL_SVC_CMP_CAT B WHERE A.MIL_CMP_CATEGORY = B.MIL_CMP_CATEGORY

  • Related Language Record: MIL_CMP_CAT_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 MILITARY_SERVICE Character(8) VARCHAR2(8) NOT NULL Military Service
    2 MIL_SVC_COMP_CD Character(4) VARCHAR2(4) NOT NULL Service Component
    3 MIL_CMP_CATEGORY Character(4) VARCHAR2(4) NOT NULL Component Category
    4 DESCR50 Character(50) VARCHAR2(50) NOT NULL Description of length 50
    5 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description