DBA Data[Home] [Help]

APPS.INV_AUTODETAIL dependencies on MTL_ITEM_LOC_DEFAULTS

Line 270: FROM mtl_item_loc_defaults mtld,

266: AND organization_id = l_organization_id ;
267: --
268: CURSOR l_locator_csr IS
269: SELECT locator_id
270: FROM mtl_item_loc_defaults mtld,
271: mtl_item_locations mil
272: WHERE mtld.locator_id = mil.inventory_location_id
273: AND mtld.organization_id = mil.organization_id
274: AND mtld.inventory_item_id = l_inventory_item_id