DBA Data[Home] [Help]

APPS.AP_PERSON dependencies on AP_SUPPLIERS

Line 29: from AP_SUPPLIERS ap

25: from ap_expense_report_headers_all erh
26: where erh.employee_id = P_PERSON_ID)
27: --Start Bug 9741494
28: and not exists( Select 1
29: from AP_SUPPLIERS ap
30: where ap.employee_id=P_PERSON_ID);
31: -- End Bug 9741494 ;
32: exception
33: when NO_DATA_FOUND then