DBA Data[Home] [Help]

APPS.PER_ABSENCE_ATTENDANCES_PKG dependencies on PER_TIME_PERIODS

Line 2179: from per_time_periods t,

2175: e.element_link_id,
2176: a.payroll_id,
2177: t.start_date,
2178: t.end_date
2179: from per_time_periods t,
2180: pay_element_entries_f e,
2181: per_assignments_f a
2182: where a.person_id = p_per_id
2183: and a.primary_flag = 'Y'

Line 2393: from per_time_periods

2389: cursor c18 is
2390: select start_date,
2391: end_date,
2392: 'X'
2393: from per_time_periods
2394: where payroll_id = p_cpay_id
2395: and p_dstart between start_date and end_date;
2396: --
2397: begin