DBA Data[Home] [Help]

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

92: attribute19 = p_rec.attribute19,
93: attribute20 = p_rec.attribute20
94: where delivery_method_id = p_rec.delivery_method_id;
95: --
96: hr_utility.set_location(' Leaving:'||l_proc, 10);
97: --
98: Exception
99: When hr_api.check_integrity_violated Then
100: -- A check constraint has been violated

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

148: --
149: l_proc varchar2(72) := g_package||'pre_update';
150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End pre_update;
156: --

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

150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End pre_update;
156: --
157: -- ----------------------------------------------------------------------------
158: -- |-----------------------------< post_update >------------------------------|

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

191: --
192: l_proc varchar2(72) := g_package||'post_update';
193: --
194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: --
197: --
198: -- Start of API User Hook for post_update.
199: --

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

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

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

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

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

458: p_rec.attribute20 :=
459: per_pdm_shd.g_old_rec.attribute20;
460: End If;
461: --
462: hr_utility.set_location(' Leaving:'||l_proc, 10);
463: --
464: End convert_defs;
465: --
466: -- ----------------------------------------------------------------------------

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

474: --
475: l_proc varchar2(72) := g_package||'upd';
476: --
477: Begin
478: hr_utility.set_location('Entering:'||l_proc, 5);
479: --
480: -- We must lock the row which we need to update.
481: --
482: per_pdm_shd.lck

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

550: l_rec per_pdm_shd.g_rec_type;
551: l_proc varchar2(72) := g_package||'upd';
552: --
553: Begin
554: hr_utility.set_location('Entering:'||l_proc, 5);
555: --
556: -- Call conversion function to turn arguments into the
557: -- l_rec structure.
558: --

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

599: --
600: upd( p_effective_date,l_rec);
601: p_object_version_number := l_rec.object_version_number;
602: --
603: hr_utility.set_location(' Leaving:'||l_proc, 10);
604: End upd;
605: --
606: end per_pdm_upd;