DBA Data[Home] [Help]

APPS.PA_PROJ_ELEMENTS_UTILS dependencies on PA_PROJECT_CORE1

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

4184: ,x_msg_data => l_msg_data
4185: );
4186: IF (l_return_status <> 'S') Then
4187: x_error_code := 220;
4188: x_error_msg_code := pa_project_core1.get_message_from_stack( l_msg_data );
4189: return;
4190: END IF;
4191: --EXCEPTION WHEN OTHERS THEN
4192: -- IF l_debug_mode = 'Y' THEN