DBA Data[Home] [Help]

APPS.QP_LOCK_PRICELIST_PVT dependencies on QP_LIST_HEADERS_B

Line 357: FROM qp_list_headers_b

353:
354: BEGIN
355: SELECT list_header_id
356: INTO l_locked_price_list_id
357: FROM qp_list_headers_b
358: WHERE locked_from_list_header_id = p_source_price_list_id
359: AND source_system_code = l_source_system_code
360: AND rownum = 1; --only one row is expected anyway.
361: