DBA Data[Home] [Help]

APPS.PQH_TEM_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: legislation_code = p_rec.legislation_code
76: where template_id = p_rec.template_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 326: hr_utility.set_location(' Leaving:'||l_proc, 10);

322: p_rec.legislation_code :=
323: pqh_tem_shd.g_old_rec.legislation_code;
324: End If;
325: --
326: hr_utility.set_location(' Leaving:'||l_proc, 10);
327: --
328: End convert_defs;
329: --
330: -- ----------------------------------------------------------------------------

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

338: --
339: l_proc varchar2(72) := g_package||'upd';
340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: -- We must lock the row which we need to update.
345: --
346: pqh_tem_shd.lck

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

396: l_rec pqh_tem_shd.g_rec_type;
397: l_proc varchar2(72) := g_package||'upd';
398: --
399: Begin
400: hr_utility.set_location('Entering:'||l_proc, 5);
401: --
402: -- Call conversion function to turn arguments into the
403: -- l_rec structure.
404: --

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

426: upd(
427: p_effective_date,l_rec);
428: p_object_version_number := l_rec.object_version_number;
429: --
430: hr_utility.set_location(' Leaving:'||l_proc, 10);
431: End upd;
432: --
433: end pqh_tem_upd;