DBA Data[Home] [Help]

APPS.BEN_ECF_UPD dependencies on BEN_ENRT_CTFN_F

Line 77: (p_base_table_name => 'ben_enrt_ctfn_f',

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

Line 83: -- Update the ben_enrt_ctfn_f Row

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

Line 85: update ben_enrt_ctfn_f

81: ben_ecf_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_enrt_ctfn_f Row
84: --
85: update ben_enrt_ctfn_f
86: set
87: enrt_ctfn_id = p_rec.enrt_ctfn_id,
88: enrt_ctfn_typ_cd = p_rec.enrt_ctfn_typ_cd,
89: ctfn_rqd_when_rl = p_rec.ctfn_rqd_when_rl,

Line 502: (p_module_name => 'ben_enrt_ctfn_f'

498: --
499: when hr_api.cannot_find_prog_unit then
500: --
501: hr_api.cannot_find_prog_unit_error
502: (p_module_name => 'ben_enrt_ctfn_f'
503: ,p_hook_type => 'AU');
504: --
505: end;
506: --