DBA Data[Home] [Help]

APPS.BEN_CWB_BACKOUT_POST_PROCESS dependencies on BEN_PERSON_ACTIONS_API

Line 3845: ben_person_actions_api.update_person_actions

3841: write_h ('||Person Action id ' || p_person_action_id);
3842: write_h ('||p_object_version_number ' || p_object_version_number);
3843: write_h ('||p_effective_date ' || p_effective_date);
3844: write_h ('================================================================');
3845: ben_person_actions_api.update_person_actions
3846: (p_person_action_id => p_person_action_id
3847: , p_action_status_cd => 'P'
3848: , p_object_version_number => p_object_version_number
3849: , p_effective_date => p_effective_date

Line 3868: ben_person_actions_api.update_person_actions

3864: ben_batch_utils.rpt_error (p_proc => g_proc, p_last_actn => g_actn, p_rpt_flag => TRUE);
3865:
3866: IF p_person_action_id IS NOT NULL
3867: THEN
3868: ben_person_actions_api.update_person_actions
3869: (p_person_action_id => p_person_action_id
3870: , p_action_status_cd => 'E'
3871: , p_object_version_number => p_object_version_number
3872: , p_effective_date => p_effective_date