DBA Data[Home] [Help]

APPS.BEN_CLS_UNRESOLVED_ACTN_ITEM dependencies on BEN_BATCH_RANGES_API

Line 2068: ben_batch_ranges_api.create_batch_ranges

2064: --
2065: -- The number of person actions that got created equals the chunk
2066: -- size. Create a batch range for the person actions.
2067: --
2068: ben_batch_ranges_api.create_batch_ranges
2069: (p_validate => FALSE
2070: ,p_effective_date => l_effective_date
2071: ,p_benefit_action_id => l_benefit_action_id
2072: ,p_range_id => l_range_id

Line 2096: ben_batch_ranges_api.create_batch_ranges

2092: if l_person_actn_cnt > 0 and
2093: mod(l_person_actn_cnt, l_chunk_size) <> 0
2094: then
2095: --
2096: ben_batch_ranges_api.create_batch_ranges
2097: (p_validate => FALSE
2098: ,p_effective_date => l_effective_date
2099: ,p_benefit_action_id => l_benefit_action_id
2100: ,p_range_id => l_range_id