7 lines
141 B
SQL
7 lines
141 B
SQL
create or replace package UDO_PKG_EQUIPDS as
|
|
end UDO_PKG_EQUIPDS;
|
|
/
|
|
create or replace package body UDO_PKG_EQUIPDS as
|
|
end UDO_PKG_EQUIPDS;
|
|
/
|