Added Slack package to install scripts
This commit is contained in:
parent
48807a2ad5
commit
8484dc1f9a
@ -40,6 +40,7 @@ prompt Creating package specifications
|
||||
@../ora/raw_util_pkg.pks
|
||||
@../ora/regexp_util_pkg.pks
|
||||
@../ora/rss_util_pkg.pks
|
||||
@../ora/slack_util_pkg.pks
|
||||
@../ora/sms_util_pkg.pks
|
||||
@../ora/soap_server_pkg.pks
|
||||
@../ora/sql_builder_pkg.pks
|
||||
@ -92,6 +93,7 @@ prompt Creating package bodies
|
||||
@../ora/raw_util_pkg.pkb
|
||||
@../ora/regexp_util_pkg.pkb
|
||||
@../ora/rss_util_pkg.pkb
|
||||
@../ora/slack_util_pkg.pkb
|
||||
@../ora/sms_util_pkg.pkb
|
||||
@../ora/soap_server_pkg.pkb
|
||||
@../ora/sql_builder_pkg.pkb
|
||||
|
||||
@ -35,6 +35,7 @@ create synonym ax_random for random_util_pkg;
|
||||
create synonym ax_raw for raw_util_pkg;
|
||||
create synonym ax_regexp for regexp_util_pkg;
|
||||
create synonym ax_rss for rss_util_pkg;
|
||||
create synonym ax_slack for slack_util_pkg;
|
||||
create synonym ax_sms for sms_util_pkg;
|
||||
create synonym ax_sql_builder for sql_builder_pkg;
|
||||
create synonym ax_sql for sql_util_pkg;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user