DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on MTL_ITEM_LOC_DEFAULTS

Line 330: from mtl_item_loc_defaults

326: end if;
327: if x_subinventory is not null then
328: select locator_id
329: into x_locator_id
330: from mtl_item_loc_defaults
331: where inventory_item_id = x_item_id
332: and organization_id = x_org_id
333: and subinventory_code = x_subinventory
334: and default_type = 2;