DBA Data[Home] [Help]

FUNCTION: SYS.IS_CREATING_NESTED_TABLE

Source


1 function is_creating_nested_table
2 return boolean is
3 begin
4 return dbms_standard.is_creating_nested_table;
5 end;