DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PUB dependencies on INV_LOG_UTIL

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

1019: print_debug('p_dynamic_replenishment :'||p_dynamic_replenishment, 'INV_Pick_Release_Pub.Pick_Release');
1020: End If;
1021:
1022: l_return_value := inv_cache.set_pick_release(TRUE); --Added for bug3237702
1023: inv_log_util.g_maintain_log_profile := TRUE; -- Bug 5558315 - duplication so no dependency btw inv_cache and inv_log
1024:
1025: SAVEPOINT Pick_Release_PUB;
1026:
1027: -- Standard Call to check for call compatibility

Line 3485: inv_log_util.g_maintain_log_profile := FALSE;

3481: END IF;
3482:
3483: inv_cache.mo_transaction_date := NULL;
3484: l_return_value := inv_cache.set_pick_release(FALSE); --Added bug3237702
3485: inv_log_util.g_maintain_log_profile := FALSE;
3486:
3487: EXCEPTION
3488: WHEN FND_API.G_EXC_ERROR THEN
3489: --

Line 3492: inv_log_util.g_maintain_log_profile := TRUE;

3488: WHEN FND_API.G_EXC_ERROR THEN
3489: --
3490: x_return_status := FND_API.G_RET_STS_ERROR;
3491: l_return_value := inv_cache.set_pick_release(FALSE); --Added bug3237702
3492: inv_log_util.g_maintain_log_profile := TRUE;
3493: --
3494: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
3495: , p_data => x_msg_data);
3496: --

Line 3501: inv_log_util.g_maintain_log_profile := TRUE;

3497: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3498: --
3499: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3500: l_return_value := inv_cache.set_pick_release(FALSE); --Added bug3237702
3501: inv_log_util.g_maintain_log_profile := TRUE;
3502: --
3503: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count
3504: , p_data => x_msg_data);
3505: --

Line 3515: inv_log_util.g_maintain_log_profile := TRUE;

3511:
3512: ROLLBACK TO Pick_Release_PUB;
3513: --
3514: l_return_value := inv_cache.set_pick_release(FALSE); --Added bug3237702
3515: inv_log_util.g_maintain_log_profile := TRUE;
3516: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3517: --
3518: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3519: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);