DBA Data[Home] [Help]

APPS.HR_TCN_BUS dependencies on HR_FCN_SHD

Line 216: and nvl(hr_fcn_shd.g_old_rec.form_canvas_id,hr_api.g_number) <>

212: --
213: -- Only proceed with SQL validation if absolutely necessary
214: --
215: if ( ( l_api_updating
216: and nvl(hr_fcn_shd.g_old_rec.form_canvas_id,hr_api.g_number) <>
217: nvl(p_form_canvas_id,hr_api.g_number))
218: or (NOT l_api_updating)) then
219: --
220: hr_utility.set_location(l_proc,30);