LNTYPESRCHLNG(SQL View) |
Index Back |
---|---|
Reld Lng Item ln by empl viewLNTYPESRCHLNG is the language record related to LN_TYPE_SRCH. A related language record enables text fields on a table to be translated into various languages for use in other countries. |
SELECT DISTINCT a.institution , a.aid_year , b.emplid , c.loan_type , a.LANGUAGE_CD , a.descr FROM PS_LN_TYPE_LANG a ,PS_STDNT_AWARDS b ,ps_ln_item_tbl c WHERE b.institution = a.institution AND b.aid_year = a.aid_year AND c.institution = a.institution AND c.aid_year = a.aid_year AND c.loan_type = a.loan_type AND c.item_type = b.item_type AND b.offer_activity_ind = 'I' AND b.award_status = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
|
2 | Character(4) | VARCHAR2(4) NOT NULL | Aid Year | |
3 | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PEOPLE_SRCH |
|
4 | Character(4) | VARCHAR2(4) NOT NULL |
Loan Type Cd
Prompt Table: LOAN_TYPE_VW |
|
5 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |