DBA Data[Home] [Help]

APPS.AMS_SYNC_CALENDAR_PUB dependencies on AMS_SYNC_CALENDAR_PVT

Line 134: l_cal_pvt_rec AMS_Sync_Calendar_PVT.cal_criteria_rec;

130: x_remove_only IN VARCHAR2 := FND_API.G_False
131: )
132: IS
133: l_inc_mode_start_date FND_CONCURRENT_REQUESTS.ACTUAL_START_DATE%type;
134: l_cal_pvt_rec AMS_Sync_Calendar_PVT.cal_criteria_rec;
135: BEGIN
136: --
137: -- Standard Start of API savepoint
138: --

Line 206: AMS_Sync_Calendar_PVT.Sync_Cal_Items( x_remove_only => FND_API.G_True

202: -- Commented for Bug Fix 3568819
203: /*
204: IF ((l_inc_mode_start_date is not NULL) AND (x_criteria_rec.LAST_UPDATE_DATE >= l_inc_mode_start_date)) THEN
205: IF (x_remove_only = 'Y') THEN
206: AMS_Sync_Calendar_PVT.Sync_Cal_Items( x_remove_only => FND_API.G_True
207: , x_return_status => x_return_status
208: , x_msg_count => x_msg_count
209: , x_msg_data => x_msg_data
210: , x_criteria_rec => l_cal_pvt_rec

Line 213: AMS_Sync_Calendar_PVT.Sync_Cal_Items(

209: , x_msg_data => x_msg_data
210: , x_criteria_rec => l_cal_pvt_rec
211: );
212: ELSE
213: AMS_Sync_Calendar_PVT.Sync_Cal_Items(
214: x_return_status => x_return_status
215: , x_msg_count => x_msg_count
216: , x_msg_data => x_msg_data
217: , x_criteria_rec => l_cal_pvt_rec

Line 226: AMS_Sync_Calendar_PVT.Sync_Cal_Items( x_remove_only => FND_API.G_True

222: (l_inc_mode_start_date is NULL) OR
223: (x_full_mode = 'Y' AND x_criteria_rec.LAST_UPDATE_DATE < l_inc_mode_start_date)
224: ) THEN
225: IF (x_remove_only = 'Y') THEN
226: AMS_Sync_Calendar_PVT.Sync_Cal_Items( x_remove_only => FND_API.G_True
227: , x_return_status => x_return_status
228: , x_msg_count => x_msg_count
229: , x_msg_data => x_msg_data
230: , x_criteria_rec => l_cal_pvt_rec

Line 233: AMS_Sync_Calendar_PVT.Sync_Cal_Items(

229: , x_msg_data => x_msg_data
230: , x_criteria_rec => l_cal_pvt_rec
231: );
232: ELSE
233: AMS_Sync_Calendar_PVT.Sync_Cal_Items(
234: x_return_status => x_return_status
235: , x_msg_count => x_msg_count
236: , x_msg_data => x_msg_data
237: , x_criteria_rec => l_cal_pvt_rec

Line 249: AMS_Sync_Calendar_PVT.Sync_Cal_Items( x_remove_only => FND_API.G_True

245: -- compare in the ams_calendar_criteria. Using last_update_date is not correct. As of today
246: -- it will always be full mode. Also x_remove_only is T or F and not Y/N
247:
248: IF (x_remove_only = FND_API.G_TRUE) THEN
249: AMS_Sync_Calendar_PVT.Sync_Cal_Items( x_remove_only => FND_API.G_True
250: , x_return_status => x_return_status
251: , x_msg_count => x_msg_count
252: , x_msg_data => x_msg_data
253: , x_criteria_rec => l_cal_pvt_rec

Line 256: AMS_Sync_Calendar_PVT.Sync_Cal_Items(

252: , x_msg_data => x_msg_data
253: , x_criteria_rec => l_cal_pvt_rec
254: );
255: ELSE
256: AMS_Sync_Calendar_PVT.Sync_Cal_Items(
257: x_return_status => x_return_status
258: , x_msg_count => x_msg_count
259: , x_msg_data => x_msg_data
260: , x_criteria_rec => l_cal_pvt_rec