DBA Data[Home] [Help]

APPS.AMS_CAMP_SCHEDULE_PVT dependencies on AMS_EVENTOFFER_PVT

Line 142: l_event_offer_rec AMS_EventOffer_PVT.evo_rec_type;

138: WHERE event_offer_id = P_schedule_rec.related_event_id;
139:
140: l_eone_srccd VARCHAR2(30);
141: l_new_event_offer_id NUMBER;
142: l_event_offer_rec AMS_EventOffer_PVT.evo_rec_type;
143:
144:
145: BEGIN
146: -- Standard Start of API savepoint

Line 3777: l_event_offer_rec AMS_EventOffer_PVT.evo_rec_type;

3773: l_new_reference_rec fetch_sch_details%ROWTYPE;
3774:
3775: --added by soagrawa on 11-jan-2002
3776: l_new_event_offer_id NUMBER;
3777: l_event_offer_rec AMS_EventOffer_PVT.evo_rec_type;
3778: l_reference_event_rec fetch_event_details%ROWTYPE;
3779:
3780: l_errnum NUMBER;
3781: l_errcode VARCHAR2(30);

Line 4210: AMS_EventOffer_PVT.create_event_offer (

4206:
4207: -- created the event EONE
4208: -- dhsingh, 28.07.2004, Bug# 3798545.
4209: /*
4210: AMS_EventOffer_PVT.create_event_offer (
4211: p_api_version => 1.0,
4212: p_init_msg_list => FND_API.G_FALSE,
4213: p_commit => FND_API.G_FALSE,
4214: p_validation_level => FND_API.g_valid_level_full,