DBA Data[Home] [Help]

APPS.IBE_REPORTING_PVT dependencies on IBE_DSP_SECTIONS_TL

Line 1835: FROM ibe_dsp_sections_tl

1831: and b.msite_id = l_store_id
1832: and b.site_type = 'I'; -- Changed as per the Bug # 4394901
1833: cursor get_section_name(l_concat_section_id number) is
1834: SELECT display_name
1835: FROM ibe_dsp_sections_tl
1836: WHERE section_id = l_concat_section_id
1837: AND language = userenv('LANG');
1838: BEGIN
1839: OPEN get_concat_ids(section_id, store_id);