DBA Data[Home] [Help]

APPS.CN_SF_PARAMS_PVT dependencies on STANDARD

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

57:
58: -- start of the API savepoint
59: SAVEPOINT Get_SF_Parameters_svp ;
60:
61: -- Standard call to check for call compatibility.
62: IF NOT FND_API.compatible_api_call
63: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
64: THEN
65: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 101: -- Standard check of p_commit.

97: -- END OF API BODY ---
98: << end_Get_SF_Parameters >>
99: NULL;
100:
101: -- Standard check of p_commit.
102: IF FND_API.To_Boolean( p_commit ) THEN
103: COMMIT WORK;
104: END IF;
105:

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

102: IF FND_API.To_Boolean( p_commit ) THEN
103: COMMIT WORK;
104: END IF;
105:
106: -- Standard call to get message count and if count is 1, get message info.
107: FND_MSG_PUB.Count_And_Get
108: (
109: p_count => x_msg_count ,
110: p_data => x_msg_data ,

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

215:
216: -- start of the API savepoint
217: SAVEPOINT Update_SF_Parameters_svp ;
218:
219: -- Standard call to check for call compatibility.
220: IF NOT FND_API.compatible_api_call
221: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
222: THEN
223: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 273: -- Standard check of p_commit.

269: -- END OF API BODY ---
270: << end_Update_SF_Parameters >>
271: NULL;
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: (
281: p_count => x_msg_count ,
282: p_data => x_msg_data ,

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

391:
392: -- start of the API savepoint
393: SAVEPOINT Insert_SF_Parameters_svp ;
394:
395: -- Standard call to check for call compatibility.
396: IF NOT FND_API.compatible_api_call
397: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
398: THEN
399: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 448: -- Standard check of p_commit.

444: -- END OF API BODY ---
445: << end_Insert_SF_Parameters >>
446: NULL;
447:
448: -- Standard check of p_commit.
449: IF FND_API.To_Boolean( p_commit ) THEN
450: COMMIT WORK;
451: END IF;
452:

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

449: IF FND_API.To_Boolean( p_commit ) THEN
450: COMMIT WORK;
451: END IF;
452:
453: -- Standard call to get message count and if count is 1, get message info.
454: FND_MSG_PUB.Count_And_Get
455: (
456: p_count => x_msg_count ,
457: p_data => x_msg_data ,