DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on MTL_ITEM_LOC_DEFAULTS

Line 307: from mtl_item_loc_defaults

303: end if;
304: if x_subinventory is not null then
305: select locator_id
306: into x_locator_id
307: from mtl_item_loc_defaults
308: where inventory_item_id = x_item_id
309: and organization_id = x_org_id
310: and subinventory_code = x_subinventory
311: and default_type = 2;