DBA Data[Home] [Help]

APPS.PJI_VP_REP_DFLT_PARAMS dependencies on PJI_REP_UTIL

Line 115: x_actual_version_id := Pji_Rep_Util.get_fin_plan_actual_version(p_project_id);

111:
112:
113:
114:
115: x_actual_version_id := Pji_Rep_Util.get_fin_plan_actual_version(p_project_id);
116:
117: IF (p_cost_version_id IS NOT NULL) AND (p_cost_version_id <> -99) THEN
118: l_valid_version_id := p_cost_version_id;
119: l_context_version_type := 'COST';

Line 126: x_factor_by := Pji_Rep_Util.Derive_Factorby(

122: l_context_version_type := 'REVENUE';
123: END IF;
124:
125:
126: x_factor_by := Pji_Rep_Util.Derive_Factorby(
127: p_project_id
128: , l_valid_version_id -- bug 3793041
129: , x_return_status
130: , x_msg_count

Line 133: Pji_Rep_Util.Derive_Default_RBS_Parameters(p_project_id

129: , x_return_status
130: , x_msg_count
131: , x_msg_data);
132:
133: Pji_Rep_Util.Derive_Default_RBS_Parameters(p_project_id
134: , l_valid_version_id
135: , x_rbs_version_id
136: , x_rbs_element_id
137: , x_return_status

Line 141: Pji_Rep_Util.Derive_Default_WBS_Parameters(p_project_id

137: , x_return_status
138: , x_msg_count
139: , x_msg_data);
140:
141: Pji_Rep_Util.Derive_Default_WBS_Parameters(p_project_id
142: , l_valid_version_id
143: , x_wbs_version_id
144: , x_wbs_element_id
145: , x_return_status

Line 149: Pji_Rep_Util.Derive_Default_Currency_Info(

145: , x_return_status
146: , x_msg_count
147: , x_msg_data);
148:
149: Pji_Rep_Util.Derive_Default_Currency_Info(
150: p_project_id
151: , x_curr_record_type_id
152: , x_currency_code
153: , l_currency_type

Line 159: Pji_Rep_Util.Derive_Plan_Type_Parameters(

155: , x_msg_count
156: , x_msg_data);
157:
158:
159: Pji_Rep_Util.Derive_Plan_Type_Parameters(
160: p_project_id
161: , p_fin_plan_type_id
162: , x_plan_pref_code
163: , x_budget_forecast_flag

Line 174: x_fbs_expansion_lvl := pji_rep_util.GET_DEFAULT_EXPANSION_LEVEL(p_project_id, 'FT');

170: , x_msg_count
171: , x_msg_data);
172:
173: --Bug 5469672 Derive the default FBS expansion level
174: x_fbs_expansion_lvl := pji_rep_util.GET_DEFAULT_EXPANSION_LEVEL(p_project_id, 'FT');
175:
176: IF x_plan_pref_code = 'COST_AND_REV_SAME' THEN
177: l_version_type := 'ALL';
178: ELSE

Line 183: Pji_Rep_Util.Derive_Version_Parameters(

179: l_version_type := 'COST';
180: END IF;
181:
182: IF (p_cost_version_id IS NOT NULL) AND (p_cost_version_id <>-99) THEN
183: Pji_Rep_Util.Derive_Version_Parameters(
184: p_cost_version_id
185: , x_cost_version_name
186: , x_cost_version_no
187: , x_cost_record_no

Line 193: Pji_Rep_Util.Derive_Fin_Plan_Versions(p_project_id

189: , x_return_status
190: , x_msg_count
191: , x_msg_data);
192:
193: Pji_Rep_Util.Derive_Fin_Plan_Versions(p_project_id
194: ,p_cost_version_id
195: , x_curr_budget_cost_version_id
196: , x_orig_budget_cost_version_id
197: , x_prior_fcst_cost_version_id

Line 231: Pji_Rep_Util.Derive_Version_Parameters(

227: END IF;
228:
229: IF (p_rev_version_id IS NOT NULL) AND (p_rev_version_id <> -99) THEN
230:
231: Pji_Rep_Util.Derive_Version_Parameters(
232: p_rev_version_id
233: , x_rev_version_name
234: , x_rev_version_no
235: , x_rev_record_no

Line 241: Pji_Rep_Util.Derive_Fin_Plan_Versions(p_project_id

237: , x_return_status
238: , x_msg_count
239: , x_msg_data);
240:
241: Pji_Rep_Util.Derive_Fin_Plan_Versions(p_project_id
242: ,p_rev_version_id
243: , x_curr_budget_rev_version_id
244: , x_orig_budget_rev_version_id
245: , x_prior_fcst_rev_version_id

Line 274: Pji_Rep_Util.Derive_Version_Parameters(

270: x_msg_count => x_msg_count,
271: x_msg_data => x_msg_data);
272: END IF;
273:
274: Pji_Rep_Util.Derive_Version_Parameters(
275: p_cost_version_id
276: , x_cost_version_name
277: , x_cost_version_no
278: , x_cost_record_no

Line 284: Pji_Rep_Util.Derive_Fin_Plan_Versions(p_project_id

280: , x_return_status
281: , x_msg_count
282: , x_msg_data);
283:
284: Pji_Rep_Util.Derive_Fin_Plan_Versions(p_project_id
285: ,p_cost_version_id
286: , x_curr_budget_cost_version_id
287: , x_orig_budget_cost_version_id
288: , x_prior_fcst_cost_version_id

Line 305: Pji_Rep_Util.Derive_Vp_Calendar_Info(

301: * time phased code. Whatever the plan version is when we enter the page
302: * we always use the Cost version's calendar infor if both versions are
303: * time phased and they are not the same.
304: */
305: Pji_Rep_Util.Derive_Vp_Calendar_Info(
306: p_project_id
307: , p_cost_version_id
308: , p_rev_version_id
309: , l_context_version_type

Line 318: Pji_Rep_Util.Derive_Slice_Name(

314: , x_msg_count
315: , x_msg_data);
316:
317:
318: Pji_Rep_Util.Derive_Slice_Name(
319: p_project_id
320: , x_calendar_id
321: , x_slice_name
322: , x_return_status

Line 338: Pji_Rep_Util.Derive_VP_Period(

334: , x_curr_budget_rev_version_id
335: , x_prior_fcst_rev_version_id
336: , x_orig_budget_rev_version_id);
337:
338: Pji_Rep_Util.Derive_VP_Period(
339: p_project_id
340: , l_plan_version_ids
341: , x_from_period
342: , x_to_period

Line 367: Pji_Rep_Util.Check_Cross_Org(

363: , X_MSG_COUNT
364: , X_MSG_DATA );
365:
366:
367: Pji_Rep_Util.Check_Cross_Org(
368: P_PROJECT_ID
369: ,X_CROSS_ORG_FLAG
370: , X_RETURN_STATUS
371: , X_MSG_COUNT

Line 403: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_GENERIC_MSG',p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR,p_token1=>'PROC_NAME',p_token1_value=>'Pji_Vp_Rep_Dflt_Params.Derive_Default_Parameters');

399: EXCEPTION
400: WHEN OTHERS THEN
401: x_msg_count := 1;
402: x_return_status := Fnd_Api.G_RET_STS_ERROR;
403: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_GENERIC_MSG',p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR,p_token1=>'PROC_NAME',p_token1_value=>'Pji_Vp_Rep_Dflt_Params.Derive_Default_Parameters');
404: RAISE;
405: END Derive_Default_Parameters;
406:
407: END Pji_Vp_Rep_Dflt_Params;