DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on PER_TIME_PERIODS

Line 8204: from per_time_periods ptp

8200:
8201:
8202: Cursor c_next_pay_date is
8203: select ptp.start_Date
8204: from per_time_periods ptp
8205: where ptp.payroll_id = l_payroll_id -- in case of p_wgi_due_date not null also get the payroll id
8206: and ptp.start_date >= p_wgi_due_date
8207: order by ptp.start_date asc ;
8208: