DBA Data[Home] [Help]

APPS.JTF_BRMRULE_PVT dependencies on STANDARD

Line 58: -- Standard start of API savepoint

54: WHERE RULE_ID = l_rule_id;
55:
56: BEGIN
57: --
58: -- Standard start of API savepoint
59: --
60: SAVEPOINT Create_BRMRule_PVT;
61:
62: --

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

59: --
60: SAVEPOINT Create_BRMRule_PVT;
61:
62: --
63: -- Standard call to check for call compatibility
64: --
65: IF NOT FND_API.Compatible_API_Call( l_api_version
66: , p_api_version
67: , l_api_name

Line 221: -- Standard check of p_commit

217: --
218: x_record_id := l_rule_id;
219:
220: --
221: -- Standard check of p_commit
222: --
223: IF FND_API.To_Boolean(p_commit)
224: THEN
225: COMMIT WORK;

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

225: COMMIT WORK;
226: END IF;
227:
228: --
229: -- Standard call to get message count and if count is 1, get message info
230: --
231: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
232: , p_data => x_msg_data
233: );

Line 313: -- Standard start of API savepoint

309: l_msg_data VARCHAR2(2000);
310:
311: BEGIN
312: --
313: -- Standard start of API savepoint
314: --
315: SAVEPOINT Update_BRMRule_PVT;
316:
317: --

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

314: --
315: SAVEPOINT Update_BRMRule_PVT;
316:
317: --
318: -- Standard call to check for call compatibility
319: --
320: IF NOT FND_API.Compatible_API_Call( l_api_version
321: , p_api_version
322: , l_api_name

Line 408: -- Standard check of p_commit

404: RAISE NO_DATA_FOUND;
405: END IF;
406:
407: --
408: -- Standard check of p_commit
409: --
410: IF FND_API.To_Boolean(p_commit)
411: THEN
412: COMMIT WORK;

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

412: COMMIT WORK;
413: END IF;
414:
415: --
416: -- Standard call to get message count and if count is 1, get message info
417: --
418: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
419: , p_data => x_msg_data
420: );