DBA Data[Home] [Help]

APPS.PA_PROJ_ELEMENTS_UTILS dependencies on PA_PROJECT_CORE1

Line 4281: x_error_msg_code := pa_project_core1.get_message_from_stack( l_msg_data );

4277: ,x_msg_data => l_msg_data
4278: );
4279: IF (l_return_status <> 'S') Then
4280: x_error_code := 220;
4281: x_error_msg_code := pa_project_core1.get_message_from_stack( l_msg_data );
4282: return;
4283: END IF;
4284: --EXCEPTION WHEN OTHERS THEN
4285: -- IF l_debug_mode = 'Y' THEN