DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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