DBA Data[Home] [Help]

APPS.BEN_LCT_UPD dependencies on BEN_LER_CHG_PTIP_ENRT_F

Line 77: (p_base_table_name => 'ben_ler_chg_ptip_enrt_f',

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

Line 83: -- Update the ben_ler_chg_ptip_enrt_f Row

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

Line 85: update ben_ler_chg_ptip_enrt_f

81: ben_lct_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_ler_chg_ptip_enrt_f Row
84: --
85: update ben_ler_chg_ptip_enrt_f
86: set
87: ler_chg_ptip_enrt_id = p_rec.ler_chg_ptip_enrt_id,
88: crnt_enrt_prclds_chg_flag = p_rec.crnt_enrt_prclds_chg_flag,
89: stl_elig_cant_chg_flag = p_rec.stl_elig_cant_chg_flag,

Line 520: (p_module_name => 'ben_ler_chg_ptip_enrt_f'

516: --
517: when hr_api.cannot_find_prog_unit then
518: --
519: hr_api.cannot_find_prog_unit_error
520: (p_module_name => 'ben_ler_chg_ptip_enrt_f'
521: ,p_hook_type => 'AU');
522: --
523: end;
524: --