13 lines
427 B
Plaintext
13 lines
427 B
Plaintext
create or replace package eft_nom.efnow160$js$autr_details 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;
|
|
/
|
|
|