DBA Data[Home] [Help]

APPS.PER_VIEWS_PKG dependencies on PER_ASSIGNMENTS_X

Line 540: from PER_ASSIGNMENTS_X ass

536: BEGIN
537:
538: select count(distinct PERSON_ID)
539: into l_number_of_emps
540: from PER_ASSIGNMENTS_X ass
541: where ass.ORGANIZATION_ID = p_organization_id
542: and ass.ASSIGNMENT_TYPE = 'E' ;
543:
544: return (l_number_of_emps) ;