DBA Data[Home] [Help]

APPS.BEN_TTP_UPD dependencies on BEN_TTL_PRTT_RT_F

Line 77: (p_base_table_name => 'ben_ttl_prtt_rt_f',

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

Line 83: -- Update the ben_ttl_prtt_rt_f Row

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

Line 85: update ben_ttl_prtt_rt_f

81: ben_ttp_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_ttl_prtt_rt_f Row
84: --
85: update ben_ttl_prtt_rt_f
86: set
87: ttl_prtt_rt_id = p_rec.ttl_prtt_rt_id,
88: business_group_id = p_rec.business_group_id,
89: excld_flag = p_rec.excld_flag,

Line 514: (p_module_name => 'ben_ttl_prtt_rt_f'

510: --
511: when hr_api.cannot_find_prog_unit then
512: --
513: hr_api.cannot_find_prog_unit_error
514: (p_module_name => 'ben_ttl_prtt_rt_f'
515: ,p_hook_type => 'AU');
516: --
517: end;
518: --