DBA Data[Home] [Help]

APPS.AME_ACU_SHD dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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