DBA Data[Home] [Help]

APPS.INV_RCV_STD_INSPECT_APIS dependencies on MTL_LOT_NUMBERS

Line 173: FROM mtl_lot_numbers

169: , l_origination_type --OPM Convergence
170: , l_expiration_action_code --OPM Convergence
171: , l_expiration_action_date --OPM Convergence
172: , l_hold_date --OPM Convergence
173: FROM mtl_lot_numbers
174: WHERE lot_number = p_lot_number
175: AND inventory_item_id = p_inventory_item_id
176: AND organization_id = p_organization_id;
177:

Line 687: FROM mtl_lot_numbers

683: ,
684: l_expiration_action_date --OPM Convergence
685: ,
686: l_hold_date --OPM Convergence
687: FROM mtl_lot_numbers
688: WHERE lot_number = p_lot_number
689: AND inventory_item_id = p_inventory_item_id
690: AND organization_id = p_organization_id;
691: