DBA Data[Home] [Help]

APPS.SOA_GENERATE dependencies on FND_FORM_FUNCTIONS_S

Line 979: select fnd_form_functions_s.nextval

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

Line 2049: select fnd_form_functions_s.nextval

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