DBA Data[Home] [Help]

APPS.INV_LABEL_PVT1 dependencies on DUAL

Line 1832: , DUAL d

1828: , mtl_material_statuses_vl mmsvl
1829: , po_hazard_classes poh
1830: , mtl_parameters mp
1831: /*Commented for bug# 6334460 start
1832: , DUAL d
1833: Commented for bug# 6334460 end */
1834: , wms_item_locations_kfv wilk
1835: --, mtl_item_locations_kfv milk -- Modified for bug # 5015415
1836: /*Commented for bug# 6334460 start

Line 3462: FROM DUAL;

3458:
3459: IF (l_gtin_enabled AND l_quantity > 1) THEN
3460: SELECT FLOOR(l_quantity)
3461: INTO l_quantity_floor
3462: FROM DUAL;
3463:
3464:
3465: IF (l_debug =1) THEN
3466: trace('l_quantity_floor :'||l_quantity_floor);