DBA Data[Home] [Help]

APPS.BEN_BFT_UPD dependencies on BEN_BENEFIT_ACTIONS

Line 67: -- Update the ben_benefit_actions Row

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

Line 69: update ben_benefit_actions

65: ben_bft_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_benefit_actions Row
68: --
69: update ben_benefit_actions
70: set
71: benefit_action_id = p_rec.benefit_action_id,
72: process_date = p_rec.process_date,
73: uneai_effective_date = p_rec.uneai_effective_date,

Line 495: (p_module_name => 'ben_benefit_actions'

491: --
492: when hr_api.cannot_find_prog_unit then
493: --
494: hr_api.cannot_find_prog_unit_error
495: (p_module_name => 'ben_benefit_actions'
496: ,p_hook_type => 'AU');
497: --
498: end;
499: --