DBA Data[Home] [Help]

APPS.BEN_CWB_POST_PROCESS dependencies on BEN_PERSON_ACTIONS_API

Line 4687: ben_person_actions_api.update_person_actions

4683: write_h ('||Person Action id ' || p_person_action_id);
4684: write_h ('||p_object_version_number ' || p_object_version_number);
4685: write_h ('||p_effective_date ' || p_effective_date);
4686: write_h ('================================================================');
4687: ben_person_actions_api.update_person_actions
4688: (p_person_action_id => p_person_action_id
4689: , p_action_status_cd => 'P'
4690: , p_object_version_number => p_object_version_number
4691: , p_effective_date => p_effective_date

Line 4721: ben_person_actions_api.update_person_actions

4717: ben_batch_utils.rpt_error (p_proc => g_proc, p_last_actn => g_actn, p_rpt_flag => TRUE);
4718:
4719: IF p_person_action_id IS NOT NULL
4720: THEN
4721: ben_person_actions_api.update_person_actions
4722: (p_person_action_id => p_person_action_id
4723: , p_action_status_cd => 'E'
4724: , p_object_version_number => p_object_version_number
4725: , p_effective_date => p_effective_date