DBA Data[Home] [Help]

APPS.AME_ATY_SHD dependencies on HR_UTILITY

Line 130: hr_utility.set_location('Entering:'||l_proc, 5);

126: l_current_user_id integer;
127: l_object_version_number number;
128: --
129: Begin
130: hr_utility.set_location('Entering:'||l_proc, 5);
131: --
132: -- Because we are updating a row we must get the next object
133: -- version number.
134: --

Line 140: hr_utility.set_location(l_proc, 10);

136: ame_aty_shd.get_object_version_number
137: (p_action_type_id => p_action_type_id
138: );
139: --
140: hr_utility.set_location(l_proc, 10);
141: --
142: l_current_user_id := fnd_global.user_id;
143: --
144: -- Update the specified datetrack row setting the effective

Line 159: hr_utility.set_location(' Leaving:'||l_proc, 15);

155: and nvl(t.end_date - ame_util.oneSecond,sysdate);
156: --
157: --
158: p_object_version_number := l_object_version_number;
159: hr_utility.set_location(' Leaving:'||l_proc, 15);
160: --
161: End upd_end_date;
162: --
163: -- ----------------------------------------------------------------------------

Line 204: hr_utility.set_location('Entering:'||l_proc, 5);

200: --
201: --
202: --
203: Begin
204: hr_utility.set_location('Entering:'||l_proc, 5);
205: --
206: -- Ensure that all the mandatory arguments are not null
207: --
208: hr_api.mandatory_arg_error(p_api_name => l_proc

Line 294: hr_utility.set_location(' Leaving:'||l_proc, 30);

290: p_validation_start_date := p_effective_date;
291: p_validation_end_date := p_effective_date;
292: end if;
293: --
294: hr_utility.set_location(' Leaving:'||l_proc, 30);
295: --
296: -- We need to trap the ORA LOCK exception
297: --
298: Exception