DBA Data[Home] [Help]

APPS.OZF_TP_ACCRUAL_PVT dependencies on OZF_OFFERS

Line 53: FROM ozf_offers

49: l_result VARCHAR2(2) := NULL;
50:
51: CURSOR omo_offer_csr IS
52: SELECT 1
53: FROM ozf_offers
54: WHERE qp_list_header_id = p_list_header_id;
55:
56: CURSOR line_adjustment_csr IS
57: SELECT 1

Line 561: FROM ozf_offers

557:
558: -- julou 5723309: create util for VO PBH line only
559: CURSOR c_offer_type(p_qp_list_header_id NUMBER) IS
560: SELECT offer_type
561: FROM ozf_offers
562: WHERE qp_list_header_id = p_qp_list_header_id;
563: l_offer_type VARCHAR2(30);
564: -- end julou 5723309
565: BEGIN