DBA Data[Home] [Help]

APPS.HR_LOT_SHD dependencies on HR_API

Line 134: -- hr_api.mandatory_arg_error

130: hr_utility.set_location('Entering:'||l_proc, 5);
131: --
132: -- Add any mandatory argument checking here:
133: -- Example:
134: -- hr_api.mandatory_arg_error
135: -- (p_api_name => l_proc,
136: -- p_argument => 'object_version_number',
137: -- p_argument_value => p_object_version_number);
138: --

Line 139: hr_api.mandatory_arg_error

135: -- (p_api_name => l_proc,
136: -- p_argument => 'object_version_number',
137: -- p_argument_value => p_object_version_number);
138: --
139: hr_api.mandatory_arg_error
140: (p_api_name => l_proc,
141: p_argument => 'location_id',
142: p_argument_value => p_location_id);
143: --

Line 144: hr_api.mandatory_arg_error

140: (p_api_name => l_proc,
141: p_argument => 'location_id',
142: p_argument_value => p_location_id);
143: --
144: hr_api.mandatory_arg_error
145: (p_api_name => l_proc,
146: p_argument => 'language',
147: p_argument_value => p_language);
148: --

Line 168: When HR_Api.Object_Locked then

164: --
165: -- We need to trap the ORA LOCK exception
166: --
167: Exception
168: When HR_Api.Object_Locked then
169: --
170: -- The object is locked therefore we need to supply a meaningful
171: -- error message.
172: --

Line 309: if (p_location_id <> nvl(g_old_rec.location_id, hr_api.g_number) ) then

305: --
306: --
307: hr_utility.set_location('Entering:'||l_proc, 5);
308: --
309: if (p_location_id <> nvl(g_old_rec.location_id, hr_api.g_number) ) then
310: --
311: -- Only fetch business_group_id from database if required - i.e.
312: -- the location_id has changed since last insert or update. Otherwise
313: -- use stored value in g_loc_bg_id. This value is set when