DBA Data[Home] [Help]

APPS.AME_GCF_SHD dependencies on HR_UTILITY

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

124: l_proc varchar2(72) := g_package||'upd_end_date';
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_approval_group_id => p_approval_group_id
136: ,p_application_id => p_application_id
137: );
138: --
139: hr_utility.set_location(l_proc, 10);
140: --
141: --
142: -- Update the specified datetrack row setting the effective
143: -- end date to the specified new effective end date.

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

152: ;
153: --
154: --
155: p_object_version_number := l_object_version_number;
156: hr_utility.set_location(' Leaving:'||l_proc, 15);
157: --
158: End upd_end_date;
159: --
160: -- ----------------------------------------------------------------------------

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

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

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

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