DBA Data[Home] [Help]

APPS.GMS_PA_COSTING_PKG dependencies on FND_API

Line 3266: p_status := FND_API.G_RET_STS_UNEXP_ERROR;

3262: end loop;
3263:
3264: -- If error occurs, retrurn with failure status. Rollback everything
3265: if x_error_occured = 'Y' then
3266: p_status := FND_API.G_RET_STS_UNEXP_ERROR;
3267: IF g_debug_context = 'Y' THEN
3268: gms_error_pkg.gms_debug('Call to Source Burden Raw Cost failed..return failure', 'C');
3269: END IF;
3270: return;

Line 3318: p_status := FND_API.G_RET_STS_SUCCESS;

3314: update_gms_bc_packets('Interface', p_request_id);
3315:
3316: end if;
3317:
3318: p_status := FND_API.G_RET_STS_SUCCESS;
3319:
3320: Exception
3321: when others then
3322: p_status := 'GMS_FC_ERROR';