DBA Data[Home] [Help]

APPS.IEX_DUNNING_PVT dependencies on IEX_QUERY_TEMP_XREF

Line 14029: FROM iex_query_temp_xref xref,

14025: IS
14026: -- new cursor to get tmp query for xml publisher design 11.5.11
14027: CURSOR C_GET_QUERY (IN_TEMPLATE_ID NUMBER, IN_LEVEL VARCHAR2) IS
14028: SELECT q.query_id
14029: FROM iex_query_temp_xref xref,
14030: iex_xml_queries q
14031: WHERE xref.template_id = IN_TEMPLATE_ID
14032: AND xref.query_id = q.query_id
14033: AND q.query_level = IN_LEVEL;

Line 14075: select query_id from IEX_QUERY_TEMP_XREF

14071: l_resource_user_id NUMBER;
14072: --Bug5233002. Fix by LKKUMAR on 31-May-2006. End.
14073:
14074: CURSOR c_get_resend_query_data(p_query_temp_id number) is
14075: select query_id from IEX_QUERY_TEMP_XREF
14076: where query_temp_id = p_query_temp_id;
14077:
14078: l_fulfillment_bind_tbl IEX_DUNNING_PVT.FULFILLMENT_BIND_TBL;
14079: --