DBA Data[Home] [Help]

APPS.ICX_RELATED_CATEGORIES_PUB dependencies on STANDARD

Line 57: -- Standard Start of API savepoint

53: l_count NUMBER;
54:
55: BEGIN
56:
57: -- Standard Start of API savepoint
58:
59: SAVEPOINT Insert_Relation_PUB;
60:
61:

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

58:
59: SAVEPOINT Insert_Relation_PUB;
60:
61:
62: -- Standard call to check for call compatibility
63:
64: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
65: p_api_version_number,
66: 'Insert_Relation',

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

368:
369: -- End of API body
370:
371:
372: -- Standard check of p_simulate and p_commit parameter
373:
374: IF FND_API.To_Boolean(p_simulate) THEN
375:
376: ROLLBACK TO Insert_Relation_PUB;

Line 490: -- Standard Start of API savepoint

486: l_count NUMBER;
487:
488: BEGIN
489:
490: -- Standard Start of API savepoint
491:
492: SAVEPOINT Delete_Relation_PUB;
493:
494:

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

491:
492: SAVEPOINT Delete_Relation_PUB;
493:
494:
495: -- Standard call to check for call compatibility
496:
497: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
498: p_api_version_number,
499: 'Delete Relation',

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

631: -- End of API body
632:
633:
634:
635: -- Standard check of p_simulate and p_commit parameter
636:
637: IF FND_API.To_Boolean(p_simulate) THEN
638:
639: ROLLBACK TO Insert_Relation_PUB;