DBA Data[Home] [Help]

APPS.PER_SHT_UPD dependencies on HR_UTILITY

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

49: --
50: l_proc varchar2(72) := g_package||'update_dml';
51: --
52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: -- Increment the object version
56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;

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

99: object_version_number = p_rec.object_version_number,
100: lookup_type = p_rec.lookup_type
101: where shared_type_id = p_rec.shared_type_id;
102: --
103: hr_utility.set_location(' Leaving:'||l_proc, 10);
104: --
105: Exception
106: When hr_api.check_integrity_violated Then
107: -- A check constraint has been violated

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

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

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

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

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

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

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

298: --
299: -- End of API User Hook for post_update.
300: --
301: --
302: hr_utility.set_location(' Leaving:'||l_proc, 10);
303: End post_update;
304: --
305: -- ----------------------------------------------------------------------------
306: -- |-----------------------------< convert_defs >-----------------------------|

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

350: l_proc varchar2(72) := g_package||'convert_defs';
351: --
352: Begin
353: --
354: hr_utility.set_location('Entering:'||l_proc, 5);
355: --
356: -- We must now examine each argument value in the
357: -- p_rec plsql record structure
358: -- to see if a system default is being used. If a system default

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

502: p_rec.lookup_type :=
503: per_sht_shd.g_old_rec.lookup_type;
504: End If;
505: --
506: hr_utility.set_location(' Leaving:'||l_proc, 10);
507: --
508: End convert_defs;
509: --
510: -- ----------------------------------------------------------------------------

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

518: --
519: l_proc varchar2(72) := g_package||'upd';
520: --
521: Begin
522: hr_utility.set_location('Entering:'||l_proc, 5);
523: --
524: -- We must lock the row which we need to update.
525: --
526: per_sht_shd.lck

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

602: l_rec per_sht_shd.g_rec_type;
603: l_proc varchar2(72) := g_package||'upd';
604: --
605: Begin
606: hr_utility.set_location('Entering:'||l_proc, 5);
607: --
608: -- Call conversion function to turn arguments into the
609: -- l_rec structure.
610: --

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

658: upd(
659: p_effective_date,l_rec);
660: p_object_version_number := l_rec.object_version_number;
661: --
662: hr_utility.set_location(' Leaving:'||l_proc, 10);
663: End upd;
664: --
665: end per_sht_upd;