DBA Data[Home] [Help]

APPS.JTF_BRMEXPRESSIONLINE_PVT dependencies on STANDARD

Line 53: -- Standard start of API savepoint

49: WHERE expression_line_id = l_expression_line_id;
50:
51: BEGIN
52: --
53: -- Standard start of API savepoint
54: --
55: SAVEPOINT Create_ExpressionLine_PVT;
56:
57: --

Line 58: -- Standard call to check for call compatibility

54: --
55: SAVEPOINT Create_ExpressionLine_PVT;
56:
57: --
58: -- Standard call to check for call compatibility
59: --
60: IF NOT FND_API.Compatible_API_Call( l_api_version
61: , p_api_version
62: , l_api_name

Line 195: -- Standard check of p_commit

191: --
192: x_record_id := l_expression_line_id;
193:
194: --
195: -- Standard check of p_commit
196: --
197: IF FND_API.To_Boolean(p_commit)
198: THEN
199: COMMIT WORK;

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

199: COMMIT WORK;
200: END IF;
201:
202: --
203: -- Standard call to get message count and if count is 1, get message info
204: --
205: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
206: , p_data => x_msg_data
207: );

Line 281: -- Standard start of API savepoint

277: l_msg_count NUMBER;
278: l_msg_data VARCHAR2(2000);
279:
280: BEGIN
281: -- Standard start of API savepoint
282: SAVEPOINT Update_ExpressionLine_PVT;
283:
284: -- Standard call to check for call compatibility
285: IF NOT FND_API.Compatible_API_Call( l_api_version

Line 284: -- Standard call to check for call compatibility

280: BEGIN
281: -- Standard start of API savepoint
282: SAVEPOINT Update_ExpressionLine_PVT;
283:
284: -- Standard call to check for call compatibility
285: IF NOT FND_API.Compatible_API_Call( l_api_version
286: , p_api_version
287: , l_api_name
288: , G_PKG_NAME

Line 356: -- Standard check of p_commit

352: RAISE no_data_found;
353: END IF;
354:
355: --
356: -- Standard check of p_commit
357: --
358: IF FND_API.To_Boolean(p_commit)
359: THEN
360: COMMIT WORK;

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

360: COMMIT WORK;
361: END IF;
362:
363: --
364: -- Standard call to get message count and if count is 1, get message info
365: --
366: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
367: , p_data => x_msg_data
368: );