DBA Data[Home] [Help]

APPS.WF_WS_GEN dependencies on FND_FORM_FUNCTIONS_S

Line 1104: select fnd_form_functions_s.nextval

1100: and type =c_type
1101: for update;
1102:
1103: cursor c_irep_function_id is
1104: select fnd_form_functions_s.nextval
1105: from dual;
1106:
1107: l_function_id number := 0;
1108: