DBA Data[Home] [Help]

APPS.PA_PROJECT_UTILS dependencies on PA_DRAFT_INVOICES_ALL

Line 1617: from pa_draft_invoices_all

1613: into dummy
1614: from sys.dual
1615: where not exists (
1616: select null
1617: from pa_draft_invoices_all
1618: where project_id = x_project_id);
1619: exception
1620: when no_data_found then
1621: x_err_code := 40;