DBA Data[Home] [Help]

APPS.EAM_OP_COMP dependencies on FND_API

Line 660: x_return_status := FND_API.G_RET_STS_SUCCESS;

656: x_end_date := SYSDATE;
657: END IF;
658:
659:
660: x_return_status := FND_API.G_RET_STS_SUCCESS;
661:
662: exception
663: when others then
664: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 664: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

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