DBA Data[Home] [Help]

APPS.PER_PGH_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 145: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

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

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

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

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

891: --
892: l_proc varchar2(72) := g_package||'upd';
893: --
894: Begin
895: hr_utility.set_location('Entering:'||l_proc, 5);
896: --
897: -- We must lock the row which we need to update.
898: --
899: per_pgh_shd.lck

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

1008: l_rec per_pgh_shd.g_rec_type;
1009: l_proc varchar2(72) := g_package||'upd';
1010: --
1011: Begin
1012: hr_utility.set_location('Entering:'||l_proc, 5);
1013: --
1014: -- Call conversion function to turn arguments into the
1015: -- l_rec structure.
1016: --

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

1098: ,l_rec
1099: );
1100: p_object_version_number := l_rec.object_version_number;
1101: --
1102: hr_utility.set_location(' Leaving:'||l_proc, 10);
1103: End upd;
1104: --
1105: end per_pgh_upd;