DBA Data[Home] [Help]

APPS.HRSPINE dependencies on PER_TIME_PERIODS

Line 1786: from per_time_periods ptp

1782: -- Cursor to get the next pay period
1783: --
1784: cursor csr_pay_period is
1785: select ptp.start_date
1786: from per_time_periods ptp
1787: where ptp.payroll_id = l_copy_payroll_id
1788: and ptp.start_date > l_effective_date;
1789: --
1790: BEGIN