DBA Data[Home] [Help]

APPS.INV_SERIAL_NUMBER_PUB dependencies on INV_GLOBALS

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

4229: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
4230: BEGIN
4231: null;
4232:
4233: IF (p_trx_act_id = inv_globals.g_action_stgxfr) THEN
4234: IF (l_debug = 1) THEN
4235: invtrace('The transaction action is staging transfer. Bulk processing of serials are not supported for this transaction');
4236:
4237: END IF;