PC_EMPL_TM_VW(SQL View) |
Index Back |
---|---|
Project Time Entry Search RecSearch record for the Project Employee Time Entry component. |
SELECT A.BUSINESS_UNIT , A.EMPLID , A.EMPL_RCD_NUM , A.PAY_END_DT , B.NAME FROM PS_PC_EMPL_TIME A , PS_PERSONAL_DATA B WHERE B.EMPLID = A.EMPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_PC.BUSINESS_UNIT Prompt Table: SP_BU_PC_NONVW |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PC_EMP_VW |
3 | EMPL_RCD_NUM | Number(3,0) | SMALLINT NOT NULL |
Project Employee Job Record #
Default Value: 1 Prompt Table: PC_EMPL_RCD_VW |
4 | PAY_END_DT | Date(10) | DATE NOT NULL | Pay Period End Date |
5 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |