DBA Data[Home] [Help]

APPS.PA_PERSON dependencies on PA_PROJECT_PLAYERS

Line 246: from pa_project_players pa

242: into v_delete_permitted
243: from sys.dual
244: where not exists (
245: select null
246: from pa_project_players pa
247: where pa.person_id = P_PERSON_ID);
248: exception
249: when NO_DATA_FOUND then
250: hr_utility.set_message (801, 'HR_6289_ALL_PA5_PER_NO_DEL');