DBA Data[Home] [Help]

APPS.IEX_SEND_XML_PVT dependencies on IEX_QUERY_TEMP_XREF

Line 163: FROM iex_query_temp_xref xref

159: --Start Adding for bug 8845762 snuthala 9/14/2009
160: --Start adding for bug 10158389 gnramasa 4th Oct 10
161: CURSOR C_GET_QUERY_TEMP_ID (P_QUERY_ID NUMBER, p_temp_id number) IS
162: SELECT xref.query_temp_id
163: FROM iex_query_temp_xref xref
164: WHERE xref.query_id = P_QUERY_ID
165: AND xref.template_id = p_temp_id;
166: -- end adding for bug 10158389 gnramasa 4th Oct 10
167: -- end Adding for bug 8845762 snuthala 9/14/2009