DBA Data[Home] [Help]

APPS.WSH_ITM_RESPONSE_PKG dependencies on FND_API

Line 97: x_return_status := FND_API.G_RET_STS_SUCCESS;

93:
94: BEGIN
95: OE_DEBUG_PUB.Add('***Inside the procedure ONT_RESPONSE_ANALYSER***');
96:
97: x_return_status := FND_API.G_RET_STS_SUCCESS;
98:
99: OPEN Get_Response_Header(p_request_control_id);
100: FETCH Get_Response_Header INTO
101: l_response_hdr_id,

Line 235: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

231: l_sql_error := SQLERRM;
232: OE_DEBUG_PUB.Add('Processing Failed with an Error');
233: OE_DEBUG_PUB.Add('The unexpected error is :' || l_sql_error);
234: x_interpreted_value := SYSTEM_ERROR;
235: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
236: END ONT_RESPONSE_ANALYSER;
237:
238: PROCEDURE ONT_RESPONSE_ANALYSER
239: (