DBA Data[Home] [Help]

APPS.AP_PERSON dependencies on AP_EXPENSE_REPORT_HEADERS_ALL

Line 25: from ap_expense_report_headers_all erh

21: into v_delete_permitted
22: from sys.dual
23: where not exists (
24: select null
25: from ap_expense_report_headers_all erh
26: where erh.employee_id = P_PERSON_ID);
27: exception
28: when NO_DATA_FOUND then
29: hr_utility.set_message (801, 'HR_6244_ALL_AP_PER_NO_DEL');