DBA Data[Home] [Help]

APPS.BEN_DM_GEN_DOWNLOAD dependencies on BEN_DM_GEN_DOWNLOAD

Line 1: package body BEN_DM_GEN_DOWNLOAD as

1: package body BEN_DM_GEN_DOWNLOAD as
2: /* $Header: benfdmgndn.pkb 120.0 2006/05/04 04:48:57 nkkrishn noship $ */
3:
4: g_package varchar2(100) := 'ben_dm_gen_download.' ;
5: type t_varchar2_32k_tbl is table of varchar2(32767) index by binary_integer;

Line 4: g_package varchar2(100) := 'ben_dm_gen_download.' ;

1: package body BEN_DM_GEN_DOWNLOAD as
2: /* $Header: benfdmgndn.pkb 120.0 2006/05/04 04:48:57 nkkrishn noship $ */
3:
4: g_package varchar2(100) := 'ben_dm_gen_download.' ;
5: type t_varchar2_32k_tbl is table of varchar2(32767) index by binary_integer;
6:
7: -- to store the package body in to array so as to overcome the limit of 32767
8: -- character the global variable is defined.

Line 894: end BEN_DM_GEN_DOWNLOAD;

890: '(none)','R');
891: raise;
892: end main ;
893:
894: end BEN_DM_GEN_DOWNLOAD;