DBA Data[Home] [Help]

APPS.IBE_M_MIGRATION_PVT dependencies on IBE_MSITES_VL

Line 1724: from ibe_msites_vl b

1720: -- for a media object
1721: CURSOR c_get_item_sites_csr(c_item_id NUMBER) IS
1722: SELECT b.msite_id, b.msite_name, decode(b.msite_id,1,'Y','N'),
1723: b.default_language_code
1724: from ibe_msites_vl b
1725: where EXISTS (select NULL
1726: FROM ibe_dsp_lgl_phys_map a
1727: WHERE a.msite_id = b.msite_id
1728: AND a.item_id = c_item_id