DBA Data[Home] [Help]

APPS.WMS_SEARCH_ORDER_GLOBALS_PVT dependencies on MTL_TXN_REQUEST_LINES

Line 493: from mtl_txn_request_lines

489: if ( l_return_status = 'S' ) then
490:
491: select organization_id, inventory_item_id
492: into l_organization_id, l_inventory_item_id
493: from mtl_txn_request_lines
494: where line_id = l_line_id;
495:
496: if l_debug = 1 then
497: log_procedure('WMS_SEARCH_ORDER_GLOBALS_PVT', 'release_lock',

Line 1107: from mtl_txn_request_lines

1103: --
1104:
1105: if l_line_id > 0 then
1106: select organization_id into l_org_id
1107: from mtl_txn_request_lines
1108: where line_id = l_line_id;
1109: end if;
1110:
1111: if (l_engine_type = 'PICK' ) then