How to fetch the time period for fetching the salary details of the employees
Summary: I am working on a query to fetch the period name as per the payroll name selected from the LOV as parameter to fetch the salary details of the employees . I am not able to fetch the period name from the PAY_TIME_PERIOD table . Can you please help me out with the logic on how to fetch the period name as MM-YY from PAY_TIME_PPERIOD .
For ex I need the period name as DEC-24 if the payroll run month is DECEMBER. Thanks.
0