DBA Data[Home] [Help]

APPS.IBE_MSITE_GRP dependencies on QP_LIST_HEADERS_V

Line 244: select list_header_id from qp_list_headers_v where

240: p_bizpartner_prclstid NUMBER,
241: p_partner_prclstid NUMBER)
242: IS
243: select 1 from dual where exists (
244: select list_header_id from qp_list_headers_v where
245: currency_code = p_currency and
246: list_header_id in (p_walkin_prclstid,p_registered_prclstid,p_bizpartner_prclstid,p_partner_prclstid));
247:
248: l_exists NUMBER;