DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PUB dependencies on INV_LOG_UTIL

Line 978: inv_log_util.g_maintain_log_profile := TRUE; -- Bug 5558315 - duplication so no dependency btw inv_cache and inv_log

974: print_debug('p_dynamic_replenishment :'||p_dynamic_replenishment, 'INV_Pick_Release_Pub.Pick_Release');
975: End If;
976:
977: l_return_value := inv_cache.set_pick_release(TRUE); --Added for bug3237702
978: inv_log_util.g_maintain_log_profile := TRUE; -- Bug 5558315 - duplication so no dependency btw inv_cache and inv_log
979:
980: SAVEPOINT Pick_Release_PUB;
981:
982: -- Standard Call to check for call compatibility

Line 3317: inv_log_util.g_maintain_log_profile := FALSE;

3313: END IF;
3314:
3315: inv_cache.mo_transaction_date := NULL;
3316: l_return_value := inv_cache.set_pick_release(FALSE); --Added bug3237702
3317: inv_log_util.g_maintain_log_profile := FALSE;
3318:
3319: EXCEPTION
3320: WHEN FND_API.G_EXC_ERROR THEN
3321: --

Line 3324: inv_log_util.g_maintain_log_profile := TRUE;

3320: WHEN FND_API.G_EXC_ERROR THEN
3321: --
3322: x_return_status := FND_API.G_RET_STS_ERROR;
3323: l_return_value := inv_cache.set_pick_release(FALSE); --Added bug3237702
3324: inv_log_util.g_maintain_log_profile := TRUE;
3325: --
3326: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
3327: , p_data => x_msg_data);
3328: --

Line 3333: inv_log_util.g_maintain_log_profile := TRUE;

3329: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3330: --
3331: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3332: l_return_value := inv_cache.set_pick_release(FALSE); --Added bug3237702
3333: inv_log_util.g_maintain_log_profile := TRUE;
3334: --
3335: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
3336: , p_data => x_msg_data);
3337: --

Line 3347: inv_log_util.g_maintain_log_profile := TRUE;

3343:
3344: ROLLBACK TO Pick_Release_PUB;
3345: --
3346: l_return_value := inv_cache.set_pick_release(FALSE); --Added bug3237702
3347: inv_log_util.g_maintain_log_profile := TRUE;
3348: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3349: --
3350: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3351: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);