DBA Data[Home] [Help]

APPS.OZF_TP_ACCRUAL_PVT dependencies on QP_LIST_HEADERS_ALL

Line 607: FROM ozf_offers off, qp_list_headers_all qp

603:
604: -- julou 5723309: create util for VO PBH line only
605: CURSOR c_offer_type(p_qp_list_header_id NUMBER) IS
606: SELECT offer_type, custom_setup_id, description, offer_id
607: FROM ozf_offers off, qp_list_headers_all qp
608: WHERE off.qp_list_header_id = p_qp_list_header_id
609: AND off.qp_list_header_id = qp.list_header_id;
610:
611: CURSOR c_purchase_price(p_resale_line_id number) is