DBA Data[Home] [Help]

APPS.AMS_CPYUTILITY_PVT dependencies on AMS_ACT_OFFERS

Line 111: FROM ams_act_offers

107:
108: IS
109: CURSOR c_offer_code(p_offer_id IN NUMBER) IS
110: SELECT offer_code
111: FROM ams_act_offers
112: WHERE activity_offer_id = p_offer_id;
113:
114: -- PL/SQL Block
115: