DBA Data[Home] [Help]

APPS.BEN_PBM_UPD dependencies on BEN_PL_R_OIPL_PREM_BY_MO_F

Line 77: (p_base_table_name => 'ben_pl_r_oipl_prem_by_mo_f',

73: -- version number.
74: --
75: p_rec.object_version_number :=
76: dt_api.get_object_version_number
77: (p_base_table_name => 'ben_pl_r_oipl_prem_by_mo_f',
78: p_base_key_column => 'pl_r_oipl_prem_by_mo_id',
79: p_base_key_value => p_rec.pl_r_oipl_prem_by_mo_id);
80: --
81: ben_pbm_shd.g_api_dml := true; -- Set the api dml status

Line 83: -- Update the ben_pl_r_oipl_prem_by_mo_f Row

79: p_base_key_value => p_rec.pl_r_oipl_prem_by_mo_id);
80: --
81: ben_pbm_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_pl_r_oipl_prem_by_mo_f Row
84: --
85: update ben_pl_r_oipl_prem_by_mo_f
86: set
87: pl_r_oipl_prem_by_mo_id = p_rec.pl_r_oipl_prem_by_mo_id,

Line 85: update ben_pl_r_oipl_prem_by_mo_f

81: ben_pbm_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_pl_r_oipl_prem_by_mo_f Row
84: --
85: update ben_pl_r_oipl_prem_by_mo_f
86: set
87: pl_r_oipl_prem_by_mo_id = p_rec.pl_r_oipl_prem_by_mo_id,
88: mnl_adj_flag = p_rec.mnl_adj_flag,
89: mo_num = p_rec.mo_num,

Line 523: (p_module_name => 'ben_pl_r_oipl_prem_by_mo_f'

519: --
520: when hr_api.cannot_find_prog_unit then
521: --
522: hr_api.cannot_find_prog_unit_error
523: (p_module_name => 'ben_pl_r_oipl_prem_by_mo_f'
524: ,p_hook_type => 'AU');
525: --
526: end;
527: --