DBA Data[Home] [Help]

APPS.SOA_GENERATE dependencies on DUAL

Line 754: from dual;

750: for update ;
751:
752: cursor c_irep_class_id is
753: select fnd_objects_s.nextval
754: from dual;
755:
756: l_class_id number;
757:
758:

Line 982: from dual;

978: for update;
979:
980: cursor c_irep_function_id is
981: select fnd_form_functions_s.nextval
982: from dual;
983:
984: l_function_id number := 0;
985:
986:

Line 2052: from dual;

2048:
2049:
2050: cursor c_irep_function_id is
2051: select fnd_form_functions_s.nextval
2052: from dual;
2053:
2054: --l_function_id number := 0;
2055:
2056: