DBA Data[Home] [Help]

APPS.JTF_ICXSES dependencies on JTF_ICXSES

Line 1: package body jtf_icxses as

1: package body jtf_icxses as
2: /* $Header: jtficxseb.pls 115.10 2004/07/14 00:40:23 sayarram noship $ */
3:
4: procedure updateSessionInfo(sessionid in number, nametab in jtf_varchar2_table_100, valtab in jtf_varchar2_table_2000, delNameTab in jtf_varchar2_Table_100 ) is
5: PRAGMA AUTONOMOUS_TRANSACTION;

Line 43: end jtf_icxses;

39: when others then
40: rollback;
41:
42: end updateSessionInfo;
43: end jtf_icxses;