DBA Data[Home] [Help]

APPS.OZF_COPY_OFFER_PVT dependencies on QP_LIST_HEADERS_B

Line 1616: FROM qp_list_headers_b --Bug 13360969 changed table name to fetch global flag, previously fetching of global flag was not consistent.

1612: l_end_date_active DATE;
1613:
1614: CURSOR c_list_header_detail IS
1615: SELECT *
1616: FROM qp_list_headers_b --Bug 13360969 changed table name to fetch global flag, previously fetching of global flag was not consistent.
1617: WHERE list_header_id = p_source_object_id;
1618: l_list_header_rec c_list_header_detail%ROWTYPE;
1619:
1620: CURSOR c_offer_detail IS

Line 1910: UPDATE qp_list_headers_b

1906: FETCH c_get_list_header_id INTO l_offer_rec.qp_list_header_id;
1907: CLOSE c_get_list_header_id;
1908: --14-Jan-2003 JULOU Copy did not put the new description from the UI
1909: -- put description from UI
1910: UPDATE qp_list_headers_b
1911: SET comments = l_modifier_list_rec.comments
1912: WHERE list_header_id = l_offer_rec.qp_list_header_id;
1913:
1914: -- insert into ozf_offers