DBA Data[Home] [Help]

APPS.IBE_DSPMGRVALIDATION_GRP dependencies on IBE_DSP_SECTIONS_B

Line 600: from ibe_dsp_sections_b where

596:
597: CURSOR section_cur( p_section_id IN NUMBER ) IS
598: -- select section_id
599: select 1
600: from ibe_dsp_sections_b where
601: section_id = p_section_id;
602: l_exists NUMBER;
603: l_return_status boolean := false;
604:

Line 646: from ibe_dsp_sections_b where

642:
643: CURSOR section_cur( p_section_id IN NUMBER ) IS
644: -- select section_id
645: select 1
646: from ibe_dsp_sections_b where
647: section_id = p_section_id ;
648: l_exists NUMBER;
649: l_return_status boolean := false;
650: BEGIN