DBA Data[Home] [Help]

APPS.BEN_XRD_UPD dependencies on BEN_EXT_RSLT_DTL

Line 67: -- Update the ben_ext_rslt_dtl Row

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

Line 69: update ben_ext_rslt_dtl

65: ben_xrd_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_ext_rslt_dtl Row
68: --
69: update ben_ext_rslt_dtl
70: set
71: ext_rslt_dtl_id = p_rec.ext_rslt_dtl_id,
72: prmy_sort_val = p_rec.prmy_sort_val,
73: scnd_sort_val = p_rec.scnd_sort_val,

Line 1149: (p_module_name => 'ben_ext_rslt_dtl'

1145: --
1146: when hr_api.cannot_find_prog_unit then
1147: --
1148: hr_api.cannot_find_prog_unit_error
1149: (p_module_name => 'ben_ext_rslt_dtl'
1150: ,p_hook_type => 'AU');
1151: --
1152: end;
1153: --