DBA Data[Home] [Help]

APPS.PA_PAGE_LAYOUT_PUB dependencies on PA_DEBUG

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 132: PA_DEBUG.Reset_Err_Stack;

128: );
129: END IF;
130:
131: -- Reset the error stack when returning to the calling program
132: PA_DEBUG.Reset_Err_Stack;
133:
134: --commit;
135:
136: -- Put any message text from message stack into the Message ARRAY

Line 144: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

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
148:

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 235: PA_DEBUG.Reset_Err_Stack;

231: END IF;
232:
233:
234: -- Reset the error stack when returning to the calling program
235: PA_DEBUG.Reset_Err_Stack;
236:
237:
238: -- Put any message text from message stack into the Message ARRAY
239: EXCEPTION

Line 244: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

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
248: --

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 315: PA_DEBUG.Reset_Err_Stack;

311: END IF;
312:
313:
314: -- Reset the error stack when returning to the calling program
315: PA_DEBUG.Reset_Err_Stack;
316:
317:
318: EXCEPTION
319: WHEN OTHERS THEN

Line 325: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

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
329:

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 432: PA_DEBUG.Reset_Err_Stack;

428: );
429: END IF;
430:
431: -- Reset the error stack when returning to the calling program
432: PA_DEBUG.Reset_Err_Stack;
433:
434: --commit;
435:
436: -- Put any message text from message stack into the Message ARRAY

Line 443: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

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
447:

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 514: PA_DEBUG.Reset_Err_Stack;

510: END IF;
511:
512:
513: -- Reset the error stack when returning to the calling program
514: PA_DEBUG.Reset_Err_Stack;
515:
516:
517: -- Put any message text from message stack into the Message ARRAY
518: EXCEPTION

Line 523: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

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
527: --

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 594: PA_DEBUG.Reset_Err_Stack;

590: END IF;
591:
592:
593: -- Reset the error stack when returning to the calling program
594: PA_DEBUG.Reset_Err_Stack;
595:
596:
597: -- Put any message text from message stack into the Message ARRAY
598: EXCEPTION

Line 603: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

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
607: --

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 674: PA_DEBUG.Reset_Err_Stack;

670: END IF;
671:
672:
673: -- Reset the error stack when returning to the calling program
674: PA_DEBUG.Reset_Err_Stack;
675:
676:
677: -- Put any message text from message stack into the Message ARRAY
678: EXCEPTION

Line 683: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

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
687: --