[Home] [Help]
65: -- Initialize API return status to success
66: --x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
67: x_work_order_results.WORK_ORDERS(0).WORKORDER_ID := NULL;
68:
69: -- Standard call to check for call compatibility.
70: IF NOT Fnd_Api.COMPATIBLE_API_CALL(l_api_version,
71: p_api_version,
72: l_api_name,'AHL_WORKORDER_SEARCH_PUB')
73: THEN