DBA Data[Home] [Help]

APPS.AME_ACT_SHD dependencies on HR_UTILITY

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

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

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

139: (p_action_id => p_action_id
140: ,p_action_type_id => p_action_type_id
141: );
142: --
143: hr_utility.set_location(l_proc, 10);
144: --
145: l_current_user_id := fnd_global.user_id;
146: --
147: -- Update the specified datetrack row setting the effective

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

159: and nvl(t.end_date - ame_util.oneSecond,sysdate);
160: --
161: --
162: p_object_version_number := l_object_version_number;
163: hr_utility.set_location(' Leaving:'||l_proc, 15);
164: --
165: End upd_end_date;
166: --
167: -- ----------------------------------------------------------------------------

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

205: --
206: --
207: --
208: Begin
209: hr_utility.set_location('Entering:'||l_proc, 5);
210: --
211: -- Ensure that all the mandatory arguments are not null
212: --
213: hr_api.mandatory_arg_error(p_api_name => l_proc

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

276: p_validation_start_date := p_effective_date;
277: p_validation_end_date := p_effective_date;
278: end if;
279: --
280: hr_utility.set_location(' Leaving:'||l_proc, 30);
281: --
282: -- We need to trap the ORA LOCK exception
283: --
284: Exception