DBA Data[Home] [Help]

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

86: object_version_number = p_rec.object_version_number
87: where routing_history_id = p_rec.routing_history_id;
88: --
89: --
90: hr_utility.set_location(' Leaving:'||l_proc, 10);
91: --
92: Exception
93: When hr_api.check_integrity_violated Then
94: -- A check constraint has been violated

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

142: --
143: l_proc varchar2(72) := g_package||'pre_update';
144: --
145: Begin
146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --
148: hr_utility.set_location(' Leaving:'||l_proc, 10);
149: End pre_update;
150: --

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

144: --
145: Begin
146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --
148: hr_utility.set_location(' Leaving:'||l_proc, 10);
149: End pre_update;
150: --
151: -- ----------------------------------------------------------------------------
152: -- |-----------------------------< post_update >------------------------------|

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

185: --
186: l_proc varchar2(72) := g_package||'post_update';
187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --
191: --
192: -- Start of API User Hook for post_update.
193: --

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

255: --
256: -- End of API User Hook for post_update.
257: --
258: --
259: hr_utility.set_location(' Leaving:'||l_proc, 10);
260: End post_update;
261: --
262: -- ----------------------------------------------------------------------------
263: -- |-----------------------------< convert_defs >-----------------------------|

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

307: l_proc varchar2(72) := g_package||'convert_defs';
308: --
309: Begin
310: --
311: hr_utility.set_location('Entering:'||l_proc, 5);
312: --
313: -- We must now examine each argument value in the
314: -- p_rec plsql record structure
315: -- to see if a system default is being used. If a system default

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

400: pqh_rht_shd.g_old_rec.list_range_name;
401: End If;
402:
403: --
404: hr_utility.set_location(' Leaving:'||l_proc, 10);
405: --
406: End convert_defs;
407: --
408: -- ----------------------------------------------------------------------------

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

416: --
417: l_proc varchar2(72) := g_package||'upd';
418: --
419: Begin
420: hr_utility.set_location('Entering:'||l_proc, 5);
421: --
422: -- We must lock the row which we need to update.
423: --
424: pqh_rht_shd.lck

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

485: l_rec pqh_rht_shd.g_rec_type;
486: l_proc varchar2(72) := g_package||'upd';
487: --
488: Begin
489: hr_utility.set_location('Entering:'||l_proc, 5);
490: --
491: -- Call conversion function to turn arguments into the
492: -- l_rec structure.
493: --

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

526: upd(
527: p_effective_date,l_rec);
528: p_object_version_number := l_rec.object_version_number;
529: --
530: hr_utility.set_location(' Leaving:'||l_proc, 10);
531: End upd;
532: --
533: end pqh_rht_upd;