DBA Data[Home] [Help]

APPS.BEN_RTS_UPD dependencies on BEN_CWB_PERSON_RATES

Line 71: -- Update the ben_cwb_person_rates Row

67: p_rec.object_version_number := p_rec.object_version_number + 1;
68: --
69: ben_rts_shd.g_api_dml := true; -- Set the api dml status
70: --
71: -- Update the ben_cwb_person_rates Row
72: --
73: update ben_cwb_person_rates
74: set
75: group_pl_id = p_rec.group_pl_id

Line 73: update ben_cwb_person_rates

69: ben_rts_shd.g_api_dml := true; -- Set the api dml status
70: --
71: -- Update the ben_cwb_person_rates Row
72: --
73: update ben_cwb_person_rates
74: set
75: group_pl_id = p_rec.group_pl_id
76: ,group_oipl_id = p_rec.group_oipl_id
77: ,lf_evt_ocrd_dt = p_rec.lf_evt_ocrd_dt

Line 460: (p_module_name => 'BEN_CWB_PERSON_RATES'

456: --
457: when hr_api.cannot_find_prog_unit then
458: --
459: hr_api.cannot_find_prog_unit_error
460: (p_module_name => 'BEN_CWB_PERSON_RATES'
461: ,p_hook_type => 'AU');
462: --
463: end;
464: --