DBA Data[Home] [Help]

APPS.INV_LOT_API_PUB dependencies on FND_PROFILE

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

54: /*Exception definitions */
55: g_exc_error EXCEPTION;
56: g_exc_unexpected_error EXCEPTION;
57: /*Local variable for stoRing the INV:DEBUG TRACE profile value */
58: g_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
59: osfm_form_no_validate CONSTANT NUMBER := 1;
60: osfm_open_interface CONSTANT NUMBER := 2;
61: osfm_form_validate CONSTANT NUMBER := 3;
62: inv CONSTANT NUMBER := 4;