DBA Data[Home] [Help]

APPS.OZF_OFFERADJ_APPROVAL_PVT dependencies on QP_LIST_HEADERS_VL

Line 978: qp_list_headers_vl qlh

974: qlh.end_date_active ,
975: OFF.transaction_currency_code ,
976: OFF.owner_id
977: FROM ozf_offers OFF,
978: qp_list_headers_vl qlh
979: WHERE OFF.qp_list_header_id=qlh.list_header_id
980: AND qlh.list_header_id=p_list_header_id;
981:
982: CURSOR c_get_budget_detail(p_list_header_id NUMBER) IS