DBA Data[Home] [Help]

APPS.CN_SFP_SRP_UTIL_PVT dependencies on STANDARD

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

204: l_meaning CN_LOOKUPS.MEANING%TYPE;
205: BEGIN
206:
207: SAVEPOINT Get_Valid_Plan_Statuses;
208: -- Standard call to check for call compatibility.
209: IF NOT FND_API.compatible_api_call
210: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
211: THEN
212: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 285: -- Standard check of p_commit.

281: -- End of API body.
282: << end_Get_Valid_Plan_Statuses >>
283: NULL;
284:
285: -- Standard check of p_commit.
286: IF FND_API.To_Boolean( p_commit ) THEN
287: COMMIT WORK;
288: END IF;
289: -- Standard call to get message count and if count is 1, get message info.

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

285: -- Standard check of p_commit.
286: IF FND_API.To_Boolean( p_commit ) THEN
287: COMMIT WORK;
288: END IF;
289: -- Standard call to get message count and if count is 1, get message info.
290: FND_MSG_PUB.Count_And_Get
291: (
292: p_count => x_msg_count ,
293: p_data => x_msg_data ,

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

407: AND ((u.org_code LIKE p_org_code) OR (p_org_code IS NULL)) ;
408:
409: BEGIN
410: SAVEPOINT Get_All_Groups_Access;
411: -- Standard call to check for call compatibility.
412: IF NOT FND_API.compatible_api_call
413: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
414: THEN
415: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

556: l_api_version CONSTANT NUMBER := 1.0;
557:
558: BEGIN
559: SAVEPOINT Get_Group_Access;
560: -- Standard call to check for call compatibility.
561: IF NOT FND_API.compatible_api_call
562: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
563: THEN
564: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;