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

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

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

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

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

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

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

3147: WHEN OTHERS THEN
3148: x_msg_count := 1;
3149: x_msg_data := sqlerrm;
3150: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3151: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_TIMELINE_PVT',
3152: p_procedure_name => 'Poplulate_Time_Chart_Table');
3153: RAISE;
3154:
3155: END populate_time_chart_table;