DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_BATCH_RATE_INFO

Line 1679: l_table_name :='BEN_BATCH_RATE_INFO';

1675: hr_utility.set_location(l_proc||' rate: ' ||
1676: g_batch_rate_table_object(l_count).old_val, 1111);
1677: end loop;
1678: --
1679: l_table_name :='BEN_BATCH_RATE_INFO';
1680: forall l_count in 1..l_num_recs
1681: --
1682: insert into ben_batch_rate_info
1683: (batch_rt_id,

Line 1682: insert into ben_batch_rate_info

1678: --
1679: l_table_name :='BEN_BATCH_RATE_INFO';
1680: forall l_count in 1..l_num_recs
1681: --
1682: insert into ben_batch_rate_info
1683: (batch_rt_id,
1684: benefit_action_id,
1685: person_id,
1686: pgm_id,

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;