DBA Data[Home] [Help]

APPS.CN_SFP_GROUP_UTIL_PVT dependencies on STANDARD

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

147:
148: BEGIN
149:
150: SAVEPOINT Get_Descendant_Groups;
151: -- Standard call to check for call compatibility.
152: IF NOT FND_API.compatible_api_call
153: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
154: THEN
155: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 203: -- Standard check of p_commit.

199:
200: << end_Get_Descendant_Groups >>
201: NULL;
202:
203: -- Standard check of p_commit.
204: IF FND_API.To_Boolean( p_commit ) THEN
205: COMMIT WORK;
206: END IF;
207: -- Standard call to get message count and if count is 1, get message info.

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

203: -- Standard check of p_commit.
204: IF FND_API.To_Boolean( p_commit ) THEN
205: COMMIT WORK;
206: END IF;
207: -- Standard call to get message count and if count is 1, get message info.
208: FND_MSG_PUB.Count_And_Get
209: (
210: p_count => x_msg_count ,
211: p_data => x_msg_data ,

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

322: order by manager_flag desc;
323:
324: BEGIN
325: SAVEPOINT Get_Salesrep_Roles;
326: -- Standard call to check for call compatibility.
327: IF NOT FND_API.compatible_api_call
328: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
329: THEN
330: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 389: -- Standard check of p_commit.

385: END LOOP ;
386:
387: -- End of API body.
388: << end_Get_Salesrep_Roles >>
389: -- Standard check of p_commit.
390: IF FND_API.To_Boolean( p_commit ) THEN
391: COMMIT WORK;
392: END IF;
393: -- Standard call to get message count and if count is 1, get message info.

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

389: -- Standard check of p_commit.
390: IF FND_API.To_Boolean( p_commit ) THEN
391: COMMIT WORK;
392: END IF;
393: -- Standard call to get message count and if count is 1, get message info.
394: FND_MSG_PUB.Count_And_Get
395: (
396: p_count => x_msg_count ,
397: p_data => x_msg_data ,

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

493: WHERE lookup_type = 'ORGANIZATION' order by meaning;
494:
495: BEGIN
496: SAVEPOINT Get_Grp_Organization_Access;
497: -- Standard call to check for call compatibility.
498: IF NOT FND_API.compatible_api_call
499: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
500: THEN
501: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 570: -- Standard check of p_commit.

566: x_noview_organization := l_noview_organization;
567:
568: -- End of API body.
569: << end_Get_Grp_Organ_Access >>
570: -- Standard check of p_commit.
571: IF FND_API.To_Boolean( p_commit ) THEN
572: COMMIT WORK;
573: END IF;
574: -- Standard call to get message count and if count is 1, get message info.

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

570: -- Standard check of p_commit.
571: IF FND_API.To_Boolean( p_commit ) THEN
572: COMMIT WORK;
573: END IF;
574: -- Standard call to get message count and if count is 1, get message info.
575: FND_MSG_PUB.Count_And_Get
576: (
577: p_count => x_msg_count ,
578: p_data => x_msg_data ,