DBA Data[Home] [Help]

APPS.IBE_PROD_RELATION_GRP dependencies on STANDARD

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

168: l_rule_type VARCHAR2(10);
169:
170: BEGIN
171: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');
172: -- Standard call to check for call compatibility.
173: IF NOT FND_API.Compatible_API_Call( l_api_version,
174: p_api_version,
175: l_api_name,
176: G_PKG_NAME )

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

220:
221: IF (l_debug = 'Y') THEN
222: IBE_UTIL.debug('IBE_Prod_Relation_GRP.Get_Related_Items(-)');
223: END IF;
224: -- Standard call to get message count and if count is 1, get message info.
225: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
226: p_count => x_msg_count ,
227: p_data => x_msg_data );
228: EXCEPTION

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

411: l_rule_type VARCHAR2(10);
412:
413: BEGIN
414: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');
415: -- Standard call to check for call compatibility.
416: IF NOT FND_API.Compatible_API_Call( l_api_version,
417: p_api_version,
418: l_api_name,
419: G_PKG_NAME )

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

656: -- End of API body.
657: IF (l_debug = 'Y') THEN
658: IBE_UTIL.debug('IBE_Prod_Relation_GRP.Get_Related_Items(-)');
659: END IF;
660: -- Standard call to get message count and if count is 1, get message info.
661: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
662: p_count => x_msg_count ,
663: p_data => x_msg_data );
664: EXCEPTION

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

1109: BEGIN
1110: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');
1111: l_item_ids := ' ';
1112:
1113: -- Standard call to check for call compatibility.
1114: IF NOT FND_API.Compatible_API_Call( l_api_version,
1115: p_api_version,
1116: l_api_name,
1117: G_PKG_NAME )

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

1565: -- End of API body.
1566: IF (l_debug = 'Y') THEN
1567: IBE_UTIL.debug('IBE_Prod_Relation_GRP.Get_Related_Items(-)');
1568: END IF;
1569: -- Standard call to get message count and if count is 1, get message info.
1570: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
1571: p_count => x_msg_count ,
1572: p_data => x_msg_data );
1573: EXCEPTION