DBA Data[Home] [Help]

APPS.INV_SERIAL_NUMBER_PUB dependencies on INV_GLOBALS

Line 3850: IF (p_trx_act_id = inv_globals.g_action_stgxfr) THEN

3846: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
3847: BEGIN
3848: null;
3849:
3850: IF (p_trx_act_id = inv_globals.g_action_stgxfr) THEN
3851: IF (l_debug = 1) THEN
3852: invtrace('The transaction action is staging transfer. Bulk processing of serials are not supported for this transaction');
3853:
3854: END IF;