DBA Data[Home] [Help]

APPS.WMS_PARAMETER_PVT dependencies on INV_LOC_WMS_UTILS

Line 946: inv_loc_wms_utils.get_locator_unit_capacity(

942: ELSIF p_locator_id IS NULL THEN
943: l_capacity := 1e125;
944: -- otherwise return maximum units ( no uom conversions possible )
945: ELSE
946: inv_loc_wms_utils.get_locator_unit_capacity(
947: x_return_status => l_return_status
948: , x_msg_count => l_msg_count
949: , x_msg_data => l_msg_data
950: , x_location_maximum_units => l_loc_max_units

Line 1001: inv_loc_wms_utils.get_locator_unit_capacity(

997: -- get on-hand regardless UOM
998: ELSIF p_locator_id IS NULL THEN
999: l_capacity := 0;
1000: ELSE
1001: inv_loc_wms_utils.get_locator_unit_capacity(
1002: x_return_status => l_return_status
1003: , x_msg_count => l_msg_count
1004: , x_msg_data => l_msg_data
1005: , x_location_maximum_units => l_loc_max_units

Line 1068: inv_loc_wms_utils.get_locator_unit_capacity(

1064: -- get on-hand regardless UOM
1065: ELSIF p_locator_id IS NULL THEN
1066: l_capacity := 1e125;
1067: ELSE
1068: inv_loc_wms_utils.get_locator_unit_capacity(
1069: x_return_status => l_return_status
1070: , x_msg_count => l_msg_count
1071: , x_msg_data => l_msg_data
1072: , x_location_maximum_units => l_loc_max_units

Line 1221: inv_loc_wms_utils.get_locator_volume_capacity(

1217: -- if no locator specified -> sub w/o loc -> infinite capacity
1218: ELSIF p_locator_id IS NULL THEN
1219: RETURN 1e125;
1220: ELSE
1221: inv_loc_wms_utils.get_locator_volume_capacity(
1222: x_return_status => l_return_status
1223: , x_msg_count => l_msg_count
1224: , x_msg_data => l_msg_data
1225: , x_volume_uom_code => l_volume_uom_code

Line 1362: inv_loc_wms_utils.get_locator_weight_capacity(

1358: -- if no locator specified -> sub w/o loc -> infinite capacity
1359: ELSIF p_locator_id IS NULL THEN
1360: RETURN 1e125;
1361: ELSE
1362: inv_loc_wms_utils.get_locator_weight_capacity(
1363: x_return_status => l_return_status
1364: , x_msg_count => l_msg_count
1365: , x_msg_data => l_msg_data
1366: , x_location_weight_uom_code => l_weight_uom_code

Line 1497: inv_loc_wms_utils.get_locator_volume_capacity(

1493: -- if no locator specified -> sub w/o loc -> infinite capacity
1494: ELSIF p_locator_id IS NULL THEN
1495: RETURN 0;
1496: ELSE
1497: inv_loc_wms_utils.get_locator_volume_capacity(
1498: x_return_status => l_return_status
1499: , x_msg_count => l_msg_count
1500: , x_msg_data => l_msg_data
1501: , x_volume_uom_code => l_volume_uom_code

Line 1643: inv_loc_wms_utils.get_locator_weight_capacity(

1639: -- if no locator specified -> sub w/o loc -> infinite capacity
1640: ELSIF p_locator_id IS NULL THEN
1641: RETURN 0;
1642: ELSE
1643: inv_loc_wms_utils.get_locator_weight_capacity(
1644: x_return_status => l_return_status
1645: , x_msg_count => l_msg_count
1646: , x_msg_data => l_msg_data
1647: , x_location_weight_uom_code => l_weight_uom_code

Line 1777: inv_loc_wms_utils.get_locator_volume_capacity(

1773: -- if no locator specified -> sub w/o loc -> infinite capacity
1774: ELSIF p_locator_id IS NULL THEN
1775: RETURN 1e125;
1776: ELSE
1777: inv_loc_wms_utils.get_locator_volume_capacity(
1778: x_return_status => l_return_status
1779: , x_msg_count => l_msg_count
1780: , x_msg_data => l_msg_data
1781: , x_volume_uom_code => l_volume_uom_code

Line 1919: inv_loc_wms_utils.get_locator_weight_capacity(

1915: -- if no locator specified -> sub w/o loc -> infinite capacity
1916: ELSIF p_locator_id IS NULL THEN
1917: RETURN 1e125;
1918: ELSE
1919: inv_loc_wms_utils.get_locator_weight_capacity(
1920: x_return_status => l_return_status
1921: , x_msg_count => l_msg_count
1922: , x_msg_data => l_msg_data
1923: , x_location_weight_uom_code => l_weight_uom_code

Line 2434: inv_loc_wms_utils.get_locator_capacity

2430: ELSIF p_locator_id IS NULL THEN
2431: RETURN 1e125;
2432: END IF;
2433:
2434: inv_loc_wms_utils.get_locator_capacity
2435: (x_return_status => l_return_status
2436: ,x_msg_count => l_msg_count
2437: ,x_msg_data => l_msg_data
2438: ,x_location_maximum_units => l_loc_max_units

Line 2759: inv_loc_wms_utils.get_locator_capacity

2755: ELSIF p_locator_id IS NULL THEN
2756: RETURN 0;
2757: END IF;
2758:
2759: inv_loc_wms_utils.get_locator_capacity
2760: (x_return_status => l_return_status
2761: ,x_msg_count => l_msg_count
2762: ,x_msg_data => l_msg_data
2763: ,x_location_maximum_units => l_loc_max_units

Line 3073: inv_loc_wms_utils.get_locator_capacity

3069: ELSIF p_locator_id IS NULL THEN
3070: RETURN 1e125;
3071: END IF;
3072:
3073: inv_loc_wms_utils.get_locator_capacity
3074: (x_return_status => l_return_status
3075: ,x_msg_count => l_msg_count
3076: ,x_msg_data => l_msg_data
3077: ,x_location_maximum_units => l_loc_max_units

Line 3566: inv_loc_wms_utils.get_locator_capacity

3562: ELSIF p_locator_id IS NULL THEN
3563: RETURN 1e125;
3564: END IF;
3565:
3566: inv_loc_wms_utils.get_locator_capacity
3567: (x_return_status => l_return_status
3568: ,x_msg_count => l_msg_count
3569: ,x_msg_data => l_msg_data
3570: ,x_location_maximum_units => l_loc_max_units

Line 3886: inv_loc_wms_utils.get_locator_capacity

3882: ELSIF p_locator_id IS NULL THEN
3883: RETURN 0;
3884: END IF;
3885:
3886: inv_loc_wms_utils.get_locator_capacity
3887: (x_return_status => l_return_status
3888: ,x_msg_count => l_msg_count
3889: ,x_msg_data => l_msg_data
3890: ,x_location_maximum_units => l_loc_max_units

Line 4202: inv_loc_wms_utils.get_locator_capacity

4198: ELSIF p_locator_id IS NULL THEN
4199: RETURN 1e125;
4200: END IF;
4201:
4202: inv_loc_wms_utils.get_locator_capacity
4203: (x_return_status => l_return_status
4204: ,x_msg_count => l_msg_count
4205: ,x_msg_data => l_msg_data
4206: ,x_location_maximum_units => l_loc_max_units