DBA Data[Home] [Help]

APPS.IBE_M_IBC_INT_PVT dependencies on IBC_CITEM_ADMIN_GRP

Line 906: IBE_UTIL.debug('Calling IBC_CITEM_ADMIN_GRP.delete_association starts');

902: l_content_item_id := p_content_item_id;
903: l_association_type_code := NVL(p_association_type_code,
904: g_association_type_code);
905: IF (l_debug = 'Y') THEN
906: IBE_UTIL.debug('Calling IBC_CITEM_ADMIN_GRP.delete_association starts');
907: IBE_UTIL.debug('p_content_item_id = '||l_content_item_id);
908: IBE_UTIL.debug('p_association_type_code = '||l_association_type_code);
909: IBE_UTIL.debug('p_associated_object_val1 = '||TO_CHAR(p_media_object_id));
910: END IF;

Line 911: IBC_CITEM_ADMIN_GRP.delete_association(

907: IBE_UTIL.debug('p_content_item_id = '||l_content_item_id);
908: IBE_UTIL.debug('p_association_type_code = '||l_association_type_code);
909: IBE_UTIL.debug('p_associated_object_val1 = '||TO_CHAR(p_media_object_id));
910: END IF;
911: IBC_CITEM_ADMIN_GRP.delete_association(
912: p_content_item_id => l_content_item_id,
913: p_association_type_code => l_association_type_code,
914: p_associated_object_val1 => TO_CHAR(p_media_object_id),
915: p_commit => FND_API.g_false,

Line 922: IBE_UTIL.debug('Calling IBC_CITEM_ADMIN_GRP.delete_association ends:'||x_return_status);

918: x_return_status => x_return_status,
919: x_msg_count => x_msg_count,
920: x_msg_data => x_msg_data);
921: IF (l_debug = 'Y') THEN
922: IBE_UTIL.debug('Calling IBC_CITEM_ADMIN_GRP.delete_association ends:'||x_return_status);
923: END IF;
924: IF (x_return_status = FND_API.G_RET_STS_ERROR) THEN
925: IF (l_debug = 'Y') THEN
926: IBE_UTIL.debug('Error in IBC_CITEM_ADMIN_GRP.delete_association');

Line 926: IBE_UTIL.debug('Error in IBC_CITEM_ADMIN_GRP.delete_association');

922: IBE_UTIL.debug('Calling IBC_CITEM_ADMIN_GRP.delete_association ends:'||x_return_status);
923: END IF;
924: IF (x_return_status = FND_API.G_RET_STS_ERROR) THEN
925: IF (l_debug = 'Y') THEN
926: IBE_UTIL.debug('Error in IBC_CITEM_ADMIN_GRP.delete_association');
927: for i in 1..x_msg_count loop
928: l_msg_data := FND_MSG_PUB.get(i,FND_API.G_FALSE);
929: IBE_UTIL.debug(l_msg_data);
930: end loop;

Line 935: IBE_UTIL.debug('Error in IBC_CITEM_ADMIN_GRP.delete_association');

931: END IF;
932: RAISE FND_API.G_EXC_ERROR;
933: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
934: IF (l_debug = 'Y') THEN
935: IBE_UTIL.debug('Error in IBC_CITEM_ADMIN_GRP.delete_association');
936: for i in 1..x_msg_count loop
937: l_msg_data := FND_MSG_PUB.get(i,FND_API.G_FALSE);
938: IBE_UTIL.debug(l_msg_data);
939: end loop;