DBA Data[Home] [Help]

APPS.WF_WS_GEN dependencies on DBMS_OUTPUT

Line 700: dbms_output.put_line('I_Operation='||i_operation||'x');

696: i_port_type := i_function_name;
697: i_derived_class_name := i_port_type;
698:
699: i_operation := c_base_function_entry_rec.irep_method_name;
700: dbms_output.put_line('I_Operation='||i_operation||'x');
701: dbms_output.put_line('I_Operation length='||length(i_operation)||'x');
702: if ( (i_operation is null ) or (length(i_operation) is NULL ) ) then
703: p_err_code := -1;
704: p_err_message :=wf_core.translate('WF_WS_MISSING_IREP_METHOD_NAME');

Line 701: dbms_output.put_line('I_Operation length='||length(i_operation)||'x');

697: i_derived_class_name := i_port_type;
698:
699: i_operation := c_base_function_entry_rec.irep_method_name;
700: dbms_output.put_line('I_Operation='||i_operation||'x');
701: dbms_output.put_line('I_Operation length='||length(i_operation)||'x');
702: if ( (i_operation is null ) or (length(i_operation) is NULL ) ) then
703: p_err_code := -1;
704: p_err_message :=wf_core.translate('WF_WS_MISSING_IREP_METHOD_NAME');
705: raise program_exit;