There was an error while loading. Please reload this page.
1 parent 38b67e1 commit 49c93a8Copy full SHA for 49c93a8
1 file changed
source/package/lilam.pks
@@ -62,12 +62,12 @@ create or replace PACKAGE LILAM AS
62
processStart TIMESTAMP,
63
processEnd TIMESTAMP,
64
lastUpdate TIMESTAMP,
65
- stepsTodo PLS_INTEGER,
66
- stepsDone PLS_INTEGER,
67
- status PLS_INTEGER,
68
- info VARCHAR2(4000),
+ stepsTodo PLS_INTEGER,
+ stepsDone PLS_INTEGER,
+ status PLS_INTEGER,
+ info VARCHAR2(4000),
69
procImmortal PLS_INTEGER := 0,
70
- tabNameMaster VARCHAR2(100)
+ tabNameMaster VARCHAR2(100)
71
);
72
73
-- ================================
0 commit comments