DBA Data[Home] [Help]

APPS.BEN_OTP_UPD dependencies on BEN_OPTIP_F

Line 78: (p_base_table_name => 'ben_optip_f'

74: -- version number.
75: --
76: p_rec.object_version_number :=
77: dt_api.get_object_version_number
78: (p_base_table_name => 'ben_optip_f'
79: ,p_base_key_column => 'optip_id'
80: ,p_base_key_value => p_rec.optip_id
81: );
82: --

Line 85: -- Update the ben_optip_f Row

81: );
82: --
83: ben_otp_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the ben_optip_f Row
86: --
87: update ben_optip_f
88: set
89: optip_id = p_rec.optip_id

Line 87: update ben_optip_f

83: ben_otp_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the ben_optip_f Row
86: --
87: update ben_optip_f
88: set
89: optip_id = p_rec.optip_id
90: ,business_group_id = p_rec.business_group_id
91: ,pgm_id = p_rec.pgm_id

Line 601: (p_module_name => 'BEN_OPTIP_F'

597: --
598: when hr_api.cannot_find_prog_unit then
599: --
600: hr_api.cannot_find_prog_unit_error
601: (p_module_name => 'BEN_OPTIP_F'
602: ,p_hook_type => 'AU');
603: --
604: end;
605: --