Skip to content

Commit

Permalink
Update ora/ooxml_util_pkg.pks
Browse files Browse the repository at this point in the history
Forgot the change to the package specifications when the 'state' attribute was added to t_xlsx_sheet_properties.
  • Loading branch information
datRedHeadedGuy committed Oct 11, 2018
1 parent 9b07380 commit da26641
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ora/ooxml_util_pkg.pks
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ as
------ ---------- --------------------------------
MBR 25.01.2011 Created
MBR 11.07.2011 Added Powerpoint-specific features
JMW 31.03.2017 Added a 'state' attribute to t_xlsx_sheet_properties

*/

Expand Down Expand Up @@ -81,7 +82,8 @@ as
type t_xlsx_sheet_attributes is record (
r_id varchar2(255),
sheetid number,
name varchar2(31)
name varchar2(31),
state varchar2(10)
);

type t_xlsx_sheet_properties is table of t_xlsx_sheet_attributes index by pls_integer;
Expand Down

0 comments on commit da26641

Please sign in to comment.