DBA Data[Home] [Help]

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

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

138: ame_rul_shd.get_object_version_number
139: (p_rule_id => p_rule_id
140: );
141: --
142: hr_utility.set_location(l_proc, 10);
143: --
144: --
145: -- Update the specified datetrack row setting the effective
146: -- end date to the specified new effective end date. This query is modified to

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

161: ;
162: --
163: --
164: p_object_version_number := l_object_version_number;
165: hr_utility.set_location(' Leaving:'||l_proc, 15);
166: --
167: End upd_end_date;
168: --
169: -- ----------------------------------------------------------------------------

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 284: hr_utility.set_location(' Leaving:'||l_proc, 30);

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