PeopleSoft Billing Interfaces
PeopleTools 8.56 PeopleSoft Version 9.2
Have other users maxed out the allowable value of INTFC_ID?
What actions were taken to resume billing functions?
Has anyone implemented a purge process?
details:
INTFC_ID field is 8 integers in size.
We surpassed the allowable size/value of INTFC_ID resulting in SQL error popup when users tried accessing billing pages online and BIIF0001 could not be ran.
Our work around was to free up interface ids by executing SQL to delete the oldest records from PS_INTFC_BI_AD_CMP, PS_INTFC_BI_CMP, and PS_INTFC_BI_NT_CMP.
Oracle response: Development reviewed and did an analysis to see if it is feasible to change the length and it is not feasible now as over 100 records in different modules is impacted.