DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on DUAL

Line 115: from dual;

111: BEGIN
112:
113: select oke_k_funding_sources_s.nextval
114: into l_funding_source_id
115: from dual;
116:
117: return(l_funding_source_id);
118:
119: END get_funding_source_id;

Line 795: from dual

791: start with parent_project_id = x_project_id
792: connect by parent_project_id = prior sub_project_id
793: union all
794: select x_project_id
795: from dual
796: );
797:
798: l_dummy_value VARCHAR2(1) := '?';
799: l_project_id NUMBER;