DBA Data[Home] [Help]

APPS.AMS_CAMPAIGNRULES_PVT dependencies on AMS_ACT_OFFERS

Line 2216: FROM ams_act_offers

2212: l_dummy NUMBER;
2213:
2214: CURSOR c_camp_offer IS
2215: SELECT 1
2216: FROM ams_act_offers
2217: WHERE activity_offer_id = p_offer_id
2218: AND arc_act_offer_used_by = 'CAMP'
2219: AND act_offer_used_by_id = p_camp_id;
2220: