DBA Data[Home] [Help]

APPS.PA_BUDGET_PUB dependencies on PA_FP_ROLLUP_TMP

Line 1643: -- Copy the fin plan lines into a table of type pa_fp_rollup_tmp

1639:
1640: --dbms_output.put_line('l_budget_lines_in.FIRST '||l_budget_lines_in.FIRST);
1641: --dbms_output.put_line('l_budget_lines_in.LAST '||l_budget_lines_in.LAST);
1642:
1643: -- Copy the fin plan lines into a table of type pa_fp_rollup_tmp
1644: FOR i in l_budget_lines_in.FIRST..l_budget_lines_in.LAST LOOP
1645:
1646: --dbms_output.put_line('In the for loop');
1647:

Line 5702: --Copy the fin plan line data into a table of type pa_fp_rollup_tmp

5698: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
5699: END IF;
5700:
5701:
5702: --Copy the fin plan line data into a table of type pa_fp_rollup_tmp
5703:
5704: l_finplan_lines_tab(1).system_reference1 := l_budget_lines_in(1).pa_task_id;
5705: l_finplan_lines_tab(1).system_reference2 := l_budget_lines_in(1).resource_list_member_id;
5706: l_finplan_lines_tab(1).start_date := l_budget_lines_in(1).budget_start_date;

Line 11649: --where they are simply populated in pa_fp_rollup_tmp but are not used anywhere.

11645: -- If it is is uncategorized then we can make use of the uom and track as labor
11646: -- flag obtained earlier
11647: --Commented out the below code to get the unit of measure and track_as_labor_flag value
11648: --because these values are used only while passing to add_fin_plan_lines(and further to create_fin_plan_lines )
11649: --where they are simply populated in pa_fp_rollup_tmp but are not used anywhere.
11650: /* IF (lx_resource_list_id <> l_uncategorized_res_list_id) THEN -- bug 3453650
11651:
11652: SELECT pr.unit_of_measure
11653: ,prlm.track_as_labor_flag

Line 13740: --Copy the fin plan line data into a table of type pa_fp_rollup_tmp

13736:
13737: ELSE --insert budget line for new FinPlan model
13738:
13739:
13740: --Copy the fin plan line data into a table of type pa_fp_rollup_tmp
13741: --If an attribute should not be updated then pass it as null, and
13742: --if an attribute should be updated to null then pass it as FND_API.G_MISS_XXX
13743:
13744: l_finplan_lines_tab(1).system_reference1 := l_budget_lines_in(1).pa_task_id;