DBA Data[Home] [Help]

APPS.AME_APG_SHD dependencies on HR_UTILITY

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

122: l_proc varchar2(72) := g_package||'upd_end_date';
123: l_object_version_number number;
124: --
125: Begin
126: hr_utility.set_location('Entering:'||l_proc, 5);
127: --
128: -- Because we are updating a row we must get the next object
129: -- version number.
130: --

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

132: ame_apg_shd.get_object_version_number
133: (p_approval_group_id => p_approval_group_id
134: );
135: --
136: hr_utility.set_location(l_proc, 10);
137: --
138: --
139: -- Update the specified datetrack row setting the effective
140: -- end date to the specified new effective end date.

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

148: ;
149: --
150: --
151: p_object_version_number := l_object_version_number;
152: hr_utility.set_location(' Leaving:'||l_proc, 15);
153: --
154: End upd_end_date;
155: --
156: -- ----------------------------------------------------------------------------

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

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

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

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