JOB_TASK_TBL(SQL Table) |
Index Back |
---|---|
Job TasksThis record is one of several that enable you to define a set of tasks related to a job. This functionality can be found in the Regulatory Requirements and Recruitment modules. Use JOB_TASK_TBL to define a job task and to assign a code to the task. You must define a job task on this record before entering the task on JOBCD_TASK_DEFN. Use JOBCD_TASK_TBL to identify a job code for which you're setting up job tasks. You must create this record before entering job tasks on JOBCD_TASK_DEFN. Use JOBCD_TASK_DEFN to specify the particular tasks associated with the job code. This record is subordinate to JOBCD_TASK_TBL. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_HR.SETID Prompt Table: SET_VLD_HR_04 |
2 | JOB_TASK | Character(6) | VARCHAR2(6) NOT NULL | Job Task |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
7 | DESCRLONG | Long Character | CLOB | Long Description |