PI_PAYGROUP_VW(SQL View) |
Index Back |
---|---|
Paygroups in RUN_PYGRPView of Paygroups in PI_RUN_PYGRP |
select distinct pi_run_num,pi_config_id,company,paygroup from PS_PI_RUN_PYGRP |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PI_RUN_NUM | Number(4,0) | SMALLINT NOT NULL | Payroll Interface Run Number |
2 | PI_CONFIG_ID | Character(6) | VARCHAR2(6) NOT NULL | PI Configuration ID |
3 | COMPANY | Character(3) | VARCHAR2(3) NOT NULL | Company |
4 | PAYGROUP | Character(3) | VARCHAR2(3) NOT NULL | Pay Group |