DBA Data[Home] [Help]

APPS.OZF_FUND_ADJUSTMENT_PVT dependencies on OZF_ACT_OFFERS

Line 2911: FROM ozf_act_offers

2907:
2908: -- get parent campaign id
2909: CURSOR c_parent_camapign(p_qp_list_header_id IN NUMBER) IS
2910: SELECT act_offer_used_by_id
2911: FROM ozf_act_offers
2912: WHERE qp_list_header_id = p_qp_list_header_id
2913: AND arc_act_offer_used_by = 'CAMP';
2914:
2915: --get utilized budget information.