DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on MTL_LOT_NUMBERS

Line 3148: FROM mtl_lot_numbers

3144: n_attribute7,
3145: n_attribute8,
3146: n_attribute9,
3147: lot_attribute_category
3148: FROM mtl_lot_numbers
3149: WHERE inventory_item_id = c_inv_item_id
3150: AND organization_id = c_organization_id
3151: AND lot_number = c_lot_name;
3152: