DBA Data[Home] [Help]

APPS.AMS_COPYELEMENTS_PVT dependencies on AMS_EVENTOFFER_PVT

Line 3701: l_event_offer_rec AMS_EventOffer_PVT.evo_rec_type;

3697:
3698: l_eone_srccd VARCHAR2(30);
3699:
3700: l_new_event_offer_id NUMBER;
3701: l_event_offer_rec AMS_EventOffer_PVT.evo_rec_type;
3702: l_reference_event_rec fetch_event_details%ROWTYPE;
3703:
3704:
3705: BEGIN

Line 3945: AMS_EventOffer_PVT.create_event_offer (

3941: END IF;
3942:
3943:
3944: -- created the event EONE
3945: AMS_EventOffer_PVT.create_event_offer (
3946: p_api_version => 1.0,
3947: p_init_msg_list => FND_API.G_FALSE,
3948: p_commit => FND_API.G_FALSE,
3949: p_validation_level => FND_API.g_valid_level_full,