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 214: -- Standard call to check for call compatibility.

210:
211:
212: SAVEPOINT Purge_FieldServiceObjects;
213:
214: -- Standard call to check for call compatibility.
215: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
216: p_api_version,
217: l_api_name,
218: G_PKG_NAME)

Line 777: -- Standard check of p_commit

773: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, 'CSF', 'In CSF_MAINTAIN_GRP.Purge_FieldServiceObjects() deleted FS capacities ');
774: END IF;
775:
776:
777: -- Standard check of p_commit
778: -- IF fnd_api.to_boolean(p_commit) THEN
779: -- COMMIT WORK;
780: -- END IF;
781: