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 491: -- Standard check of p_commit.

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

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

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

Line 575: -- Standard Start of API savepoint

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

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

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

Line 772: -- Standard check of p_commit.

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

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

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

Line 855: -- Standard Start of API savepoint

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

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

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

Line 1031: -- Standard check of p_commit.

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

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

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