DBA Data[Home] [Help]

APPS.PA_PERSON dependencies on PA_EMP_BILL_RATE_OVERRIDES

Line 189: from pa_emp_bill_rate_overrides pa

185: into v_delete_permitted
186: from sys.dual
187: where not exists (
188: select null
189: from pa_emp_bill_rate_overrides pa
190: where pa.project_id > -1
191: and pa.task_id > -1
192: and pa.person_id = P_PERSON_ID);
193: exception