DBA Data[Home] [Help]

APPS.INV_3PL_SEEDED_SOURCES dependencies on MTL_ITEM_LOCATIONS

Line 1112: from mtl_item_locations

1108:
1109: BEGIN
1110: Select width , length
1111: into x_width , x_length
1112: from mtl_item_locations
1113: where inventory_location_id = p_inventory_location_id
1114: and organization_id = p_organization_id;
1115:
1116: x_max_area := Nvl(x_width,0) * Nvl ( x_length,0);