DBA Data[Home] [Help]

APPS.PJI_VP_REP_DFLT_PARAMS dependencies on PJI_REP_UTIL

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

92: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
93: END IF;
94:
95:
96: x_actual_version_id := Pji_Rep_Util.get_fin_plan_actual_version(p_project_id);
97:
98: IF (p_cost_version_id IS NOT NULL) AND (p_cost_version_id <> -99) THEN
99: l_valid_version_id := p_cost_version_id;
100: l_context_version_type := 'COST';

Line 107: x_factor_by := Pji_Rep_Util.Derive_Factorby(

103: l_context_version_type := 'REVENUE';
104: END IF;
105:
106:
107: x_factor_by := Pji_Rep_Util.Derive_Factorby(
108: p_project_id
109: , l_valid_version_id -- bug 3793041
110: , x_return_status
111: , x_msg_count

Line 114: Pji_Rep_Util.Derive_Default_RBS_Parameters(p_project_id

110: , x_return_status
111: , x_msg_count
112: , x_msg_data);
113:
114: Pji_Rep_Util.Derive_Default_RBS_Parameters(p_project_id
115: , l_valid_version_id
116: , x_rbs_version_id
117: , x_rbs_element_id
118: , x_return_status

Line 122: Pji_Rep_Util.Derive_Default_WBS_Parameters(p_project_id

118: , x_return_status
119: , x_msg_count
120: , x_msg_data);
121:
122: Pji_Rep_Util.Derive_Default_WBS_Parameters(p_project_id
123: , l_valid_version_id
124: , x_wbs_version_id
125: , x_wbs_element_id
126: , x_return_status

Line 130: Pji_Rep_Util.Derive_Default_Currency_Info(

126: , x_return_status
127: , x_msg_count
128: , x_msg_data);
129:
130: Pji_Rep_Util.Derive_Default_Currency_Info(
131: p_project_id
132: , x_curr_record_type_id
133: , x_currency_code
134: , l_currency_type

Line 140: Pji_Rep_Util.Derive_Plan_Type_Parameters(

136: , x_msg_count
137: , x_msg_data);
138:
139:
140: Pji_Rep_Util.Derive_Plan_Type_Parameters(
141: p_project_id
142: , p_fin_plan_type_id
143: , x_plan_pref_code
144: , x_budget_forecast_flag

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

151: , x_msg_count
152: , x_msg_data);
153:
154: --Bug 5469672 Derive the default FBS expansion level
155: x_fbs_expansion_lvl := pji_rep_util.GET_DEFAULT_EXPANSION_LEVEL(p_project_id, 'FT');
156:
157: IF x_plan_pref_code = 'COST_AND_REV_SAME' THEN
158: l_version_type := 'ALL';
159: ELSE

Line 164: Pji_Rep_Util.Derive_Version_Parameters(

160: l_version_type := 'COST';
161: END IF;
162:
163: IF (p_cost_version_id IS NOT NULL) AND (p_cost_version_id <>-99) THEN
164: Pji_Rep_Util.Derive_Version_Parameters(
165: p_cost_version_id
166: , x_cost_version_name
167: , x_cost_version_no
168: , x_cost_record_no

Line 174: Pji_Rep_Util.Derive_Fin_Plan_Versions(p_project_id

170: , x_return_status
171: , x_msg_count
172: , x_msg_data);
173:
174: Pji_Rep_Util.Derive_Fin_Plan_Versions(p_project_id
175: ,p_cost_version_id
176: , x_curr_budget_cost_version_id
177: , x_orig_budget_cost_version_id
178: , x_prior_fcst_cost_version_id

Line 212: Pji_Rep_Util.Derive_Version_Parameters(

208: END IF;
209:
210: IF (p_rev_version_id IS NOT NULL) AND (p_rev_version_id <> -99) THEN
211:
212: Pji_Rep_Util.Derive_Version_Parameters(
213: p_rev_version_id
214: , x_rev_version_name
215: , x_rev_version_no
216: , x_rev_record_no

Line 222: Pji_Rep_Util.Derive_Fin_Plan_Versions(p_project_id

218: , x_return_status
219: , x_msg_count
220: , x_msg_data);
221:
222: Pji_Rep_Util.Derive_Fin_Plan_Versions(p_project_id
223: ,p_rev_version_id
224: , x_curr_budget_rev_version_id
225: , x_orig_budget_rev_version_id
226: , x_prior_fcst_rev_version_id

Line 255: Pji_Rep_Util.Derive_Version_Parameters(

251: x_msg_count => x_msg_count,
252: x_msg_data => x_msg_data);
253: END IF;
254:
255: Pji_Rep_Util.Derive_Version_Parameters(
256: p_cost_version_id
257: , x_cost_version_name
258: , x_cost_version_no
259: , x_cost_record_no

Line 265: Pji_Rep_Util.Derive_Fin_Plan_Versions(p_project_id

261: , x_return_status
262: , x_msg_count
263: , x_msg_data);
264:
265: Pji_Rep_Util.Derive_Fin_Plan_Versions(p_project_id
266: ,p_cost_version_id
267: , x_curr_budget_cost_version_id
268: , x_orig_budget_cost_version_id
269: , x_prior_fcst_cost_version_id

Line 286: Pji_Rep_Util.Derive_Vp_Calendar_Info(

282: * time phased code. Whatever the plan version is when we enter the page
283: * we always use the Cost version's calendar infor if both versions are
284: * time phased and they are not the same.
285: */
286: Pji_Rep_Util.Derive_Vp_Calendar_Info(
287: p_project_id
288: , p_cost_version_id
289: , p_rev_version_id
290: , l_context_version_type

Line 299: Pji_Rep_Util.Derive_Slice_Name(

295: , x_msg_count
296: , x_msg_data);
297:
298:
299: Pji_Rep_Util.Derive_Slice_Name(
300: p_project_id
301: , x_calendar_id
302: , x_slice_name
303: , x_return_status

Line 319: Pji_Rep_Util.Derive_VP_Period(

315: , x_curr_budget_rev_version_id
316: , x_prior_fcst_rev_version_id
317: , x_orig_budget_rev_version_id);
318:
319: Pji_Rep_Util.Derive_VP_Period(
320: p_project_id
321: , l_plan_version_ids
322: , x_from_period
323: , x_to_period

Line 348: Pji_Rep_Util.Check_Cross_Org(

344: , X_MSG_COUNT
345: , X_MSG_DATA );
346:
347:
348: Pji_Rep_Util.Check_Cross_Org(
349: P_PROJECT_ID
350: ,X_CROSS_ORG_FLAG
351: , X_RETURN_STATUS
352: , X_MSG_COUNT

Line 371: 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');

367: EXCEPTION
368: WHEN OTHERS THEN
369: x_msg_count := 1;
370: x_return_status := Fnd_Api.G_RET_STS_ERROR;
371: 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');
372: RAISE;
373: END Derive_Default_Parameters;
374:
375: END Pji_Vp_Rep_Dflt_Params;