DBA Data[Home] [Help]

APPS.CSF_MAINTAIN_GRP dependencies on STANDARD

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

34: BEGIN
35:
36: SAVEPOINT Validate_FieldServiceObjects;
37:
38: -- Standard call to check for call compatibility.
39: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
40: p_api_version,
41: l_api_name,
42: G_PKG_NAME)

Line 166: -- Standard check of p_commit

162: if((FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)) THEN
163: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, 'CSF', 'In CSF_MAINTAIN_GRP.Validate_FieldServiceObjects() after third validation ');
164: END IF;
165:
166: -- Standard check of p_commit
167: -- IF fnd_api.to_boolean(p_commit) THEN
168: -- COMMIT WORK;
169: -- END IF;
170:

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

229:
230:
231: SAVEPOINT Purge_FieldServiceObjects;
232:
233: -- Standard call to check for call compatibility.
234: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
235: p_api_version,
236: l_api_name,
237: G_PKG_NAME)

Line 676: -- Standard check of p_commit

672: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, 'CSF', 'In CSF_MAINTAIN_GRP.Purge_FieldServiceObjects() deleted FS capacities ');
673: END IF;
674:
675:
676: -- Standard check of p_commit
677: -- IF fnd_api.to_boolean(p_commit) THEN
678: -- COMMIT WORK;
679: -- END IF;
680: