Skip to content

Commit

Permalink
Update F_CASCADE_UPDATE.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiechapson authored Jul 5, 2018
1 parent 8c71be6 commit 3ff7846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions F_CASCADE_UPDATE.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
create or replace type T_STRING_LIST as table of varchar2( 32000 );

/


create or replace function F_CASCADE_UPDATE ( I_TABLE_NAME in varchar2
Expand Down Expand Up @@ -119,4 +119,4 @@ begin
return V_RESULT;

end;
/
/

0 comments on commit 3ff7846

Please sign in to comment.