DBA Data[Home] [Help]

APPS.FF_ARC_SHD dependencies on HR_API

Line 158: hr_api.mandatory_arg_error

154: Begin
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: --
157: -- Add any mandatory argument checking here:
158: hr_api.mandatory_arg_error
159: (p_api_name => l_proc,
160: p_argument => 'object_version_number',
161: p_argument_value => p_object_version_number);
162: --

Line 184: When HR_Api.Object_Locked then

180: --
181: -- We need to trap the ORA LOCK exception
182: --
183: Exception
184: When HR_Api.Object_Locked then
185: --
186: -- The object is locked therefore we need to supply a meaningful
187: -- error message.
188: --

Line 272: nvl(ff_arc_shd.g_old_rec.value, hr_api.g_varchar2) <>

268: -- Only execute the checking code if the value has changed on
269: -- update (or insert and is not null).
270: --
271: if (((p_value is not null) and
272: nvl(ff_arc_shd.g_old_rec.value, hr_api.g_varchar2) <>
273: nvl(p_value, hr_api.g_varchar2))
274: or (p_value is null)) then
275: --
276: -- The value has changed or this is new, so check.

Line 273: nvl(p_value, hr_api.g_varchar2))

269: -- update (or insert and is not null).
270: --
271: if (((p_value is not null) and
272: nvl(ff_arc_shd.g_old_rec.value, hr_api.g_varchar2) <>
273: nvl(p_value, hr_api.g_varchar2))
274: or (p_value is null)) then
275: --
276: -- The value has changed or this is new, so check.
277: --