HRS_JOBI_UPD_VW(SQL View) |
Index Back |
---|---|
Internal Search Indexing ViewThis record is used in the internal search indexing process to collect information for the Verity Index. |
SELECT JO.HRS_JOB_OPENING_ID , PD.HRS_JO_PST_SEQ , JP.POSTING_TITLE , PD.APP_VISIBLE , JO.OPEN_DT , JO.CLOSE_DT , JR.FULL_PART_TIME , JR.REG_TEMP , PD.DESCRLONG FROM PS_HRS_JO_PST_I JP , PS_HRS_JO_PSTDSC_I PD , PS_HRS_JO_RQMT_I JR , PS_HRS_JO_I JO , PS_HRS_JOBINDX_CTL JI WHERE JI.INDEX_ACTION = 'U' AND JO.HRS_JOB_OPENING_ID = JP.HRS_JOB_OPENING_ID AND JP.HRS_JOB_OPENING_ID = PD.HRS_JOB_OPENING_ID AND JP.HRS_JO_PST_SEQ = PD.HRS_JO_PST_SEQ AND JO.HRS_JOB_OPENING_ID = JR.HRS_JOB_OPENING_ID AND JO.HRS_JOB_OPENING_ID = JI.HRS_JOB_OPENING_ID AND JP.HRS_JO_PST_SEQ = JI.HRS_JO_PST_SEQ |
# | 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 | POSTING_TITLE | Character(200) | VARCHAR2(200) NOT NULL | Job posting title |
4 | 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 |
5 | OPEN_DT | Date(10) | DATE | Created |
6 | CLOSE_DT | Date(10) | DATE | Date Closed |
7 | FULL_PART_TIME | Character(1) | VARCHAR2(1) NOT NULL |
Full/Part Time
D=On Demand F=Full-Time P=Part-Time |
8 | REG_TEMP | Character(1) | VARCHAR2(1) NOT NULL |
Regular/Temporary
R=Regular T=Temporary |
9 | DESCRLONG | Long Character | CLOB | Long Description |