DBA Data[Home] [Help]

APPS.AME_APT_SHD dependencies on HR_UTILITY

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

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

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

142: ame_apt_shd.get_object_version_number
143: (p_approver_type_id => p_approver_type_id
144: );
145: --
146: hr_utility.set_location(l_proc, 10);
147: --
148: l_current_user_id := fnd_global.user_id;
149: --
150: -- Update the specified datetrack row setting the effective

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

161: and nvl(t.end_date - (1/86400),sysdate);
162: --
163: --
164: p_object_version_number := l_object_version_number;
165: hr_utility.set_location(' Leaving:'||l_proc, 15);
166: --
167: End upd_effective_end_date;
168: --
169: -- ----------------------------------------------------------------------------

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

213: --
214: --
215: --
216: Begin
217: hr_utility.set_location('Entering:'||l_proc, 5);
218: --
219: -- Ensure that all the mandatory arguments are not null
220: --
221:

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

285: p_validation_start_date := p_effective_date;
286: p_validation_end_date := p_effective_date;
287: end if;
288: --
289: hr_utility.set_location(' Leaving:'||l_proc, 30);
290: --
291: -- We need to trap the ORA LOCK exception
292: --
293: Exception