DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_TYPES_UTILS dependencies on FND_MSG_PUB

Line 6: procedures must make a call to FND_MSG_PUB.initialize.

2: /* $Header: PAFTYPUB.pls 120.1 2005/08/19 16:32:29 mwasowic noship $ */
3:
4: /*********************************************************************
5: Important : The appropriate procedures that make a call to the below
6: procedures must make a call to FND_MSG_PUB.initialize.
7: **********************************************************************/
8:
9: g_module_name VARCHAR2(100) := 'pa.plsql.pa_fin_plan_types_utils';
10:

Line 45: l_msg_count := FND_MSG_PUB.count_msg; --For bug 2625505

41: /*Commenting out this code as it is not used any more (bug 2625505) and
42: initialising
43: l_name_exists to false*/
44: /*
45: l_msg_count := FND_MSG_PUB.count_msg; --For bug 2625505
46: */
47: l_name_exists:=false;
48:
49: Begin

Line 85: /* (FND_MSG_PUB.count_msg = l_msg_count) )THEN*/ --This condition is not used any more (bug 2625505)

81:
82: /*IF (upper(l_language_code) = upper(l_curr_language)) THEN
83: */
84: IF ( (upper(l_language_code) = upper(l_curr_language)) AND
85: /* (FND_MSG_PUB.count_msg = l_msg_count) )THEN*/ --This condition is not used any more (bug 2625505)
86: (l_name_exists=false)) THEN
87: -- This comparison is only required when the
88: -- currently installed language is same as
89: -- base language.

Line 133: l_msg_count := FND_MSG_PUB.count_msg;

129: END;
130: END IF;
131:
132: -- 26-SEP-2002
133: l_msg_count := FND_MSG_PUB.count_msg;
134:
135: if l_msg_count > 0 then
136: if l_msg_count = 1 then
137: PA_INTERFACE_UTILS_PUB.get_messages

Line 160: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FIN_PLAN_TYPES_UTILS',

156: when OTHERS then
157: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
158: x_msg_count := 1;
159: x_msg_data := SQLERRM;
160: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FIN_PLAN_TYPES_UTILS',
161: p_procedure_name => 'name_val');
162: raise FND_API.G_EXC_UNEXPECTED_ERROR;
163: end name_val;
164:

Line 196: l_msg_count := FND_MSG_PUB.count_msg;

192: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
193: p_msg_name => 'PA_INVALID_END_DATE');
194: end if;
195:
196: l_msg_count := FND_MSG_PUB.count_msg;
197:
198: if l_msg_count > 0 then
199: if l_msg_count = 1 then
200: PA_INTERFACE_UTILS_PUB.get_messages

Line 222: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FIN_PLAN_TYPES_UTILS',

218: when OTHERS then
219: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
220: x_msg_count := 1;
221: x_msg_data := SQLERRM;
222: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FIN_PLAN_TYPES_UTILS',
223: p_procedure_name => 'end_date_active_val');
224: raise FND_API.G_EXC_UNEXPECTED_ERROR;
225: end end_date_active_val;
226: ***********************************************************************************/

Line 264: l_msg_count := FND_MSG_PUB.count_msg;

260: p_value1 => p_name);
261:
262: end if;
263:
264: l_msg_count := FND_MSG_PUB.count_msg;
265:
266: if l_msg_count > 0 then
267: if l_msg_count = 1 then
268: PA_INTERFACE_UTILS_PUB.get_messages

Line 290: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FIN_PLAN_TYPES_UTILS',

286: when others then
287: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
288: x_msg_count := 1;
289: x_msg_data := SQLERRM;
290: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FIN_PLAN_TYPES_UTILS',
291: p_procedure_name => 'generated_flag_val');
292: raise FND_API.G_EXC_UNEXPECTED_ERROR;
293: end generated_flag_val;
294:

Line 325: l_msg_count := FND_MSG_PUB.count_msg;

321: p_msg_name =>
322: 'PA_FPTYPE_USED_IN_BILL_NOUPD');
323: end if;
324:
325: l_msg_count := FND_MSG_PUB.count_msg;
326:
327: if l_msg_count > 0 then
328: if l_msg_count = 1 then
329: PA_INTERFACE_UTILS_PUB.get_messages

Line 351: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FIN_PLAN_TYPES_UTILS',

347: when others then
348: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
349: x_msg_count := 1;
350: x_msg_data := SQLERRM;
351: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FIN_PLAN_TYPES_UTILS',
352: p_procedure_name => 'used_in_billing_flag_val');
353: raise FND_API.G_EXC_UNEXPECTED_ERROR;
354: end used_in_billing_flag_val;
355:

Line 380: l_msg_count := FND_MSG_PUB.count_msg;

376: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
377: p_msg_name => 'PA_FPTYPE_IN_USE');
378: end if;
379:
380: l_msg_count := FND_MSG_PUB.count_msg;
381:
382: if l_msg_count > 0 then
383: if l_msg_count = 1 then
384: PA_INTERFACE_UTILS_PUB.get_messages

Line 406: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FIN_PLAN_TYPES_UTILS',

402: when others then
403: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
404: x_msg_count := 1;
405: x_msg_data := SQLERRM;
406: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FIN_PLAN_TYPES_UTILS',
407: p_procedure_name => 'delete_val');
408: raise FND_API.G_EXC_UNEXPECTED_ERROR;
409: end delete_val;
410:

Line 475: l_msg_count := FND_MSG_PUB.count_msg;

471: x_msg_count => x_msg_count,
472: x_msg_data => x_msg_data);
473:
474: ***********************************************************************/
475: l_msg_count := FND_MSG_PUB.count_msg;
476:
477: if l_msg_count > 0 then
478: if l_msg_count = 1 then
479: PA_INTERFACE_UTILS_PUB.get_messages

Line 498: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FIN_PLAN_TYPES_UTILS',

494: when others then
495: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
496: x_msg_count := 1;
497: x_msg_data := SQLERRM;
498: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FIN_PLAN_TYPES_UTILS',
499: p_procedure_name => 'validate');
500: raise FND_API.G_EXC_UNEXPECTED_ERROR;
501: end validate;
502:

Line 720: FND_MSG_PUB.add_exc_msg( p_pkg_name

716: IF l_debug_mode = 'Y' THEN
717: pa_debug.reset_curr_function;
718: END IF;
719:
720: FND_MSG_PUB.add_exc_msg( p_pkg_name
721: => 'PA_FIN_PLAN_TYPES_UTILS'
722: ,p_procedure_name
723: => 'Get_concate_statuses');
724: RAISE;

Line 804: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FIN_PLAN_TYPES_UTILS',

800: WHEN OTHERS THEN
801: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
802: x_msg_count := 1;
803: x_msg_data := SQLERRM;
804: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FIN_PLAN_TYPES_UTILS',
805: p_procedure_name => 'get_workplan_pt_details');
806: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
807:
808: END GET_WORKPLAN_PT_DETAILS;