DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_FIN_PLAN_AMOUNT_SETS

Line 2263: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%TYPE;

2259: l_debug_mode VARCHAR2(30);
2260:
2261: l_adj_percentage NUMBER ;
2262: l_target_project_id pa_projects.project_id%TYPE;
2263: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%TYPE;
2264: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%TYPE;
2265:
2266: l_tmp NUMBER;
2267: l_source_project_id pa_projects_all.project_id%TYPE;

Line 2264: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%TYPE;

2260:
2261: l_adj_percentage NUMBER ;
2262: l_target_project_id pa_projects.project_id%TYPE;
2263: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%TYPE;
2264: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%TYPE;
2265:
2266: l_tmp NUMBER;
2267: l_source_project_id pa_projects_all.project_id%TYPE;
2268: l_fin_plan_level_code pa_proj_fp_options.cost_fin_plan_level_code%TYPE;

Line 4730: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%type;

4726:
4727: l_source_period_profile_id pa_budget_versions.period_profile_id%TYPE;
4728: l_target_period_profile_id pa_budget_versions.period_profile_id%TYPE;
4729:
4730: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%type;
4731: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%type;
4732:
4733: l_adj_percentage NUMBER ;
4734: l_period_profiles_same_flag VARCHAR2(1);

Line 4731: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%type;

4727: l_source_period_profile_id pa_budget_versions.period_profile_id%TYPE;
4728: l_target_period_profile_id pa_budget_versions.period_profile_id%TYPE;
4729:
4730: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%type;
4731: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%type;
4732:
4733: l_adj_percentage NUMBER ;
4734: l_period_profiles_same_flag VARCHAR2(1);
4735:

Line 9356: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%type;

9352: l_msg_index_out NUMBER;
9353: l_return_status VARCHAR2(2000);
9354: l_debug_mode VARCHAR2(30);
9355:
9356: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%type;
9357: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%type;
9358: l_rate_based_flag pa_resource_assignments.rate_based_flag%type;
9359:
9360:

Line 9357: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%type;

9353: l_return_status VARCHAR2(2000);
9354: l_debug_mode VARCHAR2(30);
9355:
9356: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%type;
9357: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%type;
9358: l_rate_based_flag pa_resource_assignments.rate_based_flag%type;
9359:
9360:
9361: l_adj_percentage NUMBER ;