DBA Data[Home] [Help]

APPS.PJI_REP_WP_DFLT_PARAMS dependencies on PJI_REP_UTIL

Line 93: Pji_Rep_Util.Derive_Prg_Rollup_Flag(

89:
90: -- x_program_flag := 'N'; -- hard-code value to deactivate programs
91:
92: x_program_flag :=
93: Pji_Rep_Util.Derive_Prg_Rollup_Flag(
94: p_project_id
95: );
96:
97: /*

Line 101: Pji_Rep_Util.Populate_WBS_Hierarchy_Cache(

97: /*
98: -- --------------------------
99: -- populate project hierarch cache
100:
101: Pji_Rep_Util.Populate_WBS_Hierarchy_Cache(
102: p_project_id,
103: p_structure_version_id,
104: x_program_flag,
105: 'WORKPLAN',

Line 119: Pji_Rep_Util.Derive_Work_Plan_Versions(

115: -- x_current_version_id --
116: -- x_latest_published_version_id --
117: -- x_baselined_version_id --
118:
119: Pji_Rep_Util.Derive_Work_Plan_Versions(
120: p_project_id,
121: p_structure_version_id,
122: x_current_version_id,
123: x_baselined_version_id,

Line 135: Pji_Rep_Util.Derive_Default_WBS_Parameters(

131: -- ---------------------------
132: -- x_wbs_element_id --
133: -- x_wbs_version_id --
134:
135: Pji_Rep_Util.Derive_Default_WBS_Parameters(
136: p_project_id,
137: x_current_version_id, -- derived
138: x_wbs_version_id,
139: x_wbs_element_id,

Line 150: Pji_Rep_Util.Derive_Default_RBS_Parameters(

146: -- ---------------------------
147: -- x_rbs_element_id --
148: -- x_rbs_version_id --
149:
150: Pji_Rep_Util.Derive_Default_RBS_Parameters(
151: p_project_id,
152: x_current_version_id, -- p_structure_version_id,
153: x_rbs_version_id,
154: x_rbs_element_id,

Line 165: Pji_Rep_Util.Derive_WP_Calendar_Info(

161: -- ---------------------------
162: -- x_calendar_id --
163: -- x_calendar_type --
164:
165: Pji_Rep_Util.Derive_WP_Calendar_Info(
166: p_project_id,
167: x_current_version_id, -- derived
168: x_calendar_id,
169: x_calendar_type,

Line 180: Pji_Rep_Util.get_work_plan_actual_version(

176: -- ---------------------------
177: -- x_actual_version_id --
178:
179: x_actual_version_id :=
180: Pji_Rep_Util.get_work_plan_actual_version(
181: p_project_id
182: );
183:
184:

Line 189: Pji_Rep_Util.Derive_Default_Currency_Info(

185: -- ---------------------------
186: -- x_currency_record_type --
187: -- x_currency_code --
188:
189: Pji_Rep_Util.Derive_Default_Currency_Info(
190: p_project_id,
191: x_currency_record_type,
192: x_currency_code,
193: l_currency_type,

Line 204: Pji_Rep_Util.Derive_WP_Period(

200: -- ---------------------------
201: -- x_from_period
202: -- x_to_period
203:
204: Pji_Rep_Util.Derive_WP_Period(
205: p_project_id,
206: x_latest_published_version_id, -- derived
207: x_current_version_id, -- derived
208: x_from_period,

Line 220: Pji_Rep_Util.Derive_Factorby(

216: -- ---------------------------
217: -- x_factor_by --
218:
219: x_factor_by :=
220: Pji_Rep_Util.Derive_Factorby(
221: p_project_id,
222: --NULL, -- p_fin_plan_type_id
223: x_current_version_id, --bug 3793041
224: x_return_status,

Line 274: Pji_Rep_Util.Derive_Version_Margin_Mask(

270:
271: -- ---------------------------
272: -- x_context_margin_mask
273:
274: Pji_Rep_Util.Derive_Version_Margin_Mask(
275: p_project_id,
276: x_current_version_id,
277: x_context_margin_mask,
278: x_return_status,

Line 335: x_wbs_expansion_lvl := pji_rep_util.GET_DEFAULT_EXPANSION_LEVEL

331:
332: -- ---------------------------
333: -- Get the default expansion levels
334:
335: x_wbs_expansion_lvl := pji_rep_util.GET_DEFAULT_EXPANSION_LEVEL
336: (p_project_id => p_project_id,
337: p_object_type => 'T');
338:
339: x_rbs_expansion_lvl := pji_rep_util.GET_DEFAULT_EXPANSION_LEVEL

Line 339: x_rbs_expansion_lvl := pji_rep_util.GET_DEFAULT_EXPANSION_LEVEL

335: x_wbs_expansion_lvl := pji_rep_util.GET_DEFAULT_EXPANSION_LEVEL
336: (p_project_id => p_project_id,
337: p_object_type => 'T');
338:
339: x_rbs_expansion_lvl := pji_rep_util.GET_DEFAULT_EXPANSION_LEVEL
340: (p_project_id => p_project_id,
341: p_object_type => 'R');
342:
343: exception

Line 349: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_NO_DATA_MSG', p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR, p_token1=>'ITEM_NAME', p_token1_value=>'plan type attributes');

345: when NO_DATA_FOUND
346: then
347: x_msg_count := 1;
348: x_return_status := Fnd_Api.G_RET_STS_ERROR;
349: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_NO_DATA_MSG', p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR, p_token1=>'ITEM_NAME', p_token1_value=>'plan type attributes');
350: when OTHERS
351: then
352: x_msg_count := 1;
353: x_return_status := Fnd_Api.G_RET_STS_ERROR;

Line 354: 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_Rep_Util.Derive_Plan_Type_Parameters');

350: when OTHERS
351: then
352: x_msg_count := 1;
353: x_return_status := Fnd_Api.G_RET_STS_ERROR;
354: 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_Rep_Util.Derive_Plan_Type_Parameters');
355:
356: raise;
357:
358:

Line 459: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_NO_DATA_MSG', p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR, p_token1=>'ITEM_NAME', p_token1_value=>'plan type attributes');

455: when NO_DATA_FOUND
456: then
457: x_msg_count := 1;
458: x_return_status := Fnd_Api.G_RET_STS_ERROR;
459: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_NO_DATA_MSG', p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR, p_token1=>'ITEM_NAME', p_token1_value=>'plan type attributes');
460: when OTHERS
461: then
462: x_msg_count := 1;
463: x_return_status := Fnd_Api.G_RET_STS_ERROR;

Line 464: 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_Rep_Util.Derive_Plan_Type_Parameters');

460: when OTHERS
461: then
462: x_msg_count := 1;
463: x_return_status := Fnd_Api.G_RET_STS_ERROR;
464: 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_Rep_Util.Derive_Plan_Type_Parameters');
465:
466: raise;
467:
468: -- -------------------------------------