DBA Data[Home] [Help]

APPS.PER_ABSENCE_ATTENDANCES_PKG dependencies on PER_ASSIGNMENTS_F

Line 1911: per_assignments_f asg

1907: --
1908: cursor c4 is
1909: select 1
1910: from hr_positions_f pp,
1911: per_assignments_f asg
1912: where asg.person_id = p_psn_id
1913: and nvl(p_dstart,nvl(p_proj_start,p_sess)) between
1914: asg.effective_start_date and asg.effective_end_date
1915: and pp.position_id = asg.position_id

Line 2181: per_assignments_f a

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'
2184: and p_sdstart between a.effective_start_date and a.effective_end_date
2185: and e.assignment_id = a.assignment_id

Line 2299: from per_assignments_f asg,

2295: select asg.assignment_id,
2296: l.element_link_id,
2297: asg.payroll_id,
2298: 'X'
2299: from per_assignments_f asg,
2300: pay_element_types_f t,
2301: pay_element_links_f l
2302: where l.business_group_id + 0 = p_bgroup_id
2303: and t.element_type_id = p_eltype