DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_BATCH_LER_INFO_S

Line 2398: select ben_batch_ler_info_s.nextval into

2394: -- hr_utility.set_location('Entering:'||l_proc, 5);
2395: --
2396: g_batch_ler_table_object.extend(1);
2397: l_count := g_batch_ler_table_object.count;
2398: select ben_batch_ler_info_s.nextval into
2399: g_batch_ler_table_object(l_count).batch_ler_id
2400: from sys.dual;
2401: --
2402: g_batch_ler_table_object(l_count).benefit_action_id := g_benefit_action_id;