git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@50874 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
create or replace package body efnow070$js$gttd is
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- Name: efnow070$js$gttd.CreateListJavaScript
|
||||
--
|
||||
-- Description:
|
||||
--
|
||||
-- Parameters:
|
||||
--
|
||||
--------------------------------------------------------------------------------
|
||||
procedure CreateListJavaScript (
|
||||
RL_BODY_ATTRIBUTES in varchar2)
|
||||
is
|
||||
begin
|
||||
if not caco_security.security_check('efnow070$gttd') then
|
||||
return;
|
||||
end if;
|
||||
|
||||
htp.p(WSGJSL.OpenScript);
|
||||
htp.p('var FormType = "List";');
|
||||
|
||||
|
||||
htp.p( 'var P_8 = new Array();' );
|
||||
|
||||
htp.p(WSGJSL.CloseScript);
|
||||
exception
|
||||
when others then
|
||||
WSGL.DisplayMessage(WSGL.MESS_EXCEPTION, SQLERRM, ''||' : '||'#Download Excel Template#2109#',
|
||||
RL_BODY_ATTRIBUTES, 'efnow070$js$gttd.CreateListJavaScript');
|
||||
end;
|
||||
end;
|
||||
/
|
||||
Reference in New Issue
Block a user