DBA Data[Home] [Help]

APPS.BEN_CWB_POST_PROCESS dependencies on BEN_PERSON_ACTIONS_API

Line 4764: ben_person_actions_api.update_person_actions

4760: write_h ('||Person Action id ' || p_person_action_id);
4761: write_h ('||p_object_version_number ' || p_object_version_number);
4762: write_h ('||p_effective_date ' || p_effective_date);
4763: write_h ('================================================================');
4764: ben_person_actions_api.update_person_actions
4765: (p_person_action_id => p_person_action_id
4766: , p_action_status_cd => 'P'
4767: , p_object_version_number => p_object_version_number
4768: , p_effective_date => p_effective_date

Line 4798: ben_person_actions_api.update_person_actions

4794: ben_batch_utils.rpt_error (p_proc => g_proc, p_last_actn => g_actn, p_rpt_flag => TRUE);
4795:
4796: IF p_person_action_id IS NOT NULL
4797: THEN
4798: ben_person_actions_api.update_person_actions
4799: (p_person_action_id => p_person_action_id
4800: , p_action_status_cd => 'E'
4801: , p_object_version_number => p_object_version_number
4802: , p_effective_date => p_effective_date