DBA Data[Home] [Help]

APPS.AMS_SYNC_CALENDAR_PUB dependencies on AMS_SYNC_CALENDAR_PUB

Line 1: PACKAGE BODY AMS_Sync_Calendar_PUB AS

1: PACKAGE BODY AMS_Sync_Calendar_PUB AS
2: /* $Header: amspcalb.pls 115.16 2004/05/13 10:53:07 vmodur ship $ */
3:
4: AMS_DEBUG_HIGH_ON boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH);
5: AMS_DEBUG_LOW_ON boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);

Line 285: FND_MSG_PUB.Add_Exc_Msg('AMS_Sync_Calendar_PUB'

281: -- ROLLBACK TO delete_item_pub;
282: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
283: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
284: THEN
285: FND_MSG_PUB.Add_Exc_Msg('AMS_Sync_Calendar_PUB'
286: , 'Sync_Calendar_Items'
287: );
288: END IF;
289: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count

Line 294: END AMS_Sync_Calendar_PUB ;

290: , p_data => x_msg_data
291: );
292: END Sync_Cal_Items;
293:
294: END AMS_Sync_Calendar_PUB ;