DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on MTL_ITEM_SUB_DEFAULTS

Line 296: from mtl_item_sub_defaults

292: x_progress := 20;
293:
294: select subinventory_code
295: into x_subinventory
296: from mtl_item_sub_defaults
297: where inventory_item_id = x_item_id
298: and organization_id = x_org_id
299: and default_type = 2;
300: