DBA Data[Home] [Help]

APPS.INV_TRANSACTION_FLOW_PVT dependencies on INV_RELEASE

Line 1910: If (inv_control.get_current_release_level >= INV_Release.Get_J_RELEASE_LEVEL) Then

1906: x_return_status:=FND_API.G_RET_STS_SUCCESS;
1907:
1908: --Bug 3439577 fix. Inline branching checks
1909: --for inventory
1910: If (inv_control.get_current_release_level >= INV_Release.Get_J_RELEASE_LEVEL) Then
1911: INV_J_INSTALLED :=TRUE;
1912: if g_debug=1 then
1913: debug('INV J Installed','Create_IC_Transaction_Flow');
1914: end if;