13 lines
411 B
Plaintext
13 lines
411 B
Plaintext
create or replace package efnow060$js$cote is
|
|
|
|
procedure CreateViewJavaScript(
|
|
VF_ROWS_UPDATED in integer,
|
|
VF_ROWS_DELETED in integer,
|
|
VF_ROWS_ERROR in integer,
|
|
VF_BODY_ATTRIBUTES in varchar2,
|
|
LOV_FRAME in varchar2);
|
|
|
|
end;
|
|
/
|
|
|