DBA Data[Home] [Help]

APPS.PER_PAT_UPD dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_pat_upd.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< update_dml >------------------------------|
13: -- ----------------------------------------------------------------------------

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

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

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

131: where allocated_task_id = p_rec.allocated_task_id;
132: --
133: --
134: --
135: hr_utility.set_location(' Leaving:'||l_proc, 10);
136: --
137: Exception
138: When hr_api.check_integrity_violated Then
139: -- A check constraint has been violated

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

193: --
194: l_proc varchar2(72) := g_package||'pre_update';
195: --
196: Begin
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: --
199: hr_utility.set_location(' Leaving:'||l_proc, 10);
200: End pre_update;
201: --

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

195: --
196: Begin
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: --
199: hr_utility.set_location(' Leaving:'||l_proc, 10);
200: End pre_update;
201: --
202: -- ----------------------------------------------------------------------------
203: -- |-----------------------------< post_update >------------------------------|

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

238: --
239: l_proc varchar2(72) := g_package||'post_update';
240: --
241: Begin
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: begin
244: --
245: per_pat_rku.after_update
246: (p_effective_date => p_effective_date

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

485: ,p_hook_type => 'AU');
486: --
487: end;
488: --
489: hr_utility.set_location(' Leaving:'||l_proc, 10);
490: End post_update;
491: --
492: -- ----------------------------------------------------------------------------
493: -- |-----------------------------< convert_defs >-----------------------------|

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

780: --
781: l_proc varchar2(72) := g_package||'upd';
782: --
783: Begin
784: hr_utility.set_location('Entering:'||l_proc, 5);
785: --
786: -- We must lock the row which we need to update.
787: --
788: per_pat_shd.lck

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

892: l_rec per_pat_shd.g_rec_type;
893: l_proc varchar2(72) := g_package||'upd';
894: --
895: Begin
896: hr_utility.set_location('Entering:'||l_proc, 5);
897: --
898: -- Call conversion function to turn arguments into the
899: -- l_rec structure.
900: --

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

969: ,l_rec
970: );
971: p_object_version_number := l_rec.object_version_number;
972: --
973: hr_utility.set_location(' Leaving:'||l_proc, 10);
974: End upd;
975: --
976: end per_pat_upd;