DBA Data[Home] [Help]

APPS.IBE_M_AUTOPLACEMENT_PVT dependencies on IBE_DSP_SECTIONS_B

Line 182: FROM ibe_dsp_sections_b

178:
179: -- Check if a section is a featured section
180: CURSOR c_check_featured_section(c_section_id NUMBER) IS
181: SELECT 1
182: FROM ibe_dsp_sections_b
183: WHERE section_id = c_section_id
184: AND section_type_code = 'F';
185:
186: -- Check if a section has subsection or not