Hi All,
I've an issue about TL_TIMEADMIN process, when that process run by concurrent user it will produce double data for all TRC in TL_PAYABLETIME. I have read the Peoplebooks related to Time and Labor, i found Time Attendance have a table (TL_TR_STATUS) to handle that application engine run by concurrent user, but i still don't understand why this problem still happening ?
i've already try put validation criteria to check whether employee still processing by another user or not (using TL_TR_STATUS where TA_STATUS='X' based on peoplebooks), but that's not working because i found out validation in time attendance processed after system running Time Attendace Rules.
Any idea about this problem ?