DBA Data[Home] [Help]

APPS.SOA_GENERATE dependencies on DUAL

Line 752: from dual;

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

Line 980: from dual;

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

Line 2050: from dual;

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