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 4718: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%type;

4714:
4715: l_source_period_profile_id pa_budget_versions.period_profile_id%TYPE;
4716: l_target_period_profile_id pa_budget_versions.period_profile_id%TYPE;
4717:
4718: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%type;
4719: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%type;
4720:
4721: l_adj_percentage NUMBER ;
4722: l_period_profiles_same_flag VARCHAR2(1);

Line 4719: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%type;

4715: l_source_period_profile_id pa_budget_versions.period_profile_id%TYPE;
4716: l_target_period_profile_id pa_budget_versions.period_profile_id%TYPE;
4717:
4718: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%type;
4719: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%type;
4720:
4721: l_adj_percentage NUMBER ;
4722: l_period_profiles_same_flag VARCHAR2(1);
4723:

Line 9329: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%type;

9325: l_msg_index_out NUMBER;
9326: l_return_status VARCHAR2(2000);
9327: l_debug_mode VARCHAR2(30);
9328:
9329: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%type;
9330: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%type;
9331: l_rate_based_flag pa_resource_assignments.rate_based_flag%type;
9332:
9333:

Line 9330: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%type;

9326: l_return_status VARCHAR2(2000);
9327: l_debug_mode VARCHAR2(30);
9328:
9329: l_revenue_flag pa_fin_plan_amount_sets.revenue_flag%type;
9330: l_cost_flag pa_fin_plan_amount_sets.raw_cost_flag%type;
9331: l_rate_based_flag pa_resource_assignments.rate_based_flag%type;
9332:
9333:
9334: l_adj_percentage NUMBER ;