DBA Data[Home] [Help]

APPS.PER_PDP_UPD dependencies on HR_UTILITY

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

57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --

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

140: where period_of_placement_id = p_rec.period_of_placement_id;
141: --
142: --
143: --
144: hr_utility.set_location(' Leaving:'||l_proc, 10);
145: --
146: Exception
147: When hr_api.check_integrity_violated Then
148: -- A check constraint has been violated

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

202: --
203: l_proc varchar2(72) := g_package||'pre_update';
204: --
205: Begin
206: hr_utility.set_location('Entering:'||l_proc, 5);
207: --
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209: End pre_update;
210: --

Line 208: hr_utility.set_location(' Leaving:'||l_proc, 10);

204: --
205: Begin
206: hr_utility.set_location('Entering:'||l_proc, 5);
207: --
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209: End pre_update;
210: --
211: -- ----------------------------------------------------------------------------
212: -- |-----------------------------< post_update >------------------------------|

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

247: --
248: l_proc varchar2(72) := g_package||'post_update';
249: --
250: Begin
251: hr_utility.set_location('Entering:'||l_proc, 5);
252: begin
253: --
254: per_pdp_rku.after_update
255: (p_effective_date => p_effective_date

Line 550: hr_utility.set_location(' Leaving:'||l_proc, 10);

546: ,p_hook_type => 'AU');
547: --
548: end;
549: --
550: hr_utility.set_location(' Leaving:'||l_proc, 10);
551: End post_update;
552: --
553: -- ----------------------------------------------------------------------------
554: -- |-----------------------------< convert_defs >-----------------------------|

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

897: --
898: l_proc varchar2(72) := g_package||'upd';
899: --
900: Begin
901: hr_utility.set_location('Entering:'||l_proc, 5);
902: --
903: -- We must lock the row which we need to update.
904: --
905: per_pdp_shd.lck

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

1024: l_period_of_placement_id number;
1025:
1026: --
1027: Begin
1028: hr_utility.set_location('Entering:'||l_proc, 5);
1029:
1030: --
1031: -- The sequence key period_of_placement_id is hidden from the user
1032: -- because they should be using the user key person_id and date_start.

Line 1040: hr_utility.trace ('period_of_placement_id: '

1036: l_period_of_placement_id := per_pdp_bus.return_period_of_placement_id
1037: (p_person_id => p_person_id
1038: ,p_date_start => p_date_start);
1039:
1040: hr_utility.trace ('period_of_placement_id: '
1041: ||to_char(l_period_of_placement_id));
1042:
1043: l_rec :=
1044: per_pdp_shd.convert_args

Line 1131: hr_utility.set_location(' Leaving:'||l_proc, 10);

1127: );
1128:
1129: p_object_version_number := l_rec.object_version_number;
1130:
1131: hr_utility.set_location(' Leaving:'||l_proc, 10);
1132: End upd;
1133: --
1134: end per_pdp_upd;