DBA Data[Home] [Help]

APPS.HR_CONTINGENT_WORKER_API dependencies on PER_BOOKINGS

Line 1945: , per_bookings pb

1941: into v_dummy
1942: from sys.dual
1943: where exists ( select 'Events exist'
1944: from per_events pe
1945: , per_bookings pb
1946: where pe.business_group_id = pb.business_group_id
1947: and (pb.business_group_id = p_business_group_id OR
1948: nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N')='Y')
1949: and pe.event_id = pb.event_id

Line 1977: ,per_bookings pb

1973: )
1974: OR
1975: exists(select 'Interview rows exist'
1976: from per_events pe
1977: ,per_bookings pb
1978: where pe.business_group_id = pb.business_group_id
1979: and (pb.business_group_id = p_business_group_id OR
1980: nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N')='Y')
1981: and pe.event_id = pb.event_id