DBA Data[Home] [Help]

APPS.WSM_SERIAL_SUPPORT_PVT dependencies on MTL_OBJECT_GENEALOGY

Line 1879: from mtl_object_genealogy mog,

1875: l_exists := 0;
1876:
1877: select count(1)
1878: into l_exists
1879: from mtl_object_genealogy mog,
1880: mtl_serial_numbers msn
1881: where mog.object_id = l_gen_object_id
1882: and mog.parent_object_type = 2
1883: and mog.parent_object_id = msn.gen_object_id