DBA Data[Home] [Help]

APPS.PER_PEOPLE3_PKG dependencies on PER_EVENTS

Line 900: from per_events pe

896: select 'X'
897: into l_temp
898: from sys.dual
899: where exists ( select 'Events rows exist'
900: from per_events pe
901: , per_assignments_f a
902: where pe.business_group_id +0 = p_business_group_id
903: and pe.assignment_id = a.assignment_id
904: and pe.date_start