DBA Data[Home] [Help]

APPS.BEN_JRT_UPD dependencies on BEN_JOB_RT_F

Line 78: (p_base_table_name => 'ben_job_rt_f'

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

Line 85: -- Update the ben_job_rt_f Row

81: );
82: --
83: --
84: --
85: -- Update the ben_job_rt_f Row
86: --
87: update ben_job_rt_f
88: set
89: job_rt_id = p_rec.job_rt_id

Line 87: update ben_job_rt_f

83: --
84: --
85: -- Update the ben_job_rt_f Row
86: --
87: update ben_job_rt_f
88: set
89: job_rt_id = p_rec.job_rt_id
90: ,job_id = p_rec.job_id
91: ,excld_flag = p_rec.excld_flag

Line 585: (p_module_name => 'BEN_JOB_RT_F'

581: --
582: when hr_api.cannot_find_prog_unit then
583: --
584: hr_api.cannot_find_prog_unit_error
585: (p_module_name => 'BEN_JOB_RT_F'
586: ,p_hook_type => 'AU');
587: --
588: end;
589: --