DBA Data[Home] [Help]

APPS.PA_PPR_ROLLUP_PERIOD_PVT dependencies on PA_PPR_ROLLUP_PERIOD_PVT

Line 1: package body PA_ppr_rollup_period_PVT as

1: package body PA_ppr_rollup_period_PVT as
2: /* $Header: PAPPR05B.pls 120.0.12020000.6 2013/05/08 23:37:34 sachandr noship $ * */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'PA_PROGRESS_PVT';
5: G_DEBUG_MODE varchar2(1);

Line 23: pa_debug.write('PA_ppr_rollup_period_PVT: ' , p_msg ,1);

19: -- commit;
20: null;
21: -- end if;
22: IF G_debug_mode = 'Y' THEN
23: pa_debug.write('PA_ppr_rollup_period_PVT: ' , p_msg ,1);
24: END IF;
25:
26:
27:

Line 74: PA_ppr_rollup_period_PVT.plan_rollup(

70: -- SRI_BUG END
71:
72: if ( plan3_cost_ver_id > 0 ) then --satya
73:
74: PA_ppr_rollup_period_PVT.plan_rollup(
75: p_commit => p_commit
76: ,p_calling_mode => p_calling_mode
77: ,p_fact_slice => p_fact_slice
78: ,p_debug_mode => p_debug_mode

Line 95: PA_ppr_rollup_period_PVT.plan_rollup(

91: end if;
92:
93: if ( plan3_rev_ver_id > 0 ) then --satya
94:
95: PA_ppr_rollup_period_PVT.plan_rollup(
96: p_commit => p_commit
97: ,p_calling_mode => p_calling_mode
98: ,p_fact_slice => p_fact_slice
99: ,p_debug_mode => p_debug_mode

Line 116: PA_ppr_rollup_period_PVT.plan_rollup(

112: end if;
113:
114: if ( plan2_cost_ver_id > 0 ) then
115:
116: PA_ppr_rollup_period_PVT.plan_rollup(
117: p_commit => p_commit
118: ,p_calling_mode => p_calling_mode
119: ,p_fact_slice => p_fact_slice
120: ,p_debug_mode => p_debug_mode

Line 138: PA_ppr_rollup_period_PVT.plan_rollup(

134:
135:
136: if ( plan2_rev_ver_id > 0 ) then
137:
138: PA_ppr_rollup_period_PVT.plan_rollup(
139: p_commit => p_commit
140: ,p_calling_mode => p_calling_mode
141: ,p_fact_slice => p_fact_slice
142: ,p_debug_mode => p_debug_mode

Line 161: PA_ppr_rollup_period_PVT.plan_rollup(

157:
158: if ( plan1_cost_ver_id > 0 ) then
159:
160:
161: PA_ppr_rollup_period_PVT.plan_rollup(
162: p_commit => p_commit
163: ,p_calling_mode => p_calling_mode
164: ,p_fact_slice => p_fact_slice
165: ,p_debug_mode => p_debug_mode

Line 183: PA_ppr_rollup_period_PVT.plan_rollup(

179:
180:
181: if ( plan1_rev_ver_id > 0 ) then
182:
183: PA_ppr_rollup_period_PVT.plan_rollup(
184: p_commit => p_commit
185: ,p_calling_mode => p_calling_mode
186: ,p_fact_slice => p_fact_slice
187: ,p_debug_mode => p_debug_mode

Line 204: PA_ppr_rollup_period_PVT.plan_rollup(

200: end if;
201:
202: if ( curr_cst_budget_ver_id > 0 ) then
203:
204: PA_ppr_rollup_period_PVT.plan_rollup(
205: p_commit => p_commit
206: ,p_calling_mode => p_calling_mode
207: ,p_fact_slice => p_fact_slice
208: ,p_debug_mode => p_debug_mode

Line 226: PA_ppr_rollup_period_PVT.plan_rollup(

222:
223:
224: if ( curr_rev_budget_ver_id > 0 ) then
225:
226: PA_ppr_rollup_period_PVT.plan_rollup(
227: p_commit => p_commit
228: ,p_calling_mode => p_calling_mode
229: ,p_fact_slice => p_fact_slice
230: ,p_debug_mode => p_debug_mode

Line 247: PA_ppr_rollup_period_PVT.plan_rollup(

243: end if;
244:
245: if ( ori_cst_budget_ver_id > 0 ) then
246:
247: PA_ppr_rollup_period_PVT.plan_rollup(
248: p_commit => p_commit
249: ,p_calling_mode => p_calling_mode
250: ,p_fact_slice => p_fact_slice
251: ,p_debug_mode => p_debug_mode

Line 268: PA_ppr_rollup_period_PVT.plan_rollup(

264: end if;
265:
266: if ( ori_rev_budget_ver_id > 0 ) then
267:
268: PA_ppr_rollup_period_PVT.plan_rollup(
269: p_commit => p_commit
270: ,p_calling_mode => p_calling_mode
271: ,p_fact_slice => p_fact_slice
272: ,p_debug_mode => p_debug_mode

Line 291: PA_ppr_rollup_period_PVT.plan_rollup(

287:
288:
289: if ( pr_cst_fcst_ver_id > 0 ) then
290:
291: PA_ppr_rollup_period_PVT.plan_rollup(
292: p_commit => p_commit
293: ,p_calling_mode => p_calling_mode
294: ,p_fact_slice => p_fact_slice
295: ,p_debug_mode => p_debug_mode

Line 312: PA_ppr_rollup_period_PVT.plan_rollup(

308: end if;
309:
310: if ( pr_rev_fcst_ver_id > 0 ) then
311:
312: PA_ppr_rollup_period_PVT.plan_rollup(
313: p_commit => p_commit
314: ,p_calling_mode => p_calling_mode
315: ,p_fact_slice => p_fact_slice
316: ,p_debug_mode => p_debug_mode

Line 333: PA_ppr_rollup_period_PVT.plan_rollup(

329: end if;
330:
331: if ( act_ver_id > 0 ) then
332:
333: PA_ppr_rollup_period_PVT.plan_rollup(
334: p_commit => p_commit
335: ,p_calling_mode => p_calling_mode
336: ,p_fact_slice => p_fact_slice
337: ,p_debug_mode => p_debug_mode

Line 2242: End PA_ppr_rollup_Period_PVT;

2238:
2239:
2240: end merge_into_fact;
2241:
2242: End PA_ppr_rollup_Period_PVT;