DBA Data[Home] [Help]

APPS.QP_COPY_PRICELIST_PVT dependencies on QP_SECU_LIST_HEADERS_VL

Line 1467: FROM qp_secu_list_headers_vl plh

1463: --Check if a pricelist with requested new price list name already exists
1464:
1465: SELECT COUNT(*) INTO l_exists
1466: --fix for bug 4673872
1467: FROM qp_secu_list_headers_vl plh
1468: /* WHERE plh.list_type_code = 'PRL' */
1469: /* Commented the above line for bug 1343801 */
1470: WHERE plh.list_type_code in ('PRL' , 'AGR')
1471: AND plh.name = p_new_price_list_name;