HRS_JO_LCA_LN_I(SQL View) |
Index Back |
---|---|
Job Opening Loc Area Intfc RLJob opening recruiting locations interface view for related language |
SELECT A.HRS_JOB_OPENING_ID , A.HRS_LOCATION_ID , B.LANGUAGE_CD , B.DESCR , B.DESCRSHORT FROM PS_HRS_JO_LOC_AREA A , PS_HRS_LOC_LNG B WHERE A.HRS_LOCATION_ID = B.HRS_LOCATION_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_JOB_OPENING_ID | Number(15,0) | DECIMAL(15) NOT NULL |
Job Opening Clone
Prompt Table: HRS_JO_I |
2 | HRS_LOCATION_ID | Number(15,0) | DECIMAL(15) NOT NULL | Recruiting location area |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |