DBA Data[Home] [Help]

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

75: decode_function_name = p_rec.decode_function_name
76: where attribute_id = p_rec.attribute_id;
77: --
78: --
79: hr_utility.set_location(' Leaving:'||l_proc, 10);
80: --
81: Exception
82: When hr_api.check_integrity_violated Then
83: -- A check constraint has been violated

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

131: --
132: l_proc varchar2(72) := g_package||'pre_update';
133: --
134: Begin
135: hr_utility.set_location('Entering:'||l_proc, 5);
136: --
137: hr_utility.set_location(' Leaving:'||l_proc, 10);
138: End pre_update;
139: --

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

133: --
134: Begin
135: hr_utility.set_location('Entering:'||l_proc, 5);
136: --
137: hr_utility.set_location(' Leaving:'||l_proc, 10);
138: End pre_update;
139: --
140: -- ----------------------------------------------------------------------------
141: -- |-----------------------------< post_update >------------------------------|

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

174: --
175: l_proc varchar2(72) := g_package||'post_update';
176: --
177: Begin
178: hr_utility.set_location('Entering:'||l_proc, 5);
179: --
180: --
181: -- Start of API User Hook for post_update.
182: --

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

222: --
223: -- End of API User Hook for post_update.
224: --
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 10);
227: End post_update;
228: --
229: -- ----------------------------------------------------------------------------
230: -- |-----------------------------< convert_defs >-----------------------------|

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

274: l_proc varchar2(72) := g_package||'convert_defs';
275: --
276: Begin
277: --
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: --
280: -- We must now examine each argument value in the
281: -- p_rec plsql record structure
282: -- to see if a system default is being used. If a system default

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

315: If (p_rec.decode_function_name = hr_api.g_varchar2) then
316: p_rec.decode_function_name := pqh_att_shd.g_old_rec.decode_function_name;
317: End If;
318: --
319: hr_utility.set_location(' Leaving:'||l_proc, 10);
320: --
321: End convert_defs;
322: --
323: -- ----------------------------------------------------------------------------

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

331: --
332: l_proc varchar2(72) := g_package||'upd';
333: --
334: Begin
335: hr_utility.set_location('Entering:'||l_proc, 5);
336: --
337: -- We must lock the row which we need to update.
338: --
339: pqh_att_shd.lck

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

389: l_rec pqh_att_shd.g_rec_type;
390: l_proc varchar2(72) := g_package||'upd';
391: --
392: Begin
393: hr_utility.set_location('Entering:'||l_proc, 5);
394: --
395: -- Call conversion function to turn arguments into the
396: -- l_rec structure.
397: --

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

419: upd(
420: p_effective_date,l_rec);
421: p_object_version_number := l_rec.object_version_number;
422: --
423: hr_utility.set_location(' Leaving:'||l_proc, 10);
424: End upd;
425: --
426: end pqh_att_upd;