DBA Data[Home] [Help]

APPS.OZF_PRICELIST_PVT dependencies on QP_LIST_HEADERS_VL

Line 1219: FROM qp_list_headers_vl

1215: AND qlh.source_system_code = l_source_system_code;
1216:
1217: CURSOR c_list_header_detail (l_list_header_id NUMBER) IS
1218: SELECT *
1219: FROM qp_list_headers_vl
1220: WHERE list_header_id = l_list_header_id;
1221: l_list_header_detail c_list_header_detail%ROWTYPE;
1222:
1223: CURSOR c_list_line_detail (l_list_line_id NUMBER) IS