DBA Data[Home] [Help]

APPS.AME_APU_SHD dependencies on HR_UTILITY

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

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

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

135: (p_approver_type_id => p_approver_type_id
136: ,p_action_type_id => p_action_type_id
137: );
138: --
139: hr_utility.set_location(l_proc, 10);
140: --
141: l_current_user_id := fnd_global.user_id;
142: --
143: -- 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 201: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

268: p_validation_start_date := p_effective_date;
269: p_validation_end_date := p_effective_date;
270: end if;
271: --
272: hr_utility.set_location(' Leaving:'||l_proc, 30);
273: --
274: -- We need to trap the ORA LOCK exception
275: --
276: Exception