DBA Data[Home] [Help]

APPS.PA_PROJECT_VERIFY_PKG dependencies on PA_BUDGET_VERSIONS

Line 364: FROM PA_BUDGET_VERSIONS bv,

360: x_err_stack := x_err_stack ||'->PA_PROJECT_VERIFY_PKG.revenue_budget';
361: x_err_msgname := NULL;
362: x_err_stage := 'Checking revenue budget exists...';
363: SELECT 'x' INTO dummy
364: FROM PA_BUDGET_VERSIONS bv,
365: PA_BUDGET_TYPES bt
366: WHERE
367: bv.budget_type_code = bt.budget_type_code
368: AND bt.budget_amount_code = 'R';

Line 394: FROM PA_BUDGET_VERSIONS bv,

390: x_err_stack := x_err_stack ||'->PA_PROJECT_VERIFY_PKG.cost_budget';
391: x_err_msgname := NULL;
392: x_err_stage := 'Checking cost budget exists...';
393: SELECT 'x' INTO dummy
394: FROM PA_BUDGET_VERSIONS bv,
395: PA_BUDGET_TYPES bt
396: WHERE
397: bv.budget_type_code = bt.budget_type_code
398: AND bt.budget_amount_code = 'C';