DBA Data[Home] [Help]

APPS.PA_PAGE_LAYOUT_PUB dependencies on PA_PAGE_LAYOUT_PUB

Line 1: package body PA_PAGE_LAYOUT_PUB as

1: package body PA_PAGE_LAYOUT_PUB as
2: /* $Header: PAPRPLPB.pls 120.1 2005/08/19 16:44:41 mwasowic noship $ */
3:
4: --History
5: -- 16-Feb-2004 svenketa - Modified, Added a parameter p_function_name for create and update.

Line 57: PA_DEBUG.init_err_stack('PA_PAGE_LAYOUT_PUB.Create_Page_Layout');

53:
54: BEGIN
55:
56: -- Initialize the Error Stack
57: PA_DEBUG.init_err_stack('PA_PAGE_LAYOUT_PUB.Create_Page_Layout');
58:
59: -- Initialize the return status to success
60: x_return_status := FND_API.G_RET_STS_SUCCESS;
61:

Line 143: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PAGE_LAYOUT_PUB.Create_Page_Layout'

139: WHEN OTHERS THEN
140: rollback;
141:
142: -- Set the excetption Message and the stack
143: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PAGE_LAYOUT_PUB.Create_Page_Layout'
144: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
145: --
146: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
147: RAISE; -- This is optional depending on the needs

Line 185: PA_DEBUG.init_err_stack('PA_PAGE_LAYOUT_PUB.Update_Page_Layout');

181: l_msg_index_out NUMBER;
182: BEGIN
183:
184: -- Initialize the Error Stack
185: PA_DEBUG.init_err_stack('PA_PAGE_LAYOUT_PUB.Update_Page_Layout');
186:
187: -- Initialize the return status to success
188: x_return_status := FND_API.G_RET_STS_SUCCESS;
189:

Line 243: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PAGE_LAYOUT_PUB.Update_Page_Layout'

239: EXCEPTION
240: WHEN OTHERS THEN
241:
242: -- Set the exception Message and the stack
243: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PAGE_LAYOUT_PUB.Update_Page_Layout'
244: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
245: --
246: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
247: RAISE; -- This is optional depending on the needs

Line 275: PA_DEBUG.init_err_stack('PA_PAGE_LAYOUT_PUB.Delete_Page_Layout');

271:
272: BEGIN
273:
274: -- Initialize the Error Stack
275: PA_DEBUG.init_err_stack('PA_PAGE_LAYOUT_PUB.Delete_Page_Layout');
276:
277: x_return_status := FND_API.G_RET_STS_SUCCESS;
278:
279: --Clear the global PL/SQL message table

Line 324: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PAGE_LAYOUT_PUB.Delete_Page_Layout'

320:
321: rollback;
322:
323: -- Set the excetption Message and the stack
324: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PAGE_LAYOUT_PUB.Delete_Page_Layout'
325: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
326: --
327: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
328: RAISE; -- This is optional depending on the needs

Line 372: PA_DEBUG.init_err_stack('PA_PAGE_LAYOUT_PUB.Add_Page_Region');

368:
369: BEGIN
370:
371: -- Initialize the Error Stack
372: PA_DEBUG.init_err_stack('PA_PAGE_LAYOUT_PUB.Add_Page_Region');
373:
374: -- Initialize the return status to success
375: x_return_status := FND_API.G_RET_STS_SUCCESS;
376:

Line 442: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PAGE_LAYOUT_PUB.ADD_Page_Region'

438: WHEN OTHERS THEN
439: rollback;
440:
441: -- Set the excetption Message and the stack
442: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PAGE_LAYOUT_PUB.ADD_Page_Region'
443: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
444: --
445: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
446: RAISE; -- This is optional depending on the needs

Line 471: PA_DEBUG.init_err_stack('PA_PAGE_LAYOUT_PUB.Delete_Page_Region');

467: l_msg_index_out NUMBER;
468: BEGIN
469:
470: -- Initialize the Error Stack
471: PA_DEBUG.init_err_stack('PA_PAGE_LAYOUT_PUB.Delete_Page_Region');
472:
473: -- Initialize the return status to success
474: x_return_status := FND_API.G_RET_STS_SUCCESS;
475:

Line 522: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PAGE_LAYOUT_PUB.Delete_Page_Region'

518: EXCEPTION
519: WHEN OTHERS THEN
520:
521: -- Set the exception Message and the stack
522: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PAGE_LAYOUT_PUB.Delete_Page_Region'
523: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
524: --
525: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
526: RAISE; -- This is optional depending on the needs

Line 551: PA_DEBUG.init_err_stack('PA_PAGE_LAYOUT_PUB.Delete_All_Page_Region');

547: l_msg_index_out NUMBER;
548: BEGIN
549:
550: -- Initialize the Error Stack
551: PA_DEBUG.init_err_stack('PA_PAGE_LAYOUT_PUB.Delete_All_Page_Region');
552:
553: -- Initialize the return status to success
554: x_return_status := FND_API.G_RET_STS_SUCCESS;
555:

Line 602: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PAGE_LAYOUT_PUB.Delete_All_Page_Region'

598: EXCEPTION
599: WHEN OTHERS THEN
600:
601: -- Set the exception Message and the stack
602: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PAGE_LAYOUT_PUB.Delete_All_Page_Region'
603: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
604: --
605: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
606: RAISE; -- This is optional depending on the needs

Line 631: PA_DEBUG.init_err_stack('PA_PAGE_LAYOUT_PUB.Delete_All_link_Page_Region');

627: l_msg_index_out NUMBER;
628: BEGIN
629:
630: -- Initialize the Error Stack
631: PA_DEBUG.init_err_stack('PA_PAGE_LAYOUT_PUB.Delete_All_link_Page_Region');
632:
633: -- Initialize the return status to success
634: x_return_status := FND_API.G_RET_STS_SUCCESS;
635:

Line 682: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PAGE_LAYOUT_PUB.Delete_All_link_Page_Region'

678: EXCEPTION
679: WHEN OTHERS THEN
680:
681: -- Set the exception Message and the stack
682: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PAGE_LAYOUT_PUB.Delete_All_link_Page_Region'
683: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
684: --
685: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
686: RAISE; -- This is optional depending on the needs

Line 692: END PA_PAGE_LAYOUT_PUB;

688:
689: END delete_all_link_page_region;
690:
691:
692: END PA_PAGE_LAYOUT_PUB;