DBA Data[Home] [Help]

APPS.BEN_CLS_UNRESOLVED_ACTN_ITEM dependencies on BEN_BATCH_RANGES_API

Line 1928: ben_batch_ranges_api.create_batch_ranges

1924: --
1925: -- The number of person actions that got created equals the chunk
1926: -- size. Create a batch range for the person actions.
1927: --
1928: ben_batch_ranges_api.create_batch_ranges
1929: (p_validate => FALSE
1930: ,p_effective_date => l_effective_date
1931: ,p_benefit_action_id => l_benefit_action_id
1932: ,p_range_id => l_range_id

Line 1956: ben_batch_ranges_api.create_batch_ranges

1952: if l_person_actn_cnt > 0 and
1953: mod(l_person_actn_cnt, l_chunk_size) <> 0
1954: then
1955: --
1956: ben_batch_ranges_api.create_batch_ranges
1957: (p_validate => FALSE
1958: ,p_effective_date => l_effective_date
1959: ,p_benefit_action_id => l_benefit_action_id
1960: ,p_range_id => l_range_id