DBA Data[Home] [Help]

APPS.PA_PROJECT_REQUEST_PUB dependencies on PA_DEBUG

Line 75: PA_DEBUG.init_err_stack('PA_PROJECT_REQUEST_PUB.create_project_request');

71:
72: PA_PROJECT_REQUEST_PVT.debug('PA_PROJECT_REQUESTS_PUB.create_project_request.begin');
73:
74: -- Initialize the Error Stack
75: PA_DEBUG.init_err_stack('PA_PROJECT_REQUEST_PUB.create_project_request');
76:
77:
78: -- Initialize the return status to success
79: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 228: PA_DEBUG.Reset_Err_Stack;

224:
225:
226: -- Reset the error stack when returning to the calling program
227:
228: PA_DEBUG.Reset_Err_Stack;
229:
230: EXCEPTION
231: WHEN l_check_status_err THEN
232: PA_UTILS.Add_Message('PA', l_error_message_code);

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

259: x_msg_data := substr(SQLERRM,1,240);
260:
261: -- Set the excetption Message and the stack
262: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROJECT_REQUEST_PUB.create_project_request'
263: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
264: IF x_msg_count = 1 THEN
265: pa_interface_utils_pub.get_messages
266: (p_encoded => FND_API.G_TRUE,
267: p_msg_index => 1,

Line 310: PA_DEBUG.init_err_stack('PA_PROJECT_REQUEST_PUB.cancel_project_request');

306: BEGIN
307:
308:
309: -- Initialize the Error Stack
310: PA_DEBUG.init_err_stack('PA_PROJECT_REQUEST_PUB.cancel_project_request');
311:
312: -- Initialize the return status to success
313: x_return_status := FND_API.G_RET_STS_SUCCESS;
314:

Line 356: PA_DEBUG.Reset_Err_Stack;

352: x_msg_data =>x_msg_data );
353:
354:
355: -- Reset the error stack when returning to the calling program
356: PA_DEBUG.Reset_Err_Stack;
357:
358: EXCEPTION
359: WHEN cancel_req_not_allowed THEN
360: PA_UTILS.add_message(p_app_short_name => 'PA',

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

388: x_msg_data := substr(SQLERRM,1,240);
389:
390: -- Set the excetption Message and the stack
391: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROJECT_REQUEST_PUB.cancel_project_request'
392: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
393: IF x_msg_count = 1 THEN
394: pa_interface_utils_pub.get_messages
395: (p_encoded => FND_API.G_TRUE,
396: p_msg_index => 1,