DBA Data[Home] [Help]

APPS.PA_BUDGET_PUB dependencies on PA_RESOURCE_LISTS_ALL_BG

Line 174: l_resource_list_id pa_resource_lists_all_bg.resource_list_id%TYPE;

170: l_api_name CONSTANT VARCHAR2(30) := 'create_draft_budget';
171: l_return_status VARCHAR2(1);
172:
173: l_project_id pa_projects_all.project_id%TYPE;
174: l_resource_list_id pa_resource_lists_all_bg.resource_list_id%TYPE;
175: l_budget_version_id pa_budget_versions.budget_version_id%TYPE;
176: l_err_code NUMBER;
177: l_err_stage VARCHAR2(120);
178: l_err_stack VARCHAR2(630);

Line 5184: l_resource_list_id pa_resource_lists_all_bg.resource_list_id%TYPE;

5180: l_fin_plan_type_name pa_fin_plan_types_tl.name%TYPE := p_fin_plan_type_name;
5181: l_version_type pa_budget_versions.version_type%TYPE := p_version_type;
5182: l_budget_version_id NUMBER;
5183: l_budget_entry_method_code pa_budget_entry_methods.budget_entry_method_code%TYPE;
5184: l_resource_list_id pa_resource_lists_all_bg.resource_list_id%TYPE;
5185: l_budget_amount_code pa_budget_types.budget_amount_code%type;
5186: l_entry_level_code pa_proj_fp_options.cost_fin_plan_level_code%TYPE;
5187: l_time_phased_code pa_proj_fp_options.cost_time_phased_code%TYPE;
5188: l_multi_curr_flag pa_proj_fp_options.plan_in_multi_curr_flag%TYPE;

Line 9529: lx_resource_list_name pa_resource_lists_all_bg.Name%TYPE := null;

9525: lx_locked_by_person_id pa_budget_versions.locked_by_person_id%TYPE;
9526: lx_resource_list_id pa_budget_versions.resource_list_id%TYPE;
9527: lx_plan_in_multi_curr_flag pa_proj_fp_options.plan_in_multi_curr_flag%TYPE;
9528: lx_time_phased_type_code pa_proj_fp_options.cost_time_phased_code%TYPE;
9529: lx_resource_list_name pa_resource_lists_all_bg.Name%TYPE := null;
9530: lx_raw_cost_flag VARCHAR2(1) ;
9531: lx_burdened_cost_flag VARCHAR2(1);
9532: lx_revenue_flag VARCHAR2(1);
9533: lx_cost_qty_flag VARCHAR2(1);

Line 19408: l_resource_list_id pa_resource_lists_all_bg.resource_list_id%TYPE;

19404: l_fin_plan_class_code varchar2(30);
19405: l_version_type pa_budget_versions.version_type%TYPE;
19406: l_budget_version_id NUMBER;
19407: l_budget_entry_method_code pa_budget_entry_methods.budget_entry_method_code%TYPE;
19408: l_resource_list_id pa_resource_lists_all_bg.resource_list_id%TYPE;
19409: l_budget_amount_code pa_budget_types.budget_amount_code%type;
19410: l_entry_level_code pa_proj_fp_options.cost_fin_plan_level_code%TYPE;
19411: l_time_phased_code pa_proj_fp_options.cost_time_phased_code%TYPE;
19412: l_multi_curr_flag pa_proj_fp_options.plan_in_multi_curr_flag%TYPE;