DBA Data[Home] [Help]

APPS.AME_CNU_SHD dependencies on HR_UTILITY

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

128: l_current_user_id integer;
129: l_object_version_number number;
130: --
131: Begin
132: hr_utility.set_location('Entering:'||l_proc, 5);
133: --
134: l_current_user_id := fnd_global.user_id;
135: --
136: -- Because we are updating a row we must get the next object

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

141: (p_condition_id => p_condition_id
142: ,p_rule_id => p_rule_id
143: );
144: --
145: hr_utility.set_location(l_proc, 10);
146: --
147: --
148: -- Update the specified datetrack row setting the effective
149: -- end date to the specified new effective end date.

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

163: t.start_date < nvl(t.end_date,t.start_date + ame_util.oneSecond)));
164: --
165: --
166: p_object_version_number := l_object_version_number;
167: hr_utility.set_location(' Leaving:'||l_proc, 15);
168: --
169: End upd_end_date;
170: --
171: -- ----------------------------------------------------------------------------

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

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

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

281: p_validation_start_date := p_effective_date;
282: p_validation_end_date := p_effective_date;
283: end if;
284: --
285: hr_utility.set_location(' Leaving:'||l_proc, 30);
286: --
287: -- We need to trap the 2 parent objects viz. ame_rules and ame_conditions
288: --
289: begin