DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on BEN_PERSON_ACTIONS_API

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

2173: );
2174: --
2175: If p_person_action_id is not null then
2176: --
2177: l_actn := 'Calling ben_person_actions_api.update_person_actions...';
2178: --
2179: update ben_person_actions
2180: set action_status_cd = 'P'
2181: where person_action_id = p_person_action_id;

Line 2223: ben_person_actions_api.update_person_actions

2219: Ben_batch_utils.write_comp(p_business_group_id => p_business_group_id
2220: ,p_effective_date => p_effective_date
2221: );
2222: If p_person_action_id is not null then
2223: ben_person_actions_api.update_person_actions
2224: (p_person_action_id => p_person_action_id
2225: ,p_action_status_cd => 'E'
2226: ,p_object_version_number => p_object_version_number
2227: ,p_effective_date => p_effective_date