[Home] [Help]
797:
798: -- Create the function if does not exist. We know that it is a BSC function.
799: IF h_function_id = -1 THEN
800: -- Get the function_id
801: SELECT fnd_form_functions_s.nextval INTO h_function_id FROM DUAL;
802:
803: -- Get all info about the function in the source to create it in the target
804: h_web_host_name := NULL;
805: h_web_agent_name := NULL;