DBA Data[Home] [Help]

APPS.SOA_GENERATE dependencies on FND_FORM_FUNCTIONS_S

Line 981: select fnd_form_functions_s.nextval

977: and type = 'INTERFACE'
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:

Line 2051: select fnd_form_functions_s.nextval

2047: c_base_object_entry_rec c_base_object_entry%ROWTYPE;
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: