HCR_JOB_VW

(SQL View)
Index Back

Vw-JOB w/out PeopleCode

JOB_VW is a view of the Job record, which screens out all peoplecode. JOB_VW is not to be used to update to JOB thru a component anymore. Use the CI_JOB_DATA component Interface

SELECT A.EMPLID , A.EMPL_RCD , A.EFFDT , A.EFFSEQ , A.ACTION , A.ACTION_REASON FROM PS_JOB A

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

Default Value: NEW

Prompt Table: PERSON

2 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
3 EFFDT Date(10) DATE NOT NULL Effective Date

Default Value: %date

4 EFFSEQ Number(3,0) SMALLINT NOT NULL Effective Sequence
5 ACTION Character(3) VARCHAR2(3) NOT NULL Action

Default Value: HIR

Prompt Table: ACTION_TBL

6 ACTION_REASON Character(3) VARCHAR2(3) NOT NULL Reason Code

Prompt Table: ACTN_REASON_TBL