DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on BEN_PERSON_ACTIONS_API

Line 2028: l_actn := 'Calling ben_person_actions_api.update_person_actions...';

2024: );
2025: --
2026: If p_person_action_id is not null then
2027: --
2028: l_actn := 'Calling ben_person_actions_api.update_person_actions...';
2029: --
2030: update ben_person_actions
2031: set action_status_cd = 'P'
2032: where person_action_id = p_person_action_id;

Line 2074: ben_person_actions_api.update_person_actions

2070: Ben_batch_utils.write_comp(p_business_group_id => p_business_group_id
2071: ,p_effective_date => p_effective_date
2072: );
2073: If p_person_action_id is not null then
2074: ben_person_actions_api.update_person_actions
2075: (p_person_action_id => p_person_action_id
2076: ,p_action_status_cd => 'E'
2077: ,p_object_version_number => p_object_version_number
2078: ,p_effective_date => p_effective_date