DBA Data[Home] [Help]

APPS.BEN_ACT_UPD dependencies on BEN_PERSON_ACTIONS

Line 67: -- Update the ben_person_actions Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: ben_act_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_person_actions Row
68: --
69: update ben_person_actions
70: set
71: person_action_id = p_rec.person_action_id,

Line 69: update ben_person_actions

65: ben_act_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_person_actions Row
68: --
69: update ben_person_actions
70: set
71: person_action_id = p_rec.person_action_id,
72: person_id = p_rec.person_id,
73: ler_id = p_rec.ler_id,

Line 213: (p_module_name => 'ben_person_actions'

209: --
210: when hr_api.cannot_find_prog_unit then
211: --
212: hr_api.cannot_find_prog_unit_error
213: (p_module_name => 'ben_person_actions'
214: ,p_hook_type => 'AU');
215: --
216: end;
217: --