Where to find PLSQL Procedure for HWM_FUNC_PRINTABLE_TC
Hi,
We have had some trouble regarding Timecard approval notification where some part are empty (e.g., Time Totals).
After some analysis regarding the Data Model I saw this error when viewing data from the DM:
select * from TABLE ( HWM_FUNC_PRINTABLE_TC.CALCULATED_TIME(300000909577199,300000909577199))
ORA-20102: The layout set id is not valid. Please check the conficonfiguration. ORA-01422: exact fetch returns more than requested number of rows
ORA-06512: at "FUSION.HWM_FUNC_PRINTABLE_TC", line 1065
I've tried to search the procedures in ALL_SOURCE but unable to find anything.
Is there a directory where we can consult the PLSQL procedures?