DBA Data[Home] [Help]

APPS.WMS_DEVICE_CONFIRMATION_PUB dependencies on WMS_GLOBALS

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

3370: l_any_row_failed := TRUE;
3371: update_wdr_for_error_rec(l_rec.task_id,l_rec.relation_id);
3372: GOTO continue_loop;
3373: END;
3374: IF (l_lpn_controlled_flag IS NULL) OR (l_lpn_controlled_flag <> wms_globals.g_lpn_controlled_sub) THEN
3375: IF (l_debug = 1) THEN
3376: trace('Invalid Sub:SUB is not LPN Controlled');
3377: END IF;
3378: FND_MESSAGE.SET_NAME('WMS', 'WMS_SUB_NOLPN_CTRLD');