MIL_CMP_CAT_LVW(SQL View) |
Index Back |
---|---|
Component Categories ViewThis language record 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.LANGUAGE_CD , A.DESCR50 , A.DESCRSHORT FROM PS_MIL_CMP_CAT_LNG A , PS_MIL_SVC_CMP_CAT B WHERE A.MIL_CMP_CATEGORY = B.MIL_CMP_CATEGORY |
# | 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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |