DBA Data[Home] [Help]

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

136: where vehicle_details_id = p_rec.vehicle_details_id;
137: --
138: pqp_pvd_shd.g_api_dml := false; -- Unset the api dml status
139: --
140: hr_utility.set_location(' Leaving:'||l_proc, 10);
141: --
142: Exception
143: When hr_api.check_integrity_violated Then
144: -- A check constraint has been violated

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

198: --
199: l_proc varchar2(72) := g_package||'pre_update';
200: --
201: Begin
202: hr_utility.set_location('Entering:'||l_proc, 5);
203: --
204: hr_utility.set_location(' Leaving:'||l_proc, 10);
205: End pre_update;
206: --

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

200: --
201: Begin
202: hr_utility.set_location('Entering:'||l_proc, 5);
203: --
204: hr_utility.set_location(' Leaving:'||l_proc, 10);
205: End pre_update;
206: --
207: -- ----------------------------------------------------------------------------
208: -- |-----------------------------< post_update >------------------------------|

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

243: --
244: l_proc varchar2(72) := g_package||'post_update';
245: --
246: Begin
247: hr_utility.set_location('Entering:'||l_proc, 5);
248: begin
249: --
250: pqp_pvd_rku.after_update
251: (p_effective_date => p_effective_date

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

514: ,p_hook_type => 'AU');
515: --
516: end;
517: --
518: hr_utility.set_location(' Leaving:'||l_proc, 10);
519: End post_update;
520: --
521: -- ----------------------------------------------------------------------------
522: -- |-----------------------------< convert_defs >-----------------------------|

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

833: --
834: l_proc varchar2(72) := g_package||'upd';
835: --
836: Begin
837: hr_utility.set_location('Entering:'||l_proc, 5);
838: --
839: -- We must lock the row which we need to update.
840: --
841: pqp_pvd_shd.lck

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

945: l_rec pqp_pvd_shd.g_rec_type;
946: l_proc varchar2(72) := g_package||'upd';
947: --
948: Begin
949: hr_utility.set_location('Entering:'||l_proc, 5);
950: --
951: -- Call conversion function to turn arguments into the
952: -- l_rec structure.
953: --

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

1028: ,l_rec
1029: );
1030: p_object_version_number := l_rec.object_version_number;
1031: --
1032: hr_utility.set_location(' Leaving:'||l_proc, 10);
1033: End upd;
1034: --
1035: end pqp_pvd_upd;