DBA Data[Home] [Help]

APPS.ICX_RELATED_TEMPLATES_PUB dependencies on STANDARD

Line 29: -- Standard Start of API savepoint

25: l_count NUMBER;
26:
27: BEGIN
28:
29: -- Standard Start of API savepoint
30:
31: SAVEPOINT Insert_Relation_PUB;
32:
33:

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

30:
31: SAVEPOINT Insert_Relation_PUB;
32:
33:
34: -- Standard call to check for call compatibility
35:
36: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
37: p_api_version_number,
38: 'Insert_Relation',

Line 212: -- Standard check of p_simulate and p_commit parameter

208:
209: -- End of API body
210:
211:
212: -- Standard check of p_simulate and p_commit parameter
213:
214: IF FND_API.To_Boolean(p_simulate) THEN
215:
216: ROLLBACK TO Insert_Relation_PUB;

Line 304: -- Standard Start of API savepoint

300: l_count NUMBER;
301:
302: BEGIN
303:
304: -- Standard Start of API savepoint
305:
306: SAVEPOINT Delete_Relation_PUB;
307:
308:

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

305:
306: SAVEPOINT Delete_Relation_PUB;
307:
308:
309: -- Standard call to check for call compatibility
310:
311: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
312: p_api_version_number,
313: 'Delete Relation',

Line 364: -- Standard check of p_simulate and p_commit parameter

360: -- End of API body
361:
362:
363:
364: -- Standard check of p_simulate and p_commit parameter
365:
366: IF FND_API.To_Boolean(p_simulate) THEN
367:
368: ROLLBACK TO Insert_Relation_PUB;