DBA Data[Home] [Help]

APPS.QP_COPY_PRICELIST_PVT dependencies on QP_SECU_LIST_HEADERS_VL

Line 1649: FROM qp_secu_list_headers_vl plh

1645: --Check if a pricelist with requested new price list name already exists
1646:
1647: SELECT COUNT(*) INTO l_exists
1648: --fix for bug 4673872
1649: FROM qp_secu_list_headers_vl plh
1650: /* WHERE plh.list_type_code = 'PRL' */
1651: /* Commented the above line for bug 1343801 */
1652: WHERE plh.list_type_code in ('PRL' , 'AGR')
1653: AND plh.name = p_new_price_list_name;