DBA Data[Home] [Help]

APPS.PQH_RNG_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 attribute_range_id = p_rec.attribute_range_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 183: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

358: pqh_rng_shd.g_old_rec.to_number;
359: End If;
360:
361: --
362: hr_utility.set_location(' Leaving:'||l_proc, 10);
363: --
364: End convert_defs;
365: --
366: -- ----------------------------------------------------------------------------

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

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

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

437: l_rec pqh_rng_shd.g_rec_type;
438: l_proc varchar2(72) := g_package||'upd';
439: --
440: Begin
441: hr_utility.set_location('Entering:'||l_proc, 5);
442: --
443: -- Call conversion function to turn arguments into the
444: -- l_rec structure.
445: --

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

472: upd(
473: p_effective_date,l_rec);
474: p_object_version_number := l_rec.object_version_number;
475: --
476: hr_utility.set_location(' Leaving:'||l_proc, 10);
477: End upd;
478: --
479: end pqh_rng_upd;