DBA Data[Home] [Help]

APPS.INV_ROI_INTEGRATION_GRP dependencies on FND_PROFILE

Line 17: g_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);

13: g_exc_error EXCEPTION;
14: g_exc_unexpected_error EXCEPTION;
15:
16: /*Global variable for storing the INV:DEBUG TRACE profile value */
17: g_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
18:
19: PROCEDURE INV_VALIDATE_LOT(
20: x_return_status OUT NOCOPY VARCHAR2 ,
21: x_msg_data OUT NOCOPY VARCHAR2 ,