DBA Data[Home] [Help]

APPS.IBE_DELIVERABLE_EXPIMP_PVT dependencies on IBE_UTIL

Line 412: IF (IBE_UTIL.G_DEBUGON = l_true) THEN

408: END IF;
409: EXCEPTION
410: WHEN FND_API.G_EXC_ERROR THEN
411: --x_error_num := x_error_num + 1;
412: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
413: ibe_util.debug('Expected error in IBE_DELIVERABLE_GRP.save_template_mappping');
414: END IF;
415: ROLLBACK TO save_template_mapping_pvt;
416: x_return_status := FND_API.G_RET_STS_ERROR;

Line 413: ibe_util.debug('Expected error in IBE_DELIVERABLE_GRP.save_template_mappping');

409: EXCEPTION
410: WHEN FND_API.G_EXC_ERROR THEN
411: --x_error_num := x_error_num + 1;
412: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
413: ibe_util.debug('Expected error in IBE_DELIVERABLE_GRP.save_template_mappping');
414: END IF;
415: ROLLBACK TO save_template_mapping_pvt;
416: x_return_status := FND_API.G_RET_STS_ERROR;
417: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,

Line 422: IF (IBE_UTIL.G_DEBUGON = l_true) THEN

418: p_count => x_msg_count ,
419: p_data => x_msg_data);
420: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
421: --x_error_num := x_error_num + 1;
422: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
423: ibe_util.debug('Unexpected error in IBE_DELIVERABLE_GRP.save_template_mappping');
424: END IF;
425: ROLLBACK TO save_template_mapping_pvt;
426: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 423: ibe_util.debug('Unexpected error in IBE_DELIVERABLE_GRP.save_template_mappping');

419: p_data => x_msg_data);
420: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
421: --x_error_num := x_error_num + 1;
422: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
423: ibe_util.debug('Unexpected error in IBE_DELIVERABLE_GRP.save_template_mappping');
424: END IF;
425: ROLLBACK TO save_template_mapping_pvt;
426: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
427: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,

Line 434: IF (IBE_UTIL.G_DEBUGON = l_true) THEN

430: WHEN OTHERS THEN
431: ROLLBACK TO save_template_mapping_pvt;
432: -- x_error_num := x_error_num + 1;
433: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
434: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
435: ibe_util.debug('Unknown error in IBE_DELIVERABLE_GRP.save_template_mappping');
436: END IF;
437: IF FND_Msg_Pub.Check_Msg_Level( FND_Msg_Pub.G_MSG_LVL_UNEXP_ERROR ) THEN
438: FND_Msg_Pub.Add_Exc_Msg(G_PKG_NAME,

Line 435: ibe_util.debug('Unknown error in IBE_DELIVERABLE_GRP.save_template_mappping');

431: ROLLBACK TO save_template_mapping_pvt;
432: -- x_error_num := x_error_num + 1;
433: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
434: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
435: ibe_util.debug('Unknown error in IBE_DELIVERABLE_GRP.save_template_mappping');
436: END IF;
437: IF FND_Msg_Pub.Check_Msg_Level( FND_Msg_Pub.G_MSG_LVL_UNEXP_ERROR ) THEN
438: FND_Msg_Pub.Add_Exc_Msg(G_PKG_NAME,
439: L_API_NAME);