DBA Data[Home] [Help]

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

110: where checklist_item_id = p_rec.checklist_item_id;
111: --
112: per_chk_shd.g_api_dml := false; -- Unset the api dml status
113: --
114: hr_utility.set_location(' Leaving:'||l_proc, 10);
115: --
116: Exception
117: When hr_api.check_integrity_violated Then
118: -- A check constraint has been violated

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

170: --
171: l_proc varchar2(72) := g_package||'pre_update';
172: --
173: Begin
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: End pre_update;
178: --

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

172: --
173: Begin
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: End pre_update;
178: --
179: -- ----------------------------------------------------------------------------
180: -- |-----------------------------< post_update >------------------------------|

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

213: --
214: l_proc varchar2(72) := g_package||'post_update';
215: --
216: Begin
217: hr_utility.set_location('Entering:'||l_proc, 5);
218: --
219: --
220: -- Start of API User Hook for post_update.
221: --

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

315: --
316: -- End of API User Hook for post_update.
317: --
318: --
319: hr_utility.set_location(' Leaving:'||l_proc, 10);
320: End post_update;
321: --
322: -- ----------------------------------------------------------------------------
323: -- |-----------------------------< convert_defs >-----------------------------|

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

367: l_proc varchar2(72) := g_package||'convert_defs';
368: --
369: Begin
370: --
371: hr_utility.set_location('Entering:'||l_proc, 5);
372: --
373: -- We must now examine each argument value in the
374: -- p_rec plsql record structure
375: -- to see if a system default is being used. If a system default

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

523: p_rec.attribute30 :=
524: per_chk_shd.g_old_rec.attribute30;
525: End If;
526: --
527: hr_utility.set_location(' Leaving:'||l_proc, 10);
528: --
529: End convert_defs;
530: --
531: -- ----------------------------------------------------------------------------

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

539: --
540: l_proc varchar2(72) := g_package||'upd';
541: --
542: Begin
543: hr_utility.set_location('Entering:'||l_proc, 5);
544: --
545: -- We must lock the row which we need to update.
546: --
547: per_chk_shd.lck

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

624: l_rec per_chk_shd.g_rec_type;
625: l_proc varchar2(72) := g_package||'upd';
626: --
627: Begin
628: hr_utility.set_location('Entering:'||l_proc, 5);
629: --
630: -- Call conversion function to turn arguments into the
631: -- l_rec structure.
632: --

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

681: upd(p_effective_date
682: ,l_rec);
683: p_object_version_number := l_rec.object_version_number;
684: --
685: hr_utility.set_location(' Leaving:'||l_proc, 10);
686: End upd;
687: --
688: end per_chk_upd;