DBA Data[Home] [Help]

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

69: object_version_number = p_rec.object_version_number
70: where information_type = p_rec.information_type;
71: --
72: --
73: hr_utility.set_location(' Leaving:'||l_proc, 10);
74: --
75: Exception
76: When hr_api.check_integrity_violated Then
77: -- A check constraint has been violated

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

125: --
126: l_proc varchar2(72) := g_package||'pre_update';
127: --
128: Begin
129: hr_utility.set_location('Entering:'||l_proc, 5);
130: --
131: hr_utility.set_location(' Leaving:'||l_proc, 10);
132: End pre_update;
133: --

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

127: --
128: Begin
129: hr_utility.set_location('Entering:'||l_proc, 5);
130: --
131: hr_utility.set_location(' Leaving:'||l_proc, 10);
132: End pre_update;
133: --
134: -- ----------------------------------------------------------------------------
135: -- |-----------------------------< post_update >------------------------------|

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

168: --
169: l_proc varchar2(72) := g_package||'post_update';
170: --
171: Begin
172: hr_utility.set_location('Entering:'||l_proc, 5);
173: --
174: --
175: -- Start of API User Hook for post_update.
176: --

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

204: --
205: -- End of API User Hook for post_update.
206: --
207: --
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209: End post_update;
210: --
211: -- ----------------------------------------------------------------------------
212: -- |-----------------------------< convert_defs >-----------------------------|

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

256: l_proc varchar2(72) := g_package||'convert_defs';
257: --
258: Begin
259: --
260: hr_utility.set_location('Entering:'||l_proc, 5);
261: --
262: -- We must now examine each argument value in the
263: -- p_rec plsql record structure
264: -- to see if a system default is being used. If a system default

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

281: pqh_pti_shd.g_old_rec.legislation_code;
282: End If;
283:
284: --
285: hr_utility.set_location(' Leaving:'||l_proc, 10);
286: --
287: End convert_defs;
288: --
289: -- ----------------------------------------------------------------------------

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

297: --
298: l_proc varchar2(72) := g_package||'upd';
299: --
300: Begin
301: hr_utility.set_location('Entering:'||l_proc, 5);
302: --
303: -- We must lock the row which we need to update.
304: --
305: pqh_pti_shd.lck

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

349: l_rec pqh_pti_shd.g_rec_type;
350: l_proc varchar2(72) := g_package||'upd';
351: --
352: Begin
353: hr_utility.set_location('Entering:'||l_proc, 5);
354: --
355: -- Call conversion function to turn arguments into the
356: -- l_rec structure.
357: --

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

373: upd(
374: p_effective_date,l_rec);
375: p_object_version_number := l_rec.object_version_number;
376: --
377: hr_utility.set_location(' Leaving:'||l_proc, 10);
378: End upd;
379: --
380: end pqh_pti_upd;