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 273: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fin_plan_maint_ver_global',

269: when others then
270: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
271: x_msg_count := 1;
272: x_msg_data := SQLERRM;
273: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fin_plan_maint_ver_global',
274: p_procedure_name => 'Maintain_Versions_Init');
275: raise FND_API.G_EXC_UNEXPECTED_ERROR;
276: end Maintain_Versions_Init;
277:

Line 328: x_msg_count := FND_MSG_PUB.Count_Msg;

324: x_return_status := FND_API.G_RET_STS_SUCCESS;
325: else
326: rollback to create_working_copy;
327: x_return_status := FND_API.G_RET_STS_ERROR;
328: x_msg_count := FND_MSG_PUB.Count_Msg;
329: if x_msg_count = 1 then
330: PA_INTERFACE_UTILS_PUB.get_messages
331: (p_encoded => FND_API.G_TRUE,
332: p_msg_index => 1,

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

339: when others then
340: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
341: x_msg_count := 1;
342: x_msg_data := SQLERRM;
343: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fin_plan_maint_ver_global',
344: p_procedure_name => 'Create_Working_Copy');
345: raise FND_API.G_EXC_UNEXPECTED_ERROR;
346: END Create_Working_Copy;
347:

Line 381: x_msg_count := FND_MSG_PUB.Count_Msg;

377: x_msg_count => l_msg_count,
378: x_msg_data => l_msg_data);
379: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
380: x_return_status := FND_API.G_RET_STS_ERROR;
381: x_msg_count := FND_MSG_PUB.Count_Msg;
382: if x_msg_count = 1 then
383: PA_INTERFACE_UTILS_PUB.get_messages
384: (p_encoded => FND_API.G_TRUE,
385: p_msg_index => 1,

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

392: when others then
393: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
394: x_msg_count := 1;
395: x_msg_data := SQLERRM;
396: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fin_plan_maint_ver_global',
397: p_procedure_name => 'Resubmit_Concurrent_Process');
398: raise FND_API.G_EXC_UNEXPECTED_ERROR;
399: END Resubmit_Concurrent_Process;
400: