DBA Data[Home] [Help]

APPS.PQP_DET_UPD dependencies on HR_UTILITY

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

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

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

97: where analyzed_data_details_id = p_rec.analyzed_data_details_id;
98: --
99: pqp_det_shd.g_api_dml := false; -- Unset the api dml status
100: --
101: hr_utility.set_location(' Leaving:'||l_proc, 10);
102: --
103: Exception
104: When hr_api.check_integrity_violated Then
105: -- A check constraint has been violated

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

157: --
158: l_proc varchar2(72) := g_package||'pre_update';
159: --
160: Begin
161: hr_utility.set_location('Entering:'||l_proc, 5);
162: --
163: hr_utility.set_location(' Leaving:'||l_proc, 10);
164: End pre_update;
165: --

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

159: --
160: Begin
161: hr_utility.set_location('Entering:'||l_proc, 5);
162: --
163: hr_utility.set_location(' Leaving:'||l_proc, 10);
164: End pre_update;
165: --
166: -- ----------------------------------------------------------------------------
167: -- |-----------------------------< post_update >------------------------------|

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

200: --
201: l_proc varchar2(72) := g_package||'post_update';
202: --
203: Begin
204: hr_utility.set_location('Entering:'||l_proc, 5);
205: --
206: --
207: -- Start of API User Hook for post_update.
208: --

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

276: --
277: -- End of API User Hook for post_update.
278: --
279: --
280: hr_utility.set_location(' Leaving:'||l_proc, 10);
281: End post_update;
282: --
283: -- ----------------------------------------------------------------------------
284: -- |-----------------------------< convert_defs >-----------------------------|

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

328: l_proc varchar2(72) := g_package||'convert_defs';
329: --
330: Begin
331: --
332: hr_utility.set_location('Entering:'||l_proc, 5);
333: --
334: -- We must now examine each argument value in the
335: -- p_rec plsql record structure
336: -- to see if a system default is being used. If a system default

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

433: pqp_det_shd.g_old_rec.forecast_income_code;
434: End If;
435:
436: --
437: hr_utility.set_location(' Leaving:'||l_proc, 10);
438: --
439: End convert_defs;
440: --
441: -- ----------------------------------------------------------------------------

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

449: --
450: l_proc varchar2(72) := g_package||'upd';
451: --
452: Begin
453: hr_utility.set_location('Entering:'||l_proc, 5);
454: --
455: -- We must lock the row which we need to update.
456: --
457: pqp_det_shd.lck

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

521: l_rec pqp_det_shd.g_rec_type;
522: l_proc varchar2(72) := g_package||'upd';
523: --
524: Begin
525: hr_utility.set_location('Entering:'||l_proc, 5);
526: --
527: -- Call conversion function to turn arguments into the
528: -- l_rec structure.
529: --

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

565: upd(
566: p_effective_date,l_rec);
567: p_object_version_number := l_rec.object_version_number;
568: --
569: hr_utility.set_location(' Leaving:'||l_proc, 10);
570: End upd;
571: --
572: end pqp_det_upd;