DBA Data[Home] [Help]

APPS.AMS_SCHEDULERULES_PVT dependencies on AMS_EVENTOFFER_PVT

Line 2966: l_evo_rec AMS_EVENTOFFER_PVT.evo_rec_type; -- vmodur

2962:
2963: l_user_id NUMBER;
2964: l_resp_id NUMBER;
2965: l_resp_appl_id NUMBER;
2966: l_evo_rec AMS_EVENTOFFER_PVT.evo_rec_type; -- vmodur
2967:
2968: -- dbiswas added the following cursor for bug 2852078
2969: CURSOR c_is_default_flag_on (p_user_status_id NUMBER)
2970: IS

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

3161: --l_evo_rec.parent_type := 'CAMP';
3162: --l_evo_rec.parent_id := l_campaign_id;
3163: --l_evo_rec.custom_setup_id := 3000;
3164:
3165: AMS_EventOffer_PVT.fulfill_event_offer(p_evo_rec => l_evo_rec,
3166: x_return_status => l_return_status);
3167:
3168: END IF;
3169: -- Not handling return_stauts here