DBA Data[Home] [Help]

APPS.BEN_PURGE_BCKDT_VOIDED dependencies on BEN_BATCH_RANGES_API

Line 513: ben_batch_ranges_api.create_batch_ranges

509: --
510: -- The number of person actions that got created equals the chunk
511: -- size. Create a batch range for the person actions.
512: --
513: ben_batch_ranges_api.create_batch_ranges
514: (p_validate => FALSE
515: ,p_effective_date => l_effective_date
516: ,p_benefit_action_id => l_benefit_action_id
517: ,p_range_id => l_range_id

Line 540: ben_batch_ranges_api.create_batch_ranges

536: --
537: if l_person_actn_cnt > 0 and
538: mod(l_person_actn_cnt, l_chunk_size) <> 0 then
539: --
540: ben_batch_ranges_api.create_batch_ranges
541: (p_validate => FALSE
542: ,p_effective_date => l_effective_date
543: ,p_benefit_action_id => l_benefit_action_id
544: ,p_range_id => l_range_id