1demo_pkg input.sql /^create or replace package body demo_pkg is$/;" P 2demo_pkg.test_var input.sql /^test_var varchar2(64) := $$PLSQL_UNIT;$/;" v package:demo_pkg 3test_var input.sql /^test_var varchar2(64) := $$PLSQL_UNIT;$/;" v package:demo_pkg 4demo_pkg.test_func input.sql /^function test_func return varchar2$/;" f package:demo_pkg 5test_func input.sql /^function test_func return varchar2$/;" f package:demo_pkg 6demo_pkg1 input-1.sql /^create or replace package body demo_pkg1 is$/;" P 7demo_pkg1.test_var1 input-1.sql /^test_var1 varchar2(64) := $$PLSQL_UNIT_OWNER;$/;" v package:demo_pkg1 8test_var1 input-1.sql /^test_var1 varchar2(64) := $$PLSQL_UNIT_OWNER;$/;" v package:demo_pkg1 9demo_pkg1.test_func1 input-1.sql /^function test_func1 return varchar2$/;" f package:demo_pkg1 10test_func1 input-1.sql /^function test_func1 return varchar2$/;" f package:demo_pkg1 11Some_Flag input-2.sql /^PLSQL_CCFlags = 'Some_Flag:1, PLSQL_CCFlags:99'$/;" C 12foo input-2.sql /^CREATE TABLE foo($/;" t 13foo.col input-2.sql /^ col text$/;" E table:foo 14col input-2.sql /^ col text$/;" E table:foo 15