Skip to content

Commit 69900bd

Browse files
committed
* bugfix view existing_apis
- the option parameter p_one_to_one_view_name missing in t_rec_existing_apis that causes the pipelined table function to fail
1 parent 103906f commit 69900bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OM_TAPIGEN.pks

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ TYPE t_rec_existing_apis IS RECORD(
129129
p_dml_view_name all_objects.object_name%TYPE,
130130
p_dml_view_trigger_name all_objects.object_name%TYPE,
131131
p_enable_one_to_one_view t_vc2_5,
132+
p_one_to_one_view_name all_objects.object_name%TYPE,
132133
p_api_name all_objects.object_name%TYPE,
133134
p_sequence_name all_objects.object_name%TYPE,
134135
p_exclude_column_list t_vc2_4k,

0 commit comments

Comments
 (0)