DBA Data[Home] [Help]

APPS.BEN_DM_MASTER dependencies on BEN_DM_INIT

Line 1557: ben_dm_init.main(r_migration_data);

1553: master(l_phase_name, l_previous_phase, r_migration_data);
1554: ELSE
1555: -- call non-generic master code
1556: IF (l_phase_name = 'I') THEN
1557: ben_dm_init.main(r_migration_data);
1558: ELSIF (l_phase_name = 'CF') THEN
1559: ben_dm_utility.update_phases(p_new_status => 'S',
1560: p_id => ben_dm_utility.get_phase_id('CF'
1561: , r_migration_data.migration_id));