DBA Data[Home] [Help]

APPS.OZF_OFFERADJ_APPROVAL_PVT dependencies on QP_LIST_HEADERS_VL

Line 977: qp_list_headers_vl qlh

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