DBA Data[Home] [Help]

APPS.BEN_CQB_UPD dependencies on BEN_CBR_QUALD_BNF

Line 67: -- Update the ben_cbr_quald_bnf Row

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

Line 69: update ben_cbr_quald_bnf

65: ben_cqb_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_cbr_quald_bnf Row
68: --
69: update ben_cbr_quald_bnf
70: set
71: cbr_quald_bnf_id = p_rec.cbr_quald_bnf_id,
72: quald_bnf_flag = p_rec.quald_bnf_flag,
73: cbr_elig_perd_strt_dt = p_rec.cbr_elig_perd_strt_dt,

Line 323: (p_module_name => 'ben_cbr_quald_bnf'

319: --
320: when hr_api.cannot_find_prog_unit then
321: --
322: hr_api.cannot_find_prog_unit_error
323: (p_module_name => 'ben_cbr_quald_bnf'
324: ,p_hook_type => 'AU');
325: --
326: end;
327: --