DBA Data[Home] [Help]

APPS.WIP_PERSON dependencies on WIP_TRANSACTIONS

Line 37: from wip_transactions wt

33: into v_delete_permitted
34: from sys.dual
35: where not exists (
36: select null
37: from wip_transactions wt
38: where wt.employee_id = P_PERSON_ID);
39:
40: exception
41: when NO_DATA_FOUND then