DBA Data[Home] [Help]

APPS.AME_STV_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: l_current_user_id := fnd_global.user_id;
131: --
132: -- Because we are updating a row we must get the next object

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

137: (p_condition_id => p_condition_id
138: ,p_string_value => p_string_value
139: );
140: --
141: hr_utility.set_location(l_proc, 10);
142: --
143: --
144: -- Update the specified datetrack row setting the effective
145: -- end date to the specified new effective end date.

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

157: ;
158: --
159: --
160: p_object_version_number := l_object_version_number;
161: hr_utility.set_location(' Leaving:'||l_proc, 15);
162: --
163: End upd_end_date;
164: --
165: -- ----------------------------------------------------------------------------

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

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

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

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