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 5074: l_resource_list_id pa_resource_lists_all_bg.resource_list_id%TYPE;

5070: l_fin_plan_type_name pa_fin_plan_types_tl.name%TYPE := p_fin_plan_type_name;
5071: l_version_type pa_budget_versions.version_type%TYPE := p_version_type;
5072: l_budget_version_id NUMBER;
5073: l_budget_entry_method_code pa_budget_entry_methods.budget_entry_method_code%TYPE;
5074: l_resource_list_id pa_resource_lists_all_bg.resource_list_id%TYPE;
5075: l_budget_amount_code pa_budget_types.budget_amount_code%type;
5076: l_entry_level_code pa_proj_fp_options.cost_fin_plan_level_code%TYPE;
5077: l_time_phased_code pa_proj_fp_options.cost_time_phased_code%TYPE;
5078: l_multi_curr_flag pa_proj_fp_options.plan_in_multi_curr_flag%TYPE;

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

9342: lx_locked_by_person_id pa_budget_versions.locked_by_person_id%TYPE;
9343: lx_resource_list_id pa_budget_versions.resource_list_id%TYPE;
9344: lx_plan_in_multi_curr_flag pa_proj_fp_options.plan_in_multi_curr_flag%TYPE;
9345: lx_time_phased_type_code pa_proj_fp_options.cost_time_phased_code%TYPE;
9346: lx_resource_list_name pa_resource_lists_all_bg.Name%TYPE := null;
9347: lx_raw_cost_flag VARCHAR2(1) ;
9348: lx_burdened_cost_flag VARCHAR2(1);
9349: lx_revenue_flag VARCHAR2(1);
9350: lx_cost_qty_flag VARCHAR2(1);

Line 19114: l_resource_list_id pa_resource_lists_all_bg.resource_list_id%TYPE;

19110: l_fin_plan_class_code varchar2(30);
19111: l_version_type pa_budget_versions.version_type%TYPE;
19112: l_budget_version_id NUMBER;
19113: l_budget_entry_method_code pa_budget_entry_methods.budget_entry_method_code%TYPE;
19114: l_resource_list_id pa_resource_lists_all_bg.resource_list_id%TYPE;
19115: l_budget_amount_code pa_budget_types.budget_amount_code%type;
19116: l_entry_level_code pa_proj_fp_options.cost_fin_plan_level_code%TYPE;
19117: l_time_phased_code pa_proj_fp_options.cost_time_phased_code%TYPE;
19118: l_multi_curr_flag pa_proj_fp_options.plan_in_multi_curr_flag%TYPE;