DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_BATCH_LER_INFO

Line 1357: l_table_name :='BEN_BATCH_LER_INFO';

1353: end loop;
1354: --
1355: -- Bulk bind and insert
1356: --
1357: l_table_name :='BEN_BATCH_LER_INFO';
1358: forall l_count in 1..l_num_recs
1359: --
1360: insert into ben_batch_ler_info
1361: (batch_ler_id,

Line 1360: insert into ben_batch_ler_info

1356: --
1357: l_table_name :='BEN_BATCH_LER_INFO';
1358: forall l_count in 1..l_num_recs
1359: --
1360: insert into ben_batch_ler_info
1361: (batch_ler_id,
1362: benefit_action_id,
1363: person_id,
1364: ler_id,

Line 2401: select ben_batch_ler_info_s.nextval into

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