DBA Data[Home] [Help]

APPS.HR_CONTINGENT_WORKER_API dependencies on PER_BOOKINGS

Line 1572: , per_bookings pb

1568: into v_dummy
1569: from sys.dual
1570: where exists ( select 'Events exist'
1571: from per_events pe
1572: , per_bookings pb
1573: where pe.business_group_id = pb.business_group_id
1574: and (pb.business_group_id = p_business_group_id OR
1575: nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N')='Y')
1576: and pe.event_id = pb.event_id

Line 1604: ,per_bookings pb

1600: )
1601: OR
1602: exists(select 'Interview rows exist'
1603: from per_events pe
1604: ,per_bookings pb
1605: where pe.business_group_id = pb.business_group_id
1606: and (pb.business_group_id = p_business_group_id OR
1607: nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N')='Y')
1608: and pe.event_id = pb.event_id