DBA Data[Home] [Help]

APPS.PA_PROJECT_UTILS dependencies on PA_DRAFT_INVOICES_ALL

Line 1605: from pa_draft_invoices_all

1601: into dummy
1602: from sys.dual
1603: where not exists (
1604: select null
1605: from pa_draft_invoices_all
1606: where project_id = x_project_id);
1607: exception
1608: when no_data_found then
1609: x_err_code := 40;