DBA Data[Home] [Help]

APPS.AMS_SCHEDULERULES_PVT dependencies on AMS_EVENTOFFER_PVT

Line 2978: l_evo_rec AMS_EVENTOFFER_PVT.evo_rec_type; -- vmodur

2974:
2975: l_user_id NUMBER;
2976: l_resp_id NUMBER;
2977: l_resp_appl_id NUMBER;
2978: l_evo_rec AMS_EVENTOFFER_PVT.evo_rec_type; -- vmodur
2979:
2980: -- dbiswas added the following cursor for bug 2852078
2981: CURSOR c_is_default_flag_on (p_user_status_id NUMBER)
2982: IS

Line 3177: AMS_EventOffer_PVT.fulfill_event_offer(p_evo_rec => l_evo_rec,

3173: --l_evo_rec.parent_type := 'CAMP';
3174: --l_evo_rec.parent_id := l_campaign_id;
3175: --l_evo_rec.custom_setup_id := 3000;
3176:
3177: AMS_EventOffer_PVT.fulfill_event_offer(p_evo_rec => l_evo_rec,
3178: x_return_status => l_return_status);
3179:
3180: END IF;
3181: -- Not handling return_stauts here