DBA Data[Home] [Help]

APPS.WMS_DEVICE_CONFIRMATION_PUB dependencies on WMS_GLOBALS

Line 2829: IF (l_lpn_controlled_flag IS NULL) OR (l_lpn_controlled_flag <> wms_globals.g_lpn_controlled_sub) THEN

2825: l_any_row_failed := TRUE;
2826: update_wdr_for_error_rec(l_rec.task_id,l_rec.relation_id);
2827: GOTO continue_loop;
2828: END;
2829: IF (l_lpn_controlled_flag IS NULL) OR (l_lpn_controlled_flag <> wms_globals.g_lpn_controlled_sub) THEN
2830: IF (l_debug = 1) THEN
2831: trace('Invalid Sub:SUB is not LPN Controlled');
2832: END IF;
2833: FND_MESSAGE.SET_NAME('WMS', 'WMS_SUB_NOLPN_CTRLD');