DBA Data[Home] [Help]

APPS.BEN_DPNT_EGD_UPD dependencies on BEN_ELIGY_CRITERIA_DPNT

Line 69: update ben_eligy_criteria_dpnt

65: ben_dpnt_egd_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_eligy_criteria Row
68: --
69: update ben_eligy_criteria_dpnt
70: set
71: eligy_criteria_dpnt_id = p_rec.eligy_criteria_dpnt_id
72: ,name = p_rec.name
73: ,short_code = p_rec.short_code

Line 374: (p_module_name => 'ben_eligy_criteria_dpnt'

370: --
371: when hr_api.cannot_find_prog_unit then
372: --
373: hr_api.cannot_find_prog_unit_error
374: (p_module_name => 'ben_eligy_criteria_dpnt'
375: ,p_hook_type => 'AU');
376: --
377: end;
378: --