DBA Data[Home] [Help]

APPS.BENUTILS dependencies on BEN_BATCH_RATE_INFO

Line 1676: l_table_name :='BEN_BATCH_RATE_INFO';

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

Line 1679: insert into ben_batch_rate_info

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

Line 2259: select ben_batch_rate_info_s.nextval into

2255: -- hr_utility.set_location('Writing Rate Record:'||l_proc, 5);
2256: --
2257: g_batch_rate_table_object.extend(1);
2258: l_count := g_batch_rate_table_object.count;
2259: select ben_batch_rate_info_s.nextval into
2260: g_batch_rate_table_object(l_count).batch_rt_id
2261: from sys.dual;
2262: --
2263: g_batch_rate_table_object(l_count).benefit_action_id := g_benefit_action_id;