DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_MAINT_VER_GLOBAL dependencies on FND_MSG_PUB

Line 65: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_FIN_PLAN_MAIN_VER_GLOBAL',

61: when others then
62: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
63: x_msg_count := 1;
64: x_msg_data := SQLERRM;
65: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_FIN_PLAN_MAIN_VER_GLOBAL',
66: p_procedure_name => 'set_global_finplan_security');
67:
68: end set_global_finplan_security;
69:

Line 101: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_FIN_PLAN_MAIN_VER_GLOBAL',

97: when others then
98: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
99: x_msg_count := 1;
100: x_msg_data := SQLERRM;
101: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_FIN_PLAN_MAIN_VER_GLOBAL',
102: p_procedure_name => 'set_global_values');
103: end set_global_values;
104: /* ---------------------------------------------------------------- */
105:

Line 284: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fin_plan_maint_ver_global',

280: when others then
281: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
282: x_msg_count := 1;
283: x_msg_data := SQLERRM;
284: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fin_plan_maint_ver_global',
285: p_procedure_name => 'Maintain_Versions_Init');
286: raise FND_API.G_EXC_UNEXPECTED_ERROR;
287: end Maintain_Versions_Init;
288:

Line 339: x_msg_count := FND_MSG_PUB.Count_Msg;

335: x_return_status := FND_API.G_RET_STS_SUCCESS;
336: else
337: rollback to create_working_copy;
338: x_return_status := FND_API.G_RET_STS_ERROR;
339: x_msg_count := FND_MSG_PUB.Count_Msg;
340: if x_msg_count = 1 then
341: PA_INTERFACE_UTILS_PUB.get_messages
342: (p_encoded => FND_API.G_TRUE,
343: p_msg_index => 1,

Line 354: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fin_plan_maint_ver_global',

350: when others then
351: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
352: x_msg_count := 1;
353: x_msg_data := SQLERRM;
354: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fin_plan_maint_ver_global',
355: p_procedure_name => 'Create_Working_Copy');
356: raise FND_API.G_EXC_UNEXPECTED_ERROR;
357: END Create_Working_Copy;
358:

Line 392: x_msg_count := FND_MSG_PUB.Count_Msg;

388: x_msg_count => l_msg_count,
389: x_msg_data => l_msg_data);
390: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
391: x_return_status := FND_API.G_RET_STS_ERROR;
392: x_msg_count := FND_MSG_PUB.Count_Msg;
393: if x_msg_count = 1 then
394: PA_INTERFACE_UTILS_PUB.get_messages
395: (p_encoded => FND_API.G_TRUE,
396: p_msg_index => 1,

Line 407: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fin_plan_maint_ver_global',

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