DBA Data[Home] [Help]

APPS.CN_RT_QUOTA_ASGNS_PVT dependencies on STANDARD

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

200: RAISE FND_API.G_EXC_ERROR ;
201: END IF;
202:
203: -- End of Validate rt Quota Asigns .
204: -- Standard call to get message count and if count is 1, get message info.
205:
206: FND_MSG_PUB.Count_And_Get
207: (
208: p_count => x_msg_count,

Line 280: -- Standard Start of API savepoint

276: l_loading_status VARCHAR2(80);
277:
278: BEGIN
279:
280: -- Standard Start of API savepoint
281:
282: SAVEPOINT create_rt_quota_asgns ;
283:
284:

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

281:
282: SAVEPOINT create_rt_quota_asgns ;
283:
284:
285: -- Standard call to check for call compatibility.
286:
287: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
288: p_api_version ,
289: l_api_name ,

Line 492: -- Standard check of p_commit.

488:
489: END LOOP;
490: END IF;
491: -- End of API body.
492: -- Standard check of p_commit.
493:
494: IF FND_API.To_Boolean( p_commit ) THEN
495: COMMIT WORK;
496: END IF;

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

494: IF FND_API.To_Boolean( p_commit ) THEN
495: COMMIT WORK;
496: END IF;
497:
498: -- Standard call to get message count and if count is 1, get message info.
499:
500: FND_MSG_PUB.Count_And_Get
501: (
502: p_count => x_msg_count ,

Line 576: -- Standard Start of API savepoint

572: l_loading_status VARCHAR2(80);
573:
574: BEGIN
575:
576: -- Standard Start of API savepoint
577:
578: SAVEPOINT Update_Plan_element ;
579:
580: -- Standard call to check for call compatibility.

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

576: -- Standard Start of API savepoint
577:
578: SAVEPOINT Update_Plan_element ;
579:
580: -- Standard call to check for call compatibility.
581:
582: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
583: p_api_version ,
584: l_api_name ,

Line 774: -- Standard check of p_commit.

770:
771: END LOOP;
772: END IF;
773: -- End of Update API body.
774: -- Standard check of p_commit.
775:
776: IF FND_API.To_Boolean( p_commit ) THEN
777: COMMIT WORK;
778: END IF;

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

776: IF FND_API.To_Boolean( p_commit ) THEN
777: COMMIT WORK;
778: END IF;
779:
780: -- Standard call to get message count and if count is 1, get message info.
781:
782: FND_MSG_PUB.Count_And_Get
783: (
784: p_count => x_msg_count ,

Line 857: -- Standard Start of API savepoint

853: l_object_version_number NUMBER;
854: BEGIN
855: -- Delete RT_QUOTA_ASGNS API, Currently called from Forms Only
856:
857: -- Standard Start of API savepoint
858:
859: SAVEPOINT Delete_Rt_Quota_Asgns ;
860: --
861: -- Standard call to check for call compatibility.

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

857: -- Standard Start of API savepoint
858:
859: SAVEPOINT Delete_Rt_Quota_Asgns ;
860: --
861: -- Standard call to check for call compatibility.
862: --
863: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
864: p_api_version ,
865: l_api_name ,

Line 1033: -- Standard check of p_commit.

1029: END LOOP;
1030: END IF;
1031:
1032: -- End of Delete API body.
1033: -- Standard check of p_commit.
1034:
1035: IF FND_API.To_Boolean( p_commit ) THEN
1036: COMMIT WORK;
1037: END IF;

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

1036: COMMIT WORK;
1037: END IF;
1038:
1039:
1040: -- Standard call to get message count and if count is 1, get message info.
1041:
1042: FND_MSG_PUB.Count_And_Get
1043: (
1044: p_count => x_msg_count ,