DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_BATCH_COMMU_INFO

Line 1888: l_table_name :='BEN_BATCH_COMMU_INFO';

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

Line 1892: insert into ben_batch_commu_info

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

Line 2365: select ben_batch_commu_info_s.nextval into

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