DBA Data[Home] [Help]

APPS.GMF_ALLOCATIONDEFINITION_PVT dependencies on STANDARD

Line 113: -- Standard Start of API savepoint

109: l_line_no gl_aloc_bas.line_no%TYPE ;
110:
111: BEGIN
112:
113: -- Standard Start of API savepoint
114: SAVEPOINT Create_Alloc_Definition_PVT;
115:
116: -- Initialize message list if p_init_msg_list is set to TRUE.
117: IF FND_API.to_Boolean( p_init_msg_list ) THEN

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

117: IF FND_API.to_Boolean( p_init_msg_list ) THEN
118: FND_MSG_PUB.initialize;
119: END IF;
120:
121: -- Standard call to check for call compatibility.
122: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
123: p_api_version ,
124: l_api_name ,
125: G_PKG_NAME )

Line 197: -- Standard call to get message count and if count is 1, get message info.

193: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN -- Bug 2659435
194: log_msg('1 row inserted');
195: END IF;
196:
197: -- Standard call to get message count and if count is 1, get message info.
198: FND_MSG_PUB.Count_And_Get
199: ( p_count => x_msg_count ,
200: p_data => x_msg_data
201: );

Line 289: -- Standard Start of API savepoint

285: l_api_version CONSTANT NUMBER := 3.0 ;
286: l_no_rows_upd NUMBER(10) ;
287:
288: BEGIN
289: -- Standard Start of API savepoint
290: SAVEPOINT Update_Alloc_Definition_PVT;
291:
292: -- Initialize message list if p_init_msg_list is set to TRUE.
293: IF FND_API.to_Boolean( p_init_msg_list ) THEN

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

293: IF FND_API.to_Boolean( p_init_msg_list ) THEN
294: FND_MSG_PUB.initialize;
295: END IF;
296:
297: -- Standard call to check for call compatibility.
298: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
299: p_api_version ,
300: l_api_name ,
301: G_PKG_NAME )

Line 366: -- Standard call to get message count and if count is 1, get message info.

362: alloc_id = p_allocation_definition_rec.alloc_id
363: AND line_no = p_allocation_definition_rec.line_no
364: ;
365:
366: -- Standard call to get message count and if count is 1, get message info.
367: FND_MSG_PUB.Count_And_Get
368: ( p_count => x_msg_count ,
369: p_data => x_msg_data
370: );