DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on FND_USER

Line 100: from fnd_user aol

96: into l_delete_permitted
97: from sys.dual
98: where not exists
99: (select null
100: from fnd_user aol
101: where aol.employee_id = P_PERSON_ID
102: );
103: --
104: exception