DBA Data[Home] [Help]

APPS.PA_PROJECT_VERIFY_PKG dependencies on PA_BUDGET_TYPES

Line 365: PA_BUDGET_TYPES bt

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';
369: x_err_stack := x_old_stack;

Line 395: PA_BUDGET_TYPES bt

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';
399: x_err_stack := x_old_stack;