DBA Data[Home] [Help]

APPS.PQH_RFT_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 ref_template_id = p_rec.ref_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 170: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

273: pqh_rft_shd.g_old_rec.reference_type_cd;
274: End If;
275:
276: --
277: hr_utility.set_location(' Leaving:'||l_proc, 10);
278: --
279: End convert_defs;
280: --
281: -- ----------------------------------------------------------------------------

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

289: --
290: l_proc varchar2(72) := g_package||'upd';
291: --
292: Begin
293: hr_utility.set_location('Entering:'||l_proc, 5);
294: --
295: -- We must lock the row which we need to update.
296: --
297: pqh_rft_shd.lck

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

338: l_rec pqh_rft_shd.g_rec_type;
339: l_proc varchar2(72) := g_package||'upd';
340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: -- Call conversion function to turn arguments into the
345: -- l_rec structure.
346: --

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

360: --
361: upd(p_effective_date,l_rec);
362: p_object_version_number := l_rec.object_version_number;
363: --
364: hr_utility.set_location(' Leaving:'||l_proc, 10);
365: End upd;
366: --
367: end pqh_rft_upd;