DBA Data[Home] [Help]

APPS.PA_BUDGET_PUB dependencies on PA_FP_ROLLUP_TMP

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

1660:
1661: --dbms_output.put_line('l_budget_lines_in.FIRST '||l_budget_lines_in.FIRST);
1662: --dbms_output.put_line('l_budget_lines_in.LAST '||l_budget_lines_in.LAST);
1663:
1664: -- Copy the fin plan lines into a table of type pa_fp_rollup_tmp
1665: FOR i in l_budget_lines_in.FIRST..l_budget_lines_in.LAST LOOP
1666:
1667: --dbms_output.put_line('In the for loop');
1668:

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

5849: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
5850: END IF;
5851:
5852:
5853: --Copy the fin plan line data into a table of type pa_fp_rollup_tmp
5854:
5855: l_finplan_lines_tab(1).system_reference1 := l_budget_lines_in(1).pa_task_id;
5856: l_finplan_lines_tab(1).system_reference2 := l_budget_lines_in(1).resource_list_member_id;
5857: l_finplan_lines_tab(1).system_reference3 := l_budget_lines_in(1).cbs_element_id;-- Added for CBS 16604257

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

11860: -- If it is is uncategorized then we can make use of the uom and track as labor
11861: -- flag obtained earlier
11862: --Commented out the below code to get the unit of measure and track_as_labor_flag value
11863: --because these values are used only while passing to add_fin_plan_lines(and further to create_fin_plan_lines )
11864: --where they are simply populated in pa_fp_rollup_tmp but are not used anywhere.
11865: /* IF (lx_resource_list_id <> l_uncategorized_res_list_id) THEN -- bug 3453650
11866:
11867: SELECT pr.unit_of_measure
11868: ,prlm.track_as_labor_flag

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

13981:
13982: ELSE --insert budget line for new FinPlan model
13983:
13984:
13985: --Copy the fin plan line data into a table of type pa_fp_rollup_tmp
13986: --If an attribute should not be updated then pass it as null, and
13987: --if an attribute should be updated to null then pass it as FND_API.G_MISS_XXX
13988:
13989: l_finplan_lines_tab(1).system_reference1 := l_budget_lines_in(1).pa_task_id;