DBA Data[Home] [Help]

APPS.HR_EX_EMPLOYEE_API dependencies on PER_BOOKINGS

Line 52: , per_bookings pb

48: into v_dummy
49: from sys.dual
50: where exists ( select 'Events exist'
51: from per_events pe
52: , per_bookings pb
53: where pe.business_group_id = pb.business_group_id
54: and (pb.business_group_id = p_business_group_id OR
55: nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N')='Y')
56: and pe.event_id = pb.event_id

Line 84: ,per_bookings pb

80: )
81: OR
82: exists(select 'Interview rows exist'
83: from per_events pe
84: ,per_bookings pb
85: where pe.business_group_id = pb.business_group_id
86: and (pb.business_group_id = p_business_group_id OR
87: nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N')='Y')
88: and pe.event_id = pb.event_id