DBA Data[Home] [Help]

APPS.WF_WS_GEN dependencies on FND_OBJECTS_S

Line 876: select fnd_objects_s.nextval

872: and class_type = 'WEBSERVICEDOC'
873: for update ;
874:
875: cursor c_irep_class_id is
876: select fnd_objects_s.nextval
877: from dual;
878:
879: l_class_id number;
880: