DBA Data[Home] [Help]

APPS.CST_PL_IMPORT dependencies on DUAL

Line 532: from dual ;

528: BEGIN
529: --
530: select CST_LISTS_S.currval
531: into l_group_id
532: from dual ;
533: return (l_group_id) ;
534:
535: EXCEPTION
536: when others then