DBA Data[Home] [Help]

APPS.WSH_ITM_RESPONSE_PKG dependencies on FND_API

Line 95: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

Line 226: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

222: l_sql_error := SQLERRM;
223: OE_DEBUG_PUB.Add('Processing Failed with an Error');
224: OE_DEBUG_PUB.Add('The unexpected error is :' || l_sql_error);
225: x_interpreted_value := SYSTEM_ERROR;
226: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
227: END ONT_RESPONSE_ANALYSER;
228:
229: PROCEDURE ONT_RESPONSE_ANALYSER
230: (