DBA Data[Home] [Help]

APPS.IBE_PROD_RELATION_PVT dependencies on STANDARD

Line 27: -- Standard Start of API savepoint

23:
24: BEGIN
25: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');
26:
27: -- Standard Start of API savepoint
28: SAVEPOINT Insert_Relationship_PVT;
29:
30: -- Standard call to check for call compatibility.
31: IF NOT FND_API.Compatible_API_Call( L_API_VERSION,

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

26:
27: -- Standard Start of API savepoint
28: SAVEPOINT Insert_Relationship_PVT;
29:
30: -- Standard call to check for call compatibility.
31: IF NOT FND_API.Compatible_API_Call( L_API_VERSION,
32: p_api_version,
33: L_API_NAME,
34: G_PKG_NAME )

Line 117: -- Standard check of p_commit.

113: IF (l_debug = 'Y') THEN
114: IBE_UTIL.debug('IBE_Prod_Relation_PVT.Insert_Relationship(-)');
115: END IF;
116:
117: -- Standard check of p_commit.
118: IF FND_API.To_Boolean( p_commit ) THEN
119: COMMIT WORK;
120: END IF;
121:

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

118: IF FND_API.To_Boolean( p_commit ) THEN
119: COMMIT WORK;
120: END IF;
121:
122: -- Standard call to get message count and if count is 1, get message info.
123: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
124: p_count => x_msg_count ,
125: p_data => x_msg_data );
126:

Line 178: -- Standard Start of API savepoint

174:
175: BEGIN
176: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');
177:
178: -- Standard Start of API savepoint
179: SAVEPOINT Update_Relationship_PVT;
180:
181: -- Standard call to check for call compatibility.
182: IF NOT FND_API.Compatible_API_Call( L_API_VERSION,

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

177:
178: -- Standard Start of API savepoint
179: SAVEPOINT Update_Relationship_PVT;
180:
181: -- Standard call to check for call compatibility.
182: IF NOT FND_API.Compatible_API_Call( L_API_VERSION,
183: p_api_version,
184: L_API_NAME,
185: G_PKG_NAME )

Line 263: -- Standard check of p_commit.

259: IF (l_debug = 'Y') THEN
260: IBE_UTIL.debug('IBE_Prod_Relation_PVT.Update_Relationship(-)');
261: END IF;
262:
263: -- Standard check of p_commit.
264: IF FND_API.To_Boolean( p_commit ) THEN
265: COMMIT WORK;
266: END IF;
267:

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

264: IF FND_API.To_Boolean( p_commit ) THEN
265: COMMIT WORK;
266: END IF;
267:
268: -- Standard call to get message count and if count is 1, get message info.
269: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
270: p_count => x_msg_count ,
271: p_data => x_msg_data );
272: EXCEPTION

Line 325: -- Standard Start of API savepoint

321:
322: BEGIN
323: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');
324:
325: -- Standard Start of API savepoint
326: SAVEPOINT Update_Relationship_Detail_PVT;
327:
328: -- Standard call to check for call compatibility.
329: IF NOT FND_API.Compatible_API_Call( L_API_VERSION,

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

324:
325: -- Standard Start of API savepoint
326: SAVEPOINT Update_Relationship_Detail_PVT;
327:
328: -- Standard call to check for call compatibility.
329: IF NOT FND_API.Compatible_API_Call( L_API_VERSION,
330: p_api_version,
331: L_API_NAME,
332: G_PKG_NAME )

Line 410: -- Standard check of p_commit.

406: IF (l_debug = 'Y') THEN
407: IBE_UTIL.debug('IBE_Prod_Relation_PVT.Update_Relationship_Detail(-)');
408: END IF;
409:
410: -- Standard check of p_commit.
411: IF FND_API.To_Boolean( p_commit ) THEN
412: COMMIT WORK;
413: END IF;
414:

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

411: IF FND_API.To_Boolean( p_commit ) THEN
412: COMMIT WORK;
413: END IF;
414:
415: -- Standard call to get message count and if count is 1, get message info.
416: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
417: p_count => x_msg_count ,
418: p_data => x_msg_data );
419: EXCEPTION

