DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_PROJECT_CORE1

Line 892: x_err_stage := pa_project_core1.get_message_from_stack( l_msg_data );

888: );
889:
890: IF (l_return_status <> 'S') Then
891: x_err_code := 260;
892: x_err_stage := pa_project_core1.get_message_from_stack( l_msg_data );
893: return;
894: END IF;
895: EXCEPTION WHEN OTHERS THEN
896: x_err_stage := 'API PA_TASK_PUB1.Check_Task_Has_Association FAILED';

Line 2051: x_err_stage := pa_project_core1.get_message_from_stack( l_msg_data );

2047: );
2048:
2049: IF (l_return_status <> 'S') Then
2050: x_err_code := 220;
2051: x_err_stage := pa_project_core1.get_message_from_stack( l_msg_data );
2052: return;
2053: END IF;
2054: EXCEPTION WHEN OTHERS THEN
2055: x_err_stage := 'API PA_FIN_PLAN_UTILS.CHECK_DELETE_TASK_OK FAILED';