DBA Data[Home] [Help]

APPS.FEM_COMPOSITE_DIM_UTILS_PVT dependencies on STANDARD

Line 155: -- Standard Start of API Savepoint

151: l_msg_data t_msg_data%TYPE;
152:
153: BEGIN
154:
155: -- Standard Start of API Savepoint
156: savepoint Populate_Cost_Object_Id_PVT;
157:
158: -- Standard call to check for call compatibility
159: if not FND_API.Compatible_API_Call (

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

154:
155: -- Standard Start of API Savepoint
156: savepoint Populate_Cost_Object_Id_PVT;
157:
158: -- Standard call to check for call compatibility
159: if not FND_API.Compatible_API_Call (
160: p_current_version_number => l_api_version
161: ,p_caller_version_number => p_api_version
162: ,p_api_name => l_api_name

Line 273: -- Standard check of p_commit

269: end if;
270:
271: end if;
272:
273: -- Standard check of p_commit
274: if FND_API.To_Boolean(p_commit) then
275: commit work;
276: end if;
277:

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

274: if FND_API.To_Boolean(p_commit) then
275: commit work;
276: end if;
277:
278: -- Standard call to get message count and if count is 1, get message info
279: FND_MSG_PUB.Count_And_Get (
280: p_count => x_msg_count
281: ,p_data => x_msg_data
282: );

Line 440: -- Standard Start of API Savepoint

436:
437:
438: BEGIN
439:
440: -- Standard Start of API Savepoint
441: savepoint Populate_Activity_Id_PVT;
442:
443: -- Standard call to check for call compatibility
444: if not FND_API.Compatible_API_Call (

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

439:
440: -- Standard Start of API Savepoint
441: savepoint Populate_Activity_Id_PVT;
442:
443: -- Standard call to check for call compatibility
444: if not FND_API.Compatible_API_Call (
445: p_current_version_number => l_api_version
446: ,p_caller_version_number => p_api_version
447: ,p_api_name => l_api_name

Line 582: -- Standard check of p_commit

578: end if;
579:
580: end if;
581:
582: -- Standard check of p_commit
583: if FND_API.To_Boolean(p_commit) then
584: commit work;
585: end if;
586:

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

583: if FND_API.To_Boolean(p_commit) then
584: commit work;
585: end if;
586:
587: -- Standard call to get message count and if count is 1, get message info
588: FND_MSG_PUB.Count_And_Get (
589: p_count => x_msg_count
590: ,p_data => x_msg_data
591: );