DBA Data[Home] [Help]

APPS.EAM_OP_COMP dependencies on FND_API

Line 656: x_return_status := FND_API.G_RET_STS_SUCCESS;

652: x_end_date := SYSDATE;
653: END IF;
654:
655:
656: x_return_status := FND_API.G_RET_STS_SUCCESS;
657:
658: exception
659: when others then
660: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 660: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

656: x_return_status := FND_API.G_RET_STS_SUCCESS;
657:
658: exception
659: when others then
660: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
661: x_msg_data := x_msg_data || ' UNEXPECTED ERROR: ' || SQLERRM;
662: eam_debug.init_err_stack('Exception has occured in ' || l_api_name);
663: end get_op_defaults;
664: