DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on MTL_ITEM_SUB_DEFAULTS

Line 319: from mtl_item_sub_defaults

315: x_progress := 20;
316:
317: select subinventory_code
318: into x_subinventory
319: from mtl_item_sub_defaults
320: where inventory_item_id = x_item_id
321: and organization_id = x_org_id
322: and default_type = 2;
323: