DBA Data[Home] [Help]

APPS.OZF_FUND_ADJUSTMENT_PVT dependencies on OZF_ACT_OFFERS

Line 3586: FROM ozf_act_offers

3582:
3583: -- get parent campaign id
3584: CURSOR c_parent_camapign(p_qp_list_header_id IN NUMBER) IS
3585: SELECT act_offer_used_by_id
3586: FROM ozf_act_offers
3587: WHERE qp_list_header_id = p_qp_list_header_id
3588: AND arc_act_offer_used_by = 'CAMP';
3589:
3590: --get utilized budget information.