DBA Data[Home] [Help]

APPS.PQH_BCE_UPD dependencies on HR_UTILITY

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

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

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

77: object_version_number = p_rec.object_version_number
78: where bdgt_cmmtmnt_elmnt_id = p_rec.bdgt_cmmtmnt_elmnt_id;
79: --
80: --
81: hr_utility.set_location(' Leaving:'||l_proc, 10);
82: --
83: Exception
84: When hr_api.check_integrity_violated Then
85: -- A check constraint has been violated

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

133: --
134: l_proc varchar2(72) := g_package||'pre_update';
135: --
136: Begin
137: hr_utility.set_location('Entering:'||l_proc, 5);
138: --
139: hr_utility.set_location(' Leaving:'||l_proc, 10);
140: End pre_update;
141: --

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

135: --
136: Begin
137: hr_utility.set_location('Entering:'||l_proc, 5);
138: --
139: hr_utility.set_location(' Leaving:'||l_proc, 10);
140: End pre_update;
141: --
142: -- ----------------------------------------------------------------------------
143: -- |-----------------------------< post_update >------------------------------|

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

176: --
177: l_proc varchar2(72) := g_package||'post_update';
178: --
179: Begin
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: --
182: --
183: -- Start of API User Hook for post_update.
184: --

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

224: --
225: -- End of API User Hook for post_update.
226: --
227: --
228: hr_utility.set_location(' Leaving:'||l_proc, 10);
229: End post_update;
230: --
231: -- ----------------------------------------------------------------------------
232: -- |-----------------------------< convert_defs >-----------------------------|

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

276: l_proc varchar2(72) := g_package||'convert_defs';
277: --
278: Begin
279: --
280: hr_utility.set_location('Entering:'||l_proc, 5);
281: --
282: -- We must now examine each argument value in the
283: -- p_rec plsql record structure
284: -- to see if a system default is being used. If a system default

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

325: pqh_bce_shd.g_old_rec.overhead_percentage;
326: End If;
327:
328: --
329: hr_utility.set_location(' Leaving:'||l_proc, 10);
330: --
331: End convert_defs;
332: --
333: -- ----------------------------------------------------------------------------

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

341: --
342: l_proc varchar2(72) := g_package||'upd';
343: --
344: Begin
345: hr_utility.set_location('Entering:'||l_proc, 5);
346: --
347: -- We must lock the row which we need to update.
348: --
349: pqh_bce_shd.lck

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

399: l_rec pqh_bce_shd.g_rec_type;
400: l_proc varchar2(72) := g_package||'upd';
401: --
402: Begin
403: hr_utility.set_location('Entering:'||l_proc, 5);
404: --
405: -- Call conversion function to turn arguments into the
406: -- l_rec structure.
407: --

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

429: upd(
430: p_effective_date,l_rec);
431: p_object_version_number := l_rec.object_version_number;
432: --
433: hr_utility.set_location(' Leaving:'||l_proc, 10);
434: End upd;
435: --
436: end pqh_bce_upd;