DBA Data[Home] [Help]

APPS.AMS_ACTIVATE_EVENTSCHED_PVT dependencies on STANDARD

Line 118: -- Standard Start of API savepoint

114: l_evo_rec_eveo AMS_EVENTOFFER_PVT.evo_rec_type;
115:
116: BEGIN
117: --
118: -- Standard Start of API savepoint
119: --
120: --Added for TimeZOne Issue Fix
121: l_system_d_time:=SYSDATE;
122: --End Adding

Line 139: -- Standard call to check for call compatibility.

135: FND_MSG_PUB.initialize;
136: END IF;
137:
138: --
139: -- Standard call to check for call compatibility.
140: --
141: IF NOT FND_API.Compatible_API_Call ( 1.0,
142: p_api_version,
143: l_api_name,

Line 414: -- Standard check of p_commit.

410: END LOOP;
411: -- CLOSE c_completed_schedule;
412: CLOSE c_completed_schedule_convdate;
413: --
414: -- Standard check of p_commit.
415: --
416: IF FND_API.To_Boolean ( p_commit )
417: THEN
418: COMMIT WORK;

Line 422: -- Standard call to get message count AND IF count is 1, get message info.

418: COMMIT WORK;
419: END IF;
420:
421: --
422: -- Standard call to get message count AND IF count is 1, get message info.
423: --
424: FND_MSG_PUB.Count_AND_Get
425: ( p_count => x_msg_count,
426: p_data => x_msg_data,