DBA Data[Home] [Help]

APPS.PA_PROJECT_UTILS dependencies on PA_BUDGET_UTILS

Line 997: pa_budget_utils.check_proj_budget_exists(x_project_id, 'A',

993:
994: -- Check if project has any budget
995: x_err_stage := 'check budget for '|| x_project_id;
996: status_code :=
997: pa_budget_utils.check_proj_budget_exists(x_project_id, 'A',
998: dummy_null);
999: if ( status_code = 1 ) then
1000: x_err_code := 90;
1001: x_err_stage := 'PA_PROJ_BUDGET_EXIST';