DBA Data[Home] [Help]

APPS.INV_LABEL_PVT1 dependencies on DUAL

Line 1881: , DUAL d

1877: , mtl_material_statuses_vl mmsvl
1878: , po_hazard_classes poh
1879: , mtl_parameters mp
1880: /*Commented for bug# 6334460 start
1881: , DUAL d
1882: Commented for bug# 6334460 end */
1883: , wms_item_locations_kfv wilk
1884: --, mtl_item_locations_kfv milk -- Modified for bug # 5015415
1885: /*Commented for bug# 6334460 start

Line 3760: FROM DUAL;

3756:
3757: IF (l_gtin_enabled AND l_quantity > 1) THEN
3758: SELECT FLOOR(l_quantity)
3759: INTO l_quantity_floor
3760: FROM DUAL;
3761:
3762:
3763: IF (l_debug =1) THEN
3764: trace('l_quantity_floor :'||l_quantity_floor);