DBA Data[Home] [Help]

APPS.EGO_MASS_UPDATE_PVT dependencies on FND_PROFILE

Line 7: G_DEBUG CONSTANT NUMBER := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

3:
4: --Debug Profile option used to write Error_Handler.Write_Debug
5: --Profile option name = INV_DEBUG_TRACE ; User Profile Option Name = INV: Debug Trace
6: --Value: 1 (True) ; 0 (False)
7: G_DEBUG CONSTANT NUMBER := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
8:
9:
10:
11: --========================================================================

Line 73: /* l_max_batch_size := NVL( TO_NUMBER (FND_PROFILE.Value('INV_CCEOI_COMMIT_POINT') )

69:
70: Write_Debug('In Item Org Assignment API');
71:
72: -- Commented for Bug 5464843
73: /* l_max_batch_size := NVL( TO_NUMBER (FND_PROFILE.Value('INV_CCEOI_COMMIT_POINT') )
74: , 1000
75: );
76: */
77: