DBA Data[Home] [Help]

APPS.IEX_DUNNING_PVT dependencies on IEX_XML_REQUEST_HISTORIES

Line 7004: from IEX_XML_REQUEST_HISTORIES

7000: where contact_point_id = p_contact_point_id;
7001:
7002: cursor c_get_resend_data(p_request_id number) is
7003: select QUERY_TEMP_ID, DESTINATION
7004: from IEX_XML_REQUEST_HISTORIES
7005: where XML_REQUEST_ID = p_request_id;
7006:
7007: --Bug5233002. Fix by LKKUMAR on 31-May-2006. Start.
7008: CURSOR C_GET_RES_USER_ID IS