DBA Data[Home] [Help]

APPS.PA_PERSON dependencies on PA_DRAFT_INVOICES

Line 335: from pa_draft_invoices pa

331: into v_delete_permitted
332: from sys.dual
333: where not exists (
334: select null
335: from pa_draft_invoices pa
336: where pa.approved_by_person_id = P_PERSON_ID
337: or pa.released_by_person_id = P_PERSON_ID);
338: exception
339: when NO_DATA_FOUND then