DBA Data[Home] [Help]

APPS.GMS_PA_COSTING_PKG dependencies on FND_API

Line 3186: p_status := FND_API.G_RET_STS_UNEXP_ERROR;

3182: end loop;
3183:
3184: -- If error occurs, retrurn with failure status. Rollback everything
3185: if x_error_occured = 'Y' then
3186: p_status := FND_API.G_RET_STS_UNEXP_ERROR;
3187: IF g_debug_context = 'Y' THEN
3188: gms_error_pkg.gms_debug('Call to Source Burden Raw Cost failed..return failure', 'C');
3189: END IF;
3190: return;

Line 3235: p_status := FND_API.G_RET_STS_SUCCESS;

3231: update_gms_bc_packets('Interface', p_request_id);
3232:
3233: end if;
3234:
3235: p_status := FND_API.G_RET_STS_SUCCESS;
3236:
3237: Exception
3238: when others then
3239: p_status := 'GMS_FC_ERROR';