DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_BATCH_COMMU_INFO

Line 1885: l_table_name :='BEN_BATCH_COMMU_INFO';

1881: g_batch_commu_table_object(l_count).object_version_number;
1882: --
1883: end loop;
1884: --
1885: l_table_name :='BEN_BATCH_COMMU_INFO';
1886: forall l_count in g_batch_commu_table_object.first..
1887: g_batch_commu_table_object.last
1888: --
1889: insert into ben_batch_commu_info

Line 1889: insert into ben_batch_commu_info

1885: l_table_name :='BEN_BATCH_COMMU_INFO';
1886: forall l_count in g_batch_commu_table_object.first..
1887: g_batch_commu_table_object.last
1888: --
1889: insert into ben_batch_commu_info
1890: (batch_commu_id,
1891: benefit_action_id,
1892: person_id,
1893: per_cm_id,

Line 2362: select ben_batch_commu_info_s.nextval into

2358: -- hr_utility.set_location('Entering:'||l_proc, 5);
2359: --
2360: g_batch_commu_table_object.extend(1);
2361: l_count := g_batch_commu_table_object.count;
2362: select ben_batch_commu_info_s.nextval into
2363: g_batch_commu_table_object(l_count).batch_commu_id
2364: from sys.dual;
2365: --
2366: g_batch_commu_table_object(l_count).benefit_action_id := g_benefit_action_id;