DBA Data[Home] [Help]

APPS.INV_TXNSTUB_PUB dependencies on FND_PROFILE

Line 41: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0); --Bug#5194809

37: -- Check if Oracle-Install-Base is installed in this instance
38: -- If Install-Base is installed then call the stub of Install-Base,
39: -- otherwise return success
40:
41: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0); --Bug#5194809
42:
43: IF (l_debug = 1) THEN
44: inv_log_util.trace('Entered INV_TXNSTUB_PUB.postTransaction', 'INV_TXNSTUB_PUB', 9);
45: END IF;