--- Price List Query select LH.name, (select Flex_Value from apps.FND_FLEX_VALUES_VL where flex_value_set_id=1009583 and description=LH.name) ValueSetCode, LH.currency_code, msib.segment1 ITEM, LL.operand PRICE, LL.start_date_active, LL.end_date_active, (Select user_name||'.'||description from applsys.FND_user where user_id = LL.last_updated_by) Last_Updated_by, (Select user_name||'.'||description from applsys.FND_user where user_id = LL.created_by) created_by, trunc(LL.creation_date) Created_on from apps.qp_secu_list_headers_v LH, apps.qp_list_lines_v LL, apps.mtl_system_items_b msib where LH.List_header_id=LL.List_header_id --and --LL.end_date_active = '31-DEC-2012' ---and (select segment1 from apps.mtl_system_items_b where organization_id = 89 and inventory_item_id = LL.product_id) in ('29024468','29026516','29026519') and LH.list_header_id = (select list_header_id from apps.qp_secu_list_headers_v where name = ...