DBA Data[Home] [Help]

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

147: where hierarchy_version_id = p_rec.hierarchy_version_id;
148: --
149: --
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: --
153: Exception
154: When hr_api.check_integrity_violated Then
155: -- A check constraint has been violated

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

209: --
210: l_proc varchar2(72) := g_package||'pre_update';
211: --
212: Begin
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: --
215: hr_utility.set_location(' Leaving:'||l_proc, 10);
216: End pre_update;
217: --

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

211: --
212: Begin
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: --
215: hr_utility.set_location(' Leaving:'||l_proc, 10);
216: End pre_update;
217: --
218: -- ----------------------------------------------------------------------------
219: -- |-----------------------------< post_update >------------------------------|

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

254: --
255: l_proc varchar2(72) := g_package||'post_update';
256: --
257: Begin
258: hr_utility.set_location('Entering:'||l_proc, 5);
259: begin
260: --
261: per_pgv_rku.after_update
262: (p_effective_date => p_effective_date

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

565: ,p_hook_type => 'AU');
566: --
567: end;
568: --
569: hr_utility.set_location(' Leaving:'||l_proc, 10);
570: End post_update;
571: --
572: -- ----------------------------------------------------------------------------
573: -- |-----------------------------< convert_defs >-----------------------------|

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

928: --
929: l_proc varchar2(72) := g_package||'upd';
930: --
931: Begin
932: hr_utility.set_location('Entering:'||l_proc, 5);
933: --
934: -- We must lock the row which we need to update.
935: --
936: per_pgv_shd.lck

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

1049: l_rec per_pgv_shd.g_rec_type;
1050: l_proc varchar2(72) := g_package||'upd';
1051: --
1052: Begin
1053: hr_utility.set_location('Entering:'||l_proc, 5);
1054: --
1055: -- Call conversion function to turn arguments into the
1056: -- l_rec structure.
1057: --

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

1143: ,l_rec
1144: );
1145: p_object_version_number := l_rec.object_version_number;
1146: --
1147: hr_utility.set_location(' Leaving:'||l_proc, 10);
1148: End upd;
1149: --
1150: end per_pgv_upd;