DBA Data[Home] [Help]

APPS.INV_RCV_COMMON_APIS dependencies on MTL_ITEM_SUB_DEFAULTS

Line 3973: FROM mtl_item_sub_defaults

3969:
3970: BEGIN
3971: SELECT subinventory_code
3972: INTO x_sub_code
3973: FROM mtl_item_sub_defaults
3974: WHERE inventory_item_id = p_item_id
3975: AND organization_id = p_organization_id
3976: AND default_type = 2;
3977: EXCEPTION