DBA Data[Home] [Help]

APPS.OZF_OBJFUNDSUM_PVT dependencies on OZF_ACT_OFFERS

Line 196: FROM ozf_act_offers

192: WHERE fund_id = p_fund_id;
193:
194: CURSOR c_get_reference(p_offer_id IN NUMBER) IS
195: SELECT arc_act_offer_used_by,act_offer_used_by_id
196: FROM ozf_act_offers
197: WHERE qp_list_header_id = p_offer_id;
198:
199: BEGIN
200: