Is it OK to delete all rows from PS_INTFC_PROJ_RES table
Hi,
We are in PeopleSoft 9.2. User is requesting to clear out the project interface table since there are old rows stuck. I can use the below SQL to delete all the rows but just want to ensure that this will not have any adverse impact on any future transaction.
Select * from ps_intfc_proj_res;
Thanks,
Debolina