DBA Data[Home] [Help]

APPS.BEN_DM_INPUT_FILE_PKG dependencies on BEN_DM_UTILITY

Line 5: (p_migration_data ben_dm_utility.r_migration_rec,

1: Package ben_dm_input_file_pkg as
2: /* $Header: benfdmdmfile.pkh 120.0 2006/05/04 04:48:17 nkkrishn noship $ */
3: --
4: procedure read_file
5: (p_migration_data ben_dm_utility.r_migration_rec,
6: p_delimiter in varchar2 default ';'
7: );
8:
9: end ben_dm_input_file_pkg;