DBA Data[Home] [Help]

APPS.WSM_LOTATTR_PVT dependencies on MTL_TRANSACTION_LOTS_INTERFACE

Line 258: from mtl_transaction_lots_interface mtli

254:
255: begin
256: select 1
257: into l_intf_temp
258: from mtl_transaction_lots_interface mtli
259: where mtli.product_transaction_id=p_intf_txn_id
260: and mtli.product_code=p_intf_src_code
261: and mtli.lot_number=p_lot_number;
262:

Line 1049: FROM mtl_transaction_lots_interface

1045: ,l_invattr_tbl(12)
1046: ,l_invattr_tbl(13)
1047: ,l_invattr_tbl(14)
1048: ,l_invattr_tbl(15)
1049: FROM mtl_transaction_lots_interface
1050: WHERE product_transaction_id=p_intf_txn_id
1051: AND product_code=p_intf_src_code
1052: AND lot_number=p_lot_number;
1053: