DBA Data[Home] [Help]

APPS.PA_ACTION_SET_UTILS dependencies on FND_API

Line 679: x_return_status := FND_API.G_RET_STS_SUCCESS;

675: AND action_set_type_code = p_action_set_type_code
676: AND p_date between start_date_active AND nvl(end_date_active, p_date);
677: END IF;
678:
679: x_return_status := FND_API.G_RET_STS_SUCCESS;
680:
681: EXCEPTION
682: WHEN NO_DATA_FOUND THEN
683: x_return_status := FND_API.G_RET_STS_ERROR;

Line 683: x_return_status := FND_API.G_RET_STS_ERROR;

679: x_return_status := FND_API.G_RET_STS_SUCCESS;
680:
681: EXCEPTION
682: WHEN NO_DATA_FOUND THEN
683: x_return_status := FND_API.G_RET_STS_ERROR;
684: x_error_message_code := 'PA_ACTION_SET_INVALID';
685: WHEN TOO_MANY_ROWS THEN
686: x_return_status := FND_API.G_RET_STS_ERROR;
687: x_error_message_code := 'PA_ACTION_SET_INVALID';

Line 686: x_return_status := FND_API.G_RET_STS_ERROR;

682: WHEN NO_DATA_FOUND THEN
683: x_return_status := FND_API.G_RET_STS_ERROR;
684: x_error_message_code := 'PA_ACTION_SET_INVALID';
685: WHEN TOO_MANY_ROWS THEN
686: x_return_status := FND_API.G_RET_STS_ERROR;
687: x_error_message_code := 'PA_ACTION_SET_INVALID';
688: WHEN OTHERS THEN
689: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
690:

Line 689: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

685: WHEN TOO_MANY_ROWS THEN
686: x_return_status := FND_API.G_RET_STS_ERROR;
687: x_error_message_code := 'PA_ACTION_SET_INVALID';
688: WHEN OTHERS THEN
689: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
690:
691: END Check_Action_Set_Name_Or_Id;
692:
693: PROCEDURE get_line_information_messages(x_line_numbers_tbl OUT NOCOPY SYSTEM.pa_num_tbl_type, --File.Sql.39 bug 4440895