DBA Data[Home] [Help]

APPS.PA_PROJECT_UTILS dependencies on PA_DRAFT_REVENUES_ALL

Line 1592: from pa_draft_revenues_all

1588: into dummy
1589: from sys.dual
1590: where not exists (
1591: select null
1592: from pa_draft_revenues_all
1593: where project_id = x_project_id);
1594: exception
1595: when no_data_found then
1596: x_err_code := 30;