DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on PER_TIME_PERIODS

Line 7901: from per_time_periods ptp

7897:
7898:
7899: Cursor c_next_pay_date is
7900: select ptp.start_Date
7901: from per_time_periods ptp
7902: where ptp.payroll_id = l_payroll_id -- in case of p_wgi_due_date not null also get the payroll id
7903: and ptp.start_date >= p_wgi_due_date
7904: order by ptp.start_date asc ;
7905: