DBA Data[Home] [Help]

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

118: where position_description_id = p_rec.position_description_id;
119: --
120: --ghr_pdi_shd.g_api_dml := false; -- Unset the api dml status
121: --
122: hr_utility.set_location(' Leaving:'||l_proc, 10);
123: --
124: Exception
125: When hr_api.check_integrity_violated Then
126: -- A check constraint has been violated

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

178: --
179: l_proc varchar2(72) := g_package||'pre_update';
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: End pre_update;
186: --

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

180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: End pre_update;
186: --
187: -- ----------------------------------------------------------------------------
188: -- |-----------------------------< post_update >------------------------------|

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

220: --
221: l_proc varchar2(72) := g_package||'post_update';
222: --
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --
226: --
227: -- This is a hook point and the user hook for post_update is called here.
228: --

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

336: end;
337: -- End of API User Hook for post_update.
338: --
339: --
340: hr_utility.set_location(' Leaving:'||l_proc, 10);
341: End post_update;
342: --
343: -- ----------------------------------------------------------------------------
344: -- |-----------------------------< convert_defs >-----------------------------|

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

389: l_proc varchar2(72) := g_package||'convert_defs';
390: --
391: Begin
392: --
393: hr_utility.set_location('Entering:'||l_proc, 5);
394: --
395: -- We must now examine each argument value in the
396: -- p_rec plsql record structure
397: -- to see if a system default is being used. If a system default

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

589: p_rec.business_group_id :=
590: ghr_pdi_shd.g_old_rec.business_group_id;
591: End If;
592: --
593: hr_utility.set_location(' Leaving:'||l_proc, 10);
594: --
595: End convert_defs;
596: --
597: -- ----------------------------------------------------------------------------

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

604: --
605: l_proc varchar2(72) := g_package||'upd';
606: --
607: Begin
608: hr_utility.set_location('Entering:'||l_proc, 5);
609: --
610: -- We must lock the row which we need to update.
611: --
612:

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

698: --
699: Begin
700:
701:
702: hr_utility.set_location('Entering:'||l_proc, 5);
703: --
704: -- Call conversion function to turn arguments into the
705: -- l_rec structure.
706: --

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

763: --
764: upd(l_rec);
765: p_object_version_number := l_rec.object_version_number;
766: --
767: hr_utility.set_location(' Leaving:'||l_proc, 10);
768: End upd;
769: --
770: end ghr_pdi_upd;