DBA Data[Home] [Help]

APPS.IBE_REPORTING_PVT dependencies on IBE_MSITES_B

Line 1828: ibe_msites_b b

1824: l_display_name varchar2(100);
1825: cursor get_concat_ids(section_id number, l_store_id number) is
1826: select a.concat_ids, b.msite_root_section_id
1827: from ibe_dsp_msite_sct_sects a,
1828: ibe_msites_b b
1829: where a.child_section_id = section_id
1830: and a.mini_site_id = 1
1831: and b.msite_id = l_store_id
1832: and b.site_type = 'I'; -- Changed as per the Bug # 4394901