DBA Data[Home] [Help]

APPS.BEN_CLOSE_ENROLLMENT dependencies on BEN_BATCH_RANGES_API

Line 2226: ben_batch_ranges_api.create_batch_ranges

2222: --
2223: -- The number of person actions that got created equals the chunk
2224: -- size. Create a batch range for the person actions.
2225: --
2226: ben_batch_ranges_api.create_batch_ranges
2227: (p_validate => FALSE
2228: ,p_effective_date => l_effective_date
2229: ,p_benefit_action_id => l_benefit_action_id
2230: ,p_range_id => l_range_id

Line 2253: ben_batch_ranges_api.create_batch_ranges

2249: --
2250: if l_person_actn_cnt > 0 and
2251: mod(l_person_actn_cnt, l_chunk_size) <> 0 then
2252: --
2253: ben_batch_ranges_api.create_batch_ranges
2254: (p_validate => FALSE
2255: ,p_effective_date => l_effective_date
2256: ,p_benefit_action_id => l_benefit_action_id
2257: ,p_range_id => l_range_id