WCS_ECM_JOB(SQL Table) |
Index Back |
---|---|
Supervisor Tree Inquiry ViewThis view is used to prompt for a new node when building a supervisor-based tree, and as such includes certain identifying data from the Department and Job Code tables. To accommodate the tree is node restrictions, this view has a composite key of EMPLID + EMPL_RCD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
2 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL |
Empl Record
Prompt Table: PER_ORG_ASGN |
3 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
4 | EFFSEQ | Number(3,0) | SMALLINT NOT NULL | Effective Sequence |
5 | EMPL_ID_RCD | Character(20) | VARCHAR2(20) NOT NULL |
Job concatenated key.
Prompt Table: HCSC_SPVRPT_VW |
6 | COMPANY | Character(3) | VARCHAR2(3) NOT NULL |
Company
Prompt Table: COMPANY_TBL |
7 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: BUS_UNIT_TBL_HR |
8 | DEPTID | Character(10) | VARCHAR2(10) NOT NULL | Department |
9 | HR_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
HR Status
A=Active I=Inactive |
10 | SETID_DEPT | Character(5) | VARCHAR2(5) NOT NULL | Department Set ID |
11 | PER_ORG | Character(3) | VARCHAR2(3) NOT NULL |
Defines the Organizational Relationship(s) that a Person has to the Organization. These are Employee, Contingent Worker, and Persons of Interest.
CWR=Contingent Worker EMP=Employee POI=Person of Interest |
12 | JOBCODE | Character(6) | VARCHAR2(6) NOT NULL | Job Code |
13 | SETID_JOBCODE | Character(5) | VARCHAR2(5) NOT NULL | Job Code Set ID |