DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_BATCH_RATE_INFO_S

Line 2262: select ben_batch_rate_info_s.nextval into

2258: -- hr_utility.set_location('Writing Rate Record:'||l_proc, 5);
2259: --
2260: g_batch_rate_table_object.extend(1);
2261: l_count := g_batch_rate_table_object.count;
2262: select ben_batch_rate_info_s.nextval into
2263: g_batch_rate_table_object(l_count).batch_rt_id
2264: from sys.dual;
2265: --
2266: g_batch_rate_table_object(l_count).benefit_action_id := g_benefit_action_id;