DBA Data[Home] [Help]

APPS.PA_PERSON dependencies on PA_COMPENSATION_DETAILS

Line 173: from pa_compensation_details pa

169: into v_delete_permitted
170: from sys.dual
171: where not exists (
172: select null
173: from pa_compensation_details pa
174: where pa.person_id = P_PERSON_ID);
175: exception
176: when NO_DATA_FOUND then
177: hr_utility.set_message (801, 'HR_6285_ALL_PA_PER_NO_DEL');