DBA Data[Home] [Help]

APPS.PA_PROJECT_UTILS dependencies on PA_DRAFT_REVENUES_ALL

Line 1580: from pa_draft_revenues_all

1576: into dummy
1577: from sys.dual
1578: where not exists (
1579: select null
1580: from pa_draft_revenues_all
1581: where project_id = x_project_id);
1582: exception
1583: when no_data_found then
1584: x_err_code := 30;