DBA Data[Home] [Help]

APPS.BEN_AVA_UPD dependencies on BEN_ACTL_PREM_VRBL_RT_RL_F

Line 77: (p_base_table_name => 'ben_actl_prem_vrbl_rt_rl_f',

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

Line 83: -- Update the ben_actl_prem_vrbl_rt_rl_f Row

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

Line 85: update ben_actl_prem_vrbl_rt_rl_f

81: ben_ava_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_actl_prem_vrbl_rt_rl_f Row
84: --
85: update ben_actl_prem_vrbl_rt_rl_f
86: set
87: actl_prem_vrbl_rt_rl_id = p_rec.actl_prem_vrbl_rt_rl_id,
88: actl_prem_id = p_rec.actl_prem_id,
89: formula_id = p_rec.formula_id,

Line 499: (p_module_name => 'ben_actl_prem_vrbl_rt_rl_f'

495: --
496: when hr_api.cannot_find_prog_unit then
497: --
498: hr_api.cannot_find_prog_unit_error
499: (p_module_name => 'ben_actl_prem_vrbl_rt_rl_f'
500: ,p_hook_type => 'AU');
501: --
502: end;
503: --