DBA Data[Home] [Help]

APPS.WIP_PERSON dependencies on WIP_EMPLOYEE_LABOR_RATES

Line 20: from wip_employee_labor_rates welr

16: into v_delete_permitted
17: from sys.dual
18: where not exists (
19: select null
20: from wip_employee_labor_rates welr
21: where welr.employee_id = P_PERSON_ID);
22:
23: exception
24: when NO_DATA_FOUND then