DBA Data[Home] [Help]

APPS.PA_STATUS_LISTS_PVT dependencies on PA_STATUS_LISTS_PVT

Line 1: PACKAGE BODY pa_status_lists_pvt AS

1: PACKAGE BODY pa_status_lists_pvt AS
2: /* $Header: PACISLVB.pls 120.1 2005/08/19 16:18:39 mwasowic noship $ */
3:
4:
5: -- --------------------------------------------------------------------------

Line 72: PA_DEBUG.init_err_stack('PA_STATUS_LISTS_PVT.Insert_Row');

68:
69: BEGIN
70:
71: -- Initialize the Error Stack
72: PA_DEBUG.init_err_stack('PA_STATUS_LISTS_PVT.Insert_Row');
73: x_msg_count := 0;
74: x_msg_data := NULL;
75:
76: -- Initialize the return status to success

Line 150: PA_DEBUG.init_err_stack('PA_STATUS_LISTS_PVT.Update_Row');

146: l_debug_level5 CONSTANT NUMBER := 5;
147: BEGIN
148: savepoint UpdateSL;
149: -- Initialize the Error Stack
150: PA_DEBUG.init_err_stack('PA_STATUS_LISTS_PVT.Update_Row');
151: x_msg_count := 0;
152: x_msg_data := NULL;
153:
154: -- Initialize the return status to success

Line 237: (p_pkg_name => 'PA_STATUS_LISTS_PVT'

233: x_msg_count := 1;
234: x_msg_data := substr(SQLERRM,1,240);
235: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
236: FND_MSG_PUB.add_exc_msg
237: (p_pkg_name => 'PA_STATUS_LISTS_PVT'
238: , p_procedure_name => PA_DEBUG.G_Err_Stack
239: , p_error_text => substr(SQLERRM,1,240));
240: rollback to UpdateSL;
241: RAISE;

Line 280: PA_DEBUG.init_err_stack('PA_STATUS_LISTS_PVT.Delete_Row');

276: savepoint DeleteSL;
277:
278:
279: -- Initialize the Error Stack
280: PA_DEBUG.init_err_stack('PA_STATUS_LISTS_PVT.Delete_Row');
281: x_msg_count := 0;
282: x_msg_data := NULL;
283:
284: -- Initialize the return status to success

Line 332: (p_pkg_name => 'PA_STATUS_LISTS_PVT'

328: x_msg_count := 1;
329: x_msg_data := substr(SQLERRM,1,240);
330: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
331: FND_MSG_PUB.add_exc_msg
332: (p_pkg_name => 'PA_STATUS_LISTS_PVT'
333: , p_procedure_name => PA_DEBUG.G_Err_Stack
334: , p_error_text => substr(SQLERRM,1,240));
335: rollback to DeleteSL;
336: RAISE;

Line 341: END pa_status_lists_pvt;

337:
338: END DeleteStatusList;
339:
340:
341: END pa_status_lists_pvt;