DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on DUAL

Line 8: select '1' from dual where

4: g_Ext_adv_crit_cmbn tbl_Ext_adv_crit_cmbn ;
5:
6: procedure Change5010(p_file_name IN VARCHAR2) is
7: cursor c_rcd_exists is
8: select '1' from dual where
9: exists (
10: select '1' from ben_ext_rcd r,
11: ben_ext_rcd_in_file rif,
12: ben_ext_file f

Line 2103: FROM DUAL;

2099: g_group_elmt2 := p_ext_group_elmt2 ;
2100:
2101: SELECT USERENV('SESSIONID')
2102: INTO l_sessionid
2103: FROM DUAL;
2104: --
2105:
2106:
2107: -- adding these conditions after checking with the code under