Line 467: -- Standard Start of API savepoint

463:
464: BEGIN
465: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');
466:
467: -- Standard Start of API savepoint
468: SAVEPOINT Delete_Relationship_PVT;
469:
470: -- Standard call to check for call compatibility.
471: IF NOT FND_API.Compatible_API_Call( L_API_VERSION,

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

466:
467: -- Standard Start of API savepoint
468: SAVEPOINT Delete_Relationship_PVT;
469:
470: -- Standard call to check for call compatibility.
471: IF NOT FND_API.Compatible_API_Call( L_API_VERSION,
472: p_api_version,
473: L_API_NAME,
474: G_PKG_NAME )

Line 558: -- Standard check of p_commit.

554: IF (l_debug = 'Y') THEN
555: IBE_UTIL.debug('IBE_Prod_Relation_PVT.Delete_Relationship(-)');
556: END IF;
557:
558: -- Standard check of p_commit.
559: IF FND_API.To_Boolean( p_commit ) THEN
560: COMMIT WORK;
561: END IF;
562:

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

559: IF FND_API.To_Boolean( p_commit ) THEN
560: COMMIT WORK;
561: END IF;
562:
563: -- Standard call to get message count and if count is 1, get message info.
564: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
565: p_count => x_msg_count ,
566: p_data => x_msg_data );
567: EXCEPTION

Line 617: -- Standard Start of API savepoint

613:
614: BEGIN
615: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');
616:
617: -- Standard Start of API savepoint
618: SAVEPOINT Exclude_Related_Items_PVT;
619:
620: -- Standard call to check for call compatibility.
621: IF NOT FND_API.Compatible_API_Call( L_API_VERSION,

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

616:
617: -- Standard Start of API savepoint
618: SAVEPOINT Exclude_Related_Items_PVT;
619:
620: -- Standard call to check for call compatibility.
621: IF NOT FND_API.Compatible_API_Call( L_API_VERSION,
622: p_api_version,
623: L_API_NAME,
624: G_PKG_NAME )

Line 657: -- Standard check of p_commit.

653: IF (l_debug = 'Y') THEN
654: IBE_UTIL.debug('IBE_Prod_Relation_PVT.Exclude_Related_Items(-)');
655: END IF;
656:
657: -- Standard check of p_commit.
658: IF FND_API.To_Boolean( p_commit ) THEN
659: COMMIT WORK;
660: END IF;
661:

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

658: IF FND_API.To_Boolean( p_commit ) THEN
659: COMMIT WORK;
660: END IF;
661:
662: -- Standard call to get message count and if count is 1, get message info.
663: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
664: p_count => x_msg_count ,
665: p_data => x_msg_data );
666: EXCEPTION

Line 716: -- Standard Start of API savepoint

712:
713: BEGIN
714: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');
715:
716: -- Standard Start of API savepoint
717: SAVEPOINT Include_Related_Items_PVT;
718:
719: -- Standard call to check for call compatibility.
720: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,

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

715:
716: -- Standard Start of API savepoint
717: SAVEPOINT Include_Related_Items_PVT;
718:
719: -- Standard call to check for call compatibility.
720: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,
721: p_api_version,
722: L_API_NAME ,
723: G_PKG_NAME )

Line 752: -- Standard check of p_commit.

748: IF (l_debug = 'Y') THEN
749: IBE_UTIL.debug('IBE_Prod_Relation_PVT.Include_Related_Items(-)');
750: END IF;
751:
752: -- Standard check of p_commit.
753: IF FND_API.To_Boolean( p_commit ) THEN
754: COMMIT WORK;
755: END IF;
756:

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

753: IF FND_API.To_Boolean( p_commit ) THEN
754: COMMIT WORK;
755: END IF;
756:
757: -- Standard call to get message count and if count is 1, get message info.
758: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
759: p_count => x_msg_count ,
760: p_data => x_msg_data );
761: EXCEPTION