Hello Jim Hummer,
The PJCONTRL table holds the data of Time & Expense setup screen. Below is the Query used to view the First day of the Week.
Control_data field holds the value of First day of the week.
Select control_data,* from PJCONTRL Where control_type = 'TM' and control_code = 'SETUP'
Below Query is used to know about the entire Time & Expense Setup,
Select * from PJCONTRL Where control_type = 'TM'
Hope this will help you to know about the time & expense screen.
Thanks,
Perumalsamy R