HRS_BIP_JPSD_VW(SQL View) |
Index Back |
---|---|
Used in XMLP report for Job OXMLP report Print Job Opening Job Posting Description |
SELECT A.HRS_JOB_OPENING_ID , A.HRS_JO_PST_SEQ , A.HRS_SEQ_NUM , A.HRS_JO_DESCR_TYP , B.DESCR , A.APP_VISIBLE , ' ' , A.DESCRLONG FROM PS_HRS_JO_PST_DSCR A , PS_HRS_JO_DTYP_VW B ,PS_HRS_RCRT_TMPL_I C , PS_HRS_JOB_OPENING D WHERE A.HRS_JO_DESCR_TYP = B.HRS_JO_DESCR_TYP AND A.HRS_JOB_OPENING_ID = D.HRS_JOB_OPENING_ID AND C.HRS_RCRT_TMPL_ID = D.HRS_RCRT_TMPL_ID AND B.HRS_PST_TMPL_ID = C.HRS_PST_TMPL_ID AND C.EFF_STATUS = 'A' AND %EffdtCheck(HRS_RCRT_TMPL_I E, C, %CurrentdateIn) |
# | 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 |
2 | HRS_JO_PST_SEQ | Number(3,0) | SMALLINT NOT NULL | Job opening posting sequence |
3 | HRS_SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Sequence Number |
4 | HRS_JO_DESCR_TYP | Character(2) | VARCHAR2(2) NOT NULL | Job posting description type |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | APP_VISIBLE | Character(1) | VARCHAR2(1) NOT NULL |
Indicates which sections of a job requisition's posting description are visible to internal applicants. An entire posting description is made up of 5 possible sections, the Organizational Marketing Statement, Responsibilities, Qualifications, Closing and Departmental Statement
B=Internal and External E=External Only I=Internal Only |
7 | DESCR1 | Character(30) | VARCHAR2(30) NOT NULL | Descr |
8 | HRS_POST_TEXT | Long Character | CLOB | Used in XMLP report for Job Opening |