DBA Data[Home] [Help]

APPS.PA_TIMELINE_PVT dependencies on FND_MSG_PUB

Line 72: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_TIMELINE_PVT',

68: WHEN OTHERS THEN
69: x_msg_count := 1;
70: x_msg_data := sqlerrm;
71: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
72: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_TIMELINE_PVT',
73: p_procedure_name => 'Create_Timeline assignment');
74: RAISE;
75:
76: END create_timeline;

Line 219: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_TIMELINE_PVT',

215: WHEN OTHERS THEN
216: x_msg_count := 1;
217: x_msg_data := sqlerrm;
218: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
219: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_TIMELINE_PVT',
220: p_procedure_name => 'Create_Timeline Resource');
221: RAISE;
222:
223: END Create_Timeline;

Line 299: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_TIMELINE_PVT',

295: WHEN OTHERS THEN
296: x_msg_count := 1;
297: x_msg_data := sqlerrm;
298: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
299: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_TIMELINE_PVT',
300: p_procedure_name => 'Create_Timeline Calendar');
301: RAISE;
302:
303: END Create_Timeline;

Line 346: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_TIMELINE_PVT',

342: WHEN OTHERS THEN
343: x_msg_count := 1;
344: x_msg_data := sqlerrm;
345: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
346: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_TIMELINE_PVT',
347: p_procedure_name => 'Delete_Timeline');
348: RAISE;
349:
350: END Delete_Timeline;

Line 385: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_TIMELINE_PVT',

381: WHEN OTHERS THEN
382: x_msg_count := 1;
383: x_msg_data := sqlerrm;
384: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
385: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_TIMELINE_PVT',
386: p_procedure_name => 'Copy_Open_Asgn_Timeline');
387: RAISE;
388:
389: END copy_open_asgn_timeline;

Line 3096: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_TIMELINE_PVT',

3092: WHEN OTHERS THEN
3093: x_msg_count := 1;
3094: x_msg_data := sqlerrm;
3095: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3096: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_TIMELINE_PVT',
3097: p_procedure_name => 'Poplulate_Time_Chart_Table');
3098: RAISE;
3099:
3100: END populate_time_chart_table;