TPCONTRACTVW2LN(SQL View) |
Index Back |
---|---|
Payment Plan Contract ViewTPCONTRACTVW2LN is the language record view related to TP_CONTRACT_VW2 |
SELECT a.business_unit ,a.ext_org_id ,b.emplid ,d.language_cd ,d.descr FROM ps_tp_contract a , PS_TP_STUDENT b , ps_tp_stdnt_chrg c , ps_tp_contract_lng d WHERE a.business_unit = b.business_unit AND a.contract_num = b.contract_num AND c.business_unit = b.business_unit AND c.contract_num = b.contract_num AND c.emplid = b.emplid AND a.tp_con_type = 'T' AND a.business_unit = d.business_unit AND a.contract_num = d.contract_num GROUP BY a.business_unit ,a.ext_org_id ,b.emplid , d.language_cd ,d.descr |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_CS.BUSINESS_UNIT Prompt Table: SP_BU_SF_NONVW |
2 | EXT_ORG_ID | Character(11) | VARCHAR2(11) NOT NULL | External Org ID |
3 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |