DBA Data[Home] [Help]

APPS.WSMPINVL dependencies on MTL_TRANSACTION_LOTS_INTERFACE

Line 3597: from mtl_transaction_lots_interface mtli

3593:
3594: begin
3595: select 1,lot_attribute_category
3596: into x_lot_attr_entered,x_rlot_context_entered
3597: from mtl_transaction_lots_interface mtli
3598: where mtli.product_transaction_id=p_header_id
3599: and mtli.product_code='WSM'
3600: and mtli.lot_number=rlot.lot_number;
3601: exception

Line 4146: FROM mtl_transaction_lots_interface

4142: ,l_invattr_tbl(12)
4143: ,l_invattr_tbl(13)
4144: ,l_invattr_tbl(14)
4145: ,l_invattr_tbl(15)
4146: FROM mtl_transaction_lots_interface
4147: WHERE product_transaction_id=p_header_id
4148: AND product_code='WSM'
4149: AND lot_number=rlot.lot_number;
4150: