DBA Data[Home] [Help]

APPS.ONT_ITM_PKG dependencies on WSH_ITM_RESPONSE_HEADERS

Line 1663: FROM wsh_itm_response_headers

1659:
1660: -- Check for errors in Response Headers.
1661: SELECT error_text
1662: INTO l_error_text
1663: FROM wsh_itm_response_headers
1664: WHERE response_header_id = l_response_header_id;
1665:
1666: FND_MESSAGE.SET_NAME('ONT', 'OE_ECS_SYSTEM_ERROR');
1667: FND_MESSAGE.SET_TOKEN('ERRORTEXT', l_error_text);

Line 1843: FROM wsh_itm_response_headers

1839: -- Check for errors in Response Headers.
1840:
1841: SELECT error_text
1842: INTO l_error_text
1843: FROM wsh_itm_response_headers
1844: WHERE response_header_id = l_response_header_id;
1845:
1846: IF l_interpreted_value = 'DATA' THEN
1847: l_data_error := 'Y';