DBA Data[Home] [Help]

APPS.PJI_REP_PRF_DFLT_PARAMS dependencies on PJI_REP_UTIL

Line 75: Pji_Rep_Util.Derive_Default_Plan_Type_Ids(p_project_id

71: /* This call has to appear as the first one because we do a fnd_initialize
72: * at the end to avoid error from PA api
73: */
74:
75: Pji_Rep_Util.Derive_Default_Plan_Type_Ids(p_project_id
76: , x_cstforecast_plan_type_id
77: , x_cstbudget_plan_type_id
78: , x_cstbudget2_plan_type_id
79: , x_revforecast_plan_type_id

Line 85: Pji_Rep_Util.Validate_Plan_Type(p_project_id

81: , x_revbudget2_plan_type_id
82: , x_return_status, x_msg_count, x_msg_data);
83:
84: IF p_calling_type = 'PJI' THEN
85: Pji_Rep_Util.Validate_Plan_Type(p_project_id
86: , p_cstbudget_plan_type_id
87: , x_cstbudget_plan_type_id
88: , x_return_status, x_msg_count, x_msg_data);
89: Pji_Rep_Util.Validate_Plan_Type(p_project_id

Line 89: Pji_Rep_Util.Validate_Plan_Type(p_project_id

85: Pji_Rep_Util.Validate_Plan_Type(p_project_id
86: , p_cstbudget_plan_type_id
87: , x_cstbudget_plan_type_id
88: , x_return_status, x_msg_count, x_msg_data);
89: Pji_Rep_Util.Validate_Plan_Type(p_project_id
90: , p_revbudget_plan_type_id
91: , x_revbudget_plan_type_id
92: , x_return_status, x_msg_count, x_msg_data);
93: Pji_Rep_Util.Validate_Plan_Type(p_project_id

Line 93: Pji_Rep_Util.Validate_Plan_Type(p_project_id

89: Pji_Rep_Util.Validate_Plan_Type(p_project_id
90: , p_revbudget_plan_type_id
91: , x_revbudget_plan_type_id
92: , x_return_status, x_msg_count, x_msg_data);
93: Pji_Rep_Util.Validate_Plan_Type(p_project_id
94: , p_cstforecast_plan_type_id
95: , x_cstforecast_plan_type_id
96: , x_return_status, x_msg_count, x_msg_data);
97: Pji_Rep_Util.Validate_Plan_Type(p_project_id

Line 97: Pji_Rep_Util.Validate_Plan_Type(p_project_id

93: Pji_Rep_Util.Validate_Plan_Type(p_project_id
94: , p_cstforecast_plan_type_id
95: , x_cstforecast_plan_type_id
96: , x_return_status, x_msg_count, x_msg_data);
97: Pji_Rep_Util.Validate_Plan_Type(p_project_id
98: , p_revforecast_plan_type_id
99: , x_revforecast_plan_type_id
100: , x_return_status, x_msg_count, x_msg_data);
101: END IF;

Line 103: Pji_Rep_Util.Derive_Plan_Version_Ids(p_project_id

99: , x_revforecast_plan_type_id
100: , x_return_status, x_msg_count, x_msg_data);
101: END IF;
102:
103: Pji_Rep_Util.Derive_Plan_Version_Ids(p_project_id
104: , x_cstforecast_plan_type_id
105: , x_cstbudget_plan_type_id
106: , x_cstbudget2_plan_type_id
107: , x_revforecast_plan_type_id

Line 124: x_actual_version_id := Pji_Rep_Util.Get_Fin_Plan_Actual_Version(p_project_id);

120: , x_prior_cstforecast_version_id
121: , x_prior_revforecast_version_id
122: , x_return_status, x_msg_count, x_msg_data);
123:
124: x_actual_version_id := Pji_Rep_Util.Get_Fin_Plan_Actual_Version(p_project_id);
125:
126:
127: IF p_calling_type = 'PJI' THEN
128: --Bug 5593229

Line 132: Pji_Rep_Util.Derive_Pji_Calendar_Info(p_project_id

128: --Bug 5593229
129:
130: x_calendar_type := NVL(Fnd_Profile.value('PJI_DEF_RPT_CAL_TYPE'), 'E');
131:
132: Pji_Rep_Util.Derive_Pji_Calendar_Info(p_project_id
133: , p_period_type
134: , p_as_of_date
135: , x_calendar_type
136: , x_calendar_id

Line 145: Pji_Rep_Util.Derive_Default_Calendar_Info(p_project_id

141: , x_msg_count
142: , x_msg_data);
143:
144: ELSE
145: Pji_Rep_Util.Derive_Default_Calendar_Info(p_project_id
146: , x_calendar_type
147: , x_calendar_id
148: , x_period_name
149: , x_report_date_julian

Line 157: Pji_Rep_Util.Derive_Pji_Currency_Info(p_project_id

153: , x_msg_data);
154: END IF;
155:
156: IF p_calling_type = 'PJI' THEN
157: Pji_Rep_Util.Derive_Pji_Currency_Info(p_project_id
158: , p_currency_record_type
159: , x_currency_record_type, x_currency_code, x_currency_type
160: , x_return_status, x_msg_count, x_msg_data);
161: ELSE

Line 162: Pji_Rep_Util.Derive_Perf_Currency_Info(p_project_id

158: , p_currency_record_type
159: , x_currency_record_type, x_currency_code, x_currency_type
160: , x_return_status, x_msg_count, x_msg_data);
161: ELSE
162: Pji_Rep_Util.Derive_Perf_Currency_Info(p_project_id
163: , x_currency_record_type, x_currency_code, x_currency_type
164: , x_return_status, x_msg_count, x_msg_data);
165: END IF;
166:

Line 167: x_prg_display := Pji_Rep_Util.Derive_Prg_rollup_flag(p_project_id);

163: , x_currency_record_type, x_currency_code, x_currency_type
164: , x_return_status, x_msg_count, x_msg_data);
165: END IF;
166:
167: x_prg_display := Pji_Rep_Util.Derive_Prg_rollup_flag(p_project_id);
168:
169: IF (x_prg_display = 'N') OR (p_prg_rollup = 'N') THEN
170: p_prg_rollup := 'N';
171: ELSE

Line 175: Pji_Rep_Util.Derive_Perf_RBS_Parameters(p_project_id

171: ELSE
172: p_prg_rollup := 'Y';
173: END IF;
174:
175: Pji_Rep_Util.Derive_Perf_RBS_Parameters(p_project_id
176: , x_cstbudget_version_id
177: , p_prg_rollup
178: , x_RBS_Version_ID, x_RBS_Element_Id
179: , x_return_status, x_msg_count, x_msg_data);

Line 197: x_Factor_By := Pji_Rep_Util.Derive_Factorby(p_project_id

193: ELSE
194: l_context_plan_version := x_actual_version_id;
195: END IF;
196:
197: x_Factor_By := Pji_Rep_Util.Derive_Factorby(p_project_id
198: , NULL -- bug 3793041
199: , x_return_status, x_msg_count, x_Msg_Data);
200:
201: x_Effort_UOM := Pji_Rep_Util.get_effort_uom(p_project_id);

Line 201: x_Effort_UOM := Pji_Rep_Util.get_effort_uom(p_project_id);

197: x_Factor_By := Pji_Rep_Util.Derive_Factorby(p_project_id
198: , NULL -- bug 3793041
199: , x_return_status, x_msg_count, x_Msg_Data);
200:
201: x_Effort_UOM := Pji_Rep_Util.get_effort_uom(p_project_id);
202: x_task_ref_flag := 'TS';
203: x_time_slice := 1376;
204: x_page_links_selection := 'PROJ_OVERVIEW';
205:

Line 227: Pji_Rep_Util.Derive_Perf_Period(p_project_id, l_plan_version_ids

223: l_plan_version_ids(14) := -3;
224: l_plan_version_ids(15) := -4;
225: END IF;
226:
227: Pji_Rep_Util.Derive_Perf_Period(p_project_id, l_plan_version_ids
228: , x_from_period, x_to_period, x_return_status, x_msg_count, x_Msg_Data);
229:
230: BEGIN
231: x_wbs_version_id := PA_PROJECT_STRUCTURE_UTILS.GET_LATEST_FIN_STRUC_VER_ID(p_project_id);

Line 241: x_return_status := Pji_Rep_Util.G_RET_STS_WARNING;

237: EXCEPTION
238: WHEN NO_DATA_FOUND THEN
239: IF (x_wbs_version_id IS NOT NULL) THEN
240: x_msg_count := x_msg_count + 1;
241: x_return_status := Pji_Rep_Util.G_RET_STS_WARNING;
242: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_SYSTEM_ERROR', p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR,p_token1=>'TOKEN_NAME',p_token1_value=>'WBS ELEMENT');
243: END IF;
244: END;
245:

Line 242: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_SYSTEM_ERROR', p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR,p_token1=>'TOKEN_NAME',p_token1_value=>'WBS ELEMENT');

238: WHEN NO_DATA_FOUND THEN
239: IF (x_wbs_version_id IS NOT NULL) THEN
240: x_msg_count := x_msg_count + 1;
241: x_return_status := Pji_Rep_Util.G_RET_STS_WARNING;
242: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_SYSTEM_ERROR', p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR,p_token1=>'TOKEN_NAME',p_token1_value=>'WBS ELEMENT');
243: END IF;
244: END;
245:
246: -- in case there is valid version retrieved and there is no actual.

Line 248: Pji_Rep_Util.Derive_WP_WBS_Parameters(p_project_id

244: END;
245:
246: -- in case there is valid version retrieved and there is no actual.
247: IF x_wbs_version_id IS NULL THEN
248: Pji_Rep_Util.Derive_WP_WBS_Parameters(p_project_id
249: , x_WBS_Version_ID, x_WBS_Element_Id
250: , x_return_status, x_msg_count, x_msg_data);
251: END IF;
252:

Line 253: Pji_Rep_Util.Derive_Project_Type(p_project_id

249: , x_WBS_Version_ID, x_WBS_Element_Id
250: , x_return_status, x_msg_count, x_msg_data);
251: END IF;
252:
253: Pji_Rep_Util.Derive_Project_Type(p_project_id
254: , x_project_type
255: , x_return_status
256: , x_msg_count
257: , x_msg_data);

Line 259: Pji_Rep_Util.Check_Proj_Type_Consistency(p_project_id

255: , x_return_status
256: , x_msg_count
257: , x_msg_data);
258:
259: Pji_Rep_Util.Check_Proj_Type_Consistency(p_project_id
260: , x_wbs_version_id
261: , 'FINANCIAL'
262: , x_ptc_flag
263: , x_return_status

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

264: , x_msg_count
265: , x_msg_data);
266:
267: --Bug 5469672 Derive the default FBS expansion level
268: x_fbs_expansion_lvl := pji_rep_util.GET_DEFAULT_EXPANSION_LEVEL(p_project_id, 'FT');
269:
270: END derive_dflt_params;
271:
272: END Pji_Rep_Prf_Dflt_Params;