DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on QP_LIST_HEADERS_B

Line 1365: FROM QP_LIST_HEADERS_B

1361: IS
1362:
1363: Cursor c_price_list(p_price_list_id IN NUMBER) IS
1364: SELECT list_header_id
1365: FROM QP_LIST_HEADERS_B
1366: WHERE list_type_code in ('PRL','AGR')
1367: AND list_header_id = p_price_list_id
1368: AND sysdate between nvl(start_date_active,sysdate) and
1369: nvl(end_date_active,sysdate);