DBA Data[Home] [Help]

APPS.INV_RCV_COMMON_APIS dependencies on MTL_ITEM_SUB_DEFAULTS

Line 4456: FROM mtl_item_sub_defaults

4452:
4453: BEGIN
4454: SELECT subinventory_code
4455: INTO x_sub_code
4456: FROM mtl_item_sub_defaults
4457: WHERE inventory_item_id = p_item_id
4458: AND organization_id = p_organization_id
4459: AND default_type = 2;
4460: EXCEPTION