DBA Data[Home] [Help]

APPS.PJI_VP_REP_DFLT_PARAMS dependencies on PA_FIN_PLAN_UTILS

Line 205: Pa_Fin_Plan_Utils.Get_Curr_Working_Version_Info(

201:
202: IF ((x_plan_pref_code = 'COST_AND_REV_SEP') AND ((p_rev_version_id IS NULL) OR (p_rev_version_id =-99))) THEN
203:
204: IF (x_cost_budget_status <> 'B') THEN
205: Pa_Fin_Plan_Utils.Get_Curr_Working_Version_Info(
206: p_project_id => p_project_id,
207: p_fin_plan_type_id => p_fin_plan_type_id,
208: p_version_type => 'REVENUE',
209: x_fp_options_id => l_fp_options_id,

Line 215: Pa_Fin_Plan_Utils.Get_Baselined_Version_Info(

211: x_return_status => x_return_status,
212: x_msg_count => x_msg_count,
213: x_msg_data => x_msg_data);
214: ELSE
215: Pa_Fin_Plan_Utils.Get_Baselined_Version_Info(
216: p_project_id => p_project_id,
217: p_fin_plan_type_id => p_fin_plan_type_id,
218: p_version_type => 'REVENUE',
219: x_fp_options_id => l_fp_options_id,

Line 253: Pa_Fin_Plan_Utils.Get_Curr_Working_Version_Info(

249:
250: IF ((x_plan_pref_code = 'COST_AND_REV_SEP') AND ((p_cost_version_id IS NULL) OR (p_cost_version_id =-99))) THEN
251:
252: IF (x_rev_budget_status <> 'B') THEN
253: Pa_Fin_Plan_Utils.Get_Curr_Working_Version_Info(
254: p_project_id => p_project_id,
255: p_fin_plan_type_id => p_fin_plan_type_id,
256: p_version_type => l_version_type,
257: x_fp_options_id => l_fp_options_id,

Line 263: Pa_Fin_Plan_Utils.Get_Baselined_Version_Info(

259: x_return_status => x_return_status,
260: x_msg_count => x_msg_count,
261: x_msg_data => x_msg_data);
262: ELSE
263: Pa_Fin_Plan_Utils.Get_Baselined_Version_Info(
264: p_project_id => p_project_id,
265: p_fin_plan_type_id => p_fin_plan_type_id,
266: p_version_type => l_version_type,
267: x_fp_options_id => l_fp_options_id,

Line 348: Pa_Fin_Plan_Utils.CHECK_IF_PLAN_TYPE_EDITABLE(

344: , x_msg_count
345: , x_msg_data);
346:
347:
348: Pa_Fin_Plan_Utils.CHECK_IF_PLAN_TYPE_EDITABLE(
349: P_PROJECT_ID
350: ,P_FIN_PLAN_TYPE_ID
351: ,l_version_type
352: ,X_COST_EDITABLE_FLAG

Line 357: Pa_Fin_Plan_Utils.CHECK_IF_PLAN_TYPE_EDITABLE(

353: , X_RETURN_STATUS
354: , X_MSG_COUNT
355: , X_MSG_DATA );
356:
357: Pa_Fin_Plan_Utils.CHECK_IF_PLAN_TYPE_EDITABLE(
358: P_PROJECT_ID
359: ,P_FIN_PLAN_TYPE_ID
360: ,'REVENUE'
361: ,X_REV_EDITABLE_FLAG