MULYR_STDITM_VW(SQL View) |
Index Back |
---|---|
Multi-year Student Item View |
SELECT a.business_unit , b.common_id , a.contract_num , a.emplid , b.item_type , a.tp_status FROM PS_TP_STUDENT a , ps_item_sf b WHERE a.business_unit = b.business_unit AND a.contract_num = b.contract_num AND a.emplid = b.common_id AND a.tp_status = 'A' AND b.sa_id_type = 'P' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | COMMON_ID | Character(11) | VARCHAR2(11) NOT NULL | Common ID to store Personal ID / Ext Org ID value |
3 | CONTRACT_NUM | Character(25) | VARCHAR2(25) NOT NULL | Contract Number |
4 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
5 | ITEM_TYPE | Character(12) | VARCHAR2(12) NOT NULL | Item Type |
6 | TP_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Contract Status
A=Active C=Cancelled H=Hold I=Inactive U=Not Posted |