DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

235: --
236: -- End of API User Hook for post_update.
237: --
238: --
239: hr_utility.set_location(' Leaving:'||l_proc, 10);
240: End post_update;
241: --
242: -- ----------------------------------------------------------------------------
243: -- |-----------------------------< convert_defs >-----------------------------|

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

287: l_proc varchar2(72) := g_package||'convert_defs';
288: --
289: Begin
290: --
291: hr_utility.set_location('Entering:'||l_proc, 5);
292: --
293: -- We must now examine each argument value in the
294: -- p_rec plsql record structure
295: -- to see if a system default is being used. If a system default

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

356: pqh_bpr_shd.g_old_rec.budget_unit3_available;
357: End If;
358:
359: --
360: hr_utility.set_location(' Leaving:'||l_proc, 10);
361: --
362: End convert_defs;
363: --
364: -- ----------------------------------------------------------------------------

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

371: --
372: l_proc varchar2(72) := g_package||'upd';
373: --
374: Begin
375: hr_utility.set_location('Entering:'||l_proc, 5);
376: --
377: -- We must lock the row which we need to update.
378: --
379: pqh_bpr_shd.lck

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

431: l_rec pqh_bpr_shd.g_rec_type;
432: l_proc varchar2(72) := g_package||'upd';
433: --
434: Begin
435: hr_utility.set_location('Entering:'||l_proc, 5);
436: --
437: -- Call conversion function to turn arguments into the
438: -- l_rec structure.
439: --

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

465: --
466: upd(l_rec);
467: p_object_version_number := l_rec.object_version_number;
468: --
469: hr_utility.set_location(' Leaving:'||l_proc, 10);
470: End upd;
471: --
472: end pqh_bpr_upd;