DBA Data[Home] [Help]

APPS.OZF_OBJFUNDSUM_PVT dependencies on OZF_ACT_OFFERS

Line 190: FROM ozf_act_offers

186: WHERE fund_id = p_fund_id;
187:
188: CURSOR c_get_reference(p_offer_id IN NUMBER) IS
189: SELECT arc_act_offer_used_by,act_offer_used_by_id
190: FROM ozf_act_offers
191: WHERE qp_list_header_id = p_offer_id;
192:
193: BEGIN
194: