DBA Data[Home] [Help]

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

120: object_version_number = p_rec.object_version_number
121: where ptx_extra_info_id = p_rec.ptx_extra_info_id;
122: --
123: --
124: hr_utility.set_location(' Leaving:'||l_proc, 10);
125: --
126: Exception
127: When hr_api.check_integrity_violated Then
128: -- A check constraint has been violated

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

176: --
177: l_proc varchar2(72) := g_package||'pre_update';
178: --
179: Begin
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: --
182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: End pre_update;
184: --

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

178: --
179: Begin
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: --
182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: End pre_update;
184: --
185: -- ----------------------------------------------------------------------------
186: -- |-----------------------------< post_update >------------------------------|

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

218: --
219: l_proc varchar2(72) := g_package||'post_update';
220: --
221: Begin
222: hr_utility.set_location('Entering:'||l_proc, 5);
223: --
224: --
225: -- Start of API User Hook for post_update.
226: --

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

355: --
356: -- End of API User Hook for post_update.
357: --
358: --
359: hr_utility.set_location(' Leaving:'||l_proc, 10);
360: End post_update;
361: --
362: -- ----------------------------------------------------------------------------
363: -- |-----------------------------< convert_defs >-----------------------------|

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

407: l_proc varchar2(72) := g_package||'convert_defs';
408: --
409: Begin
410: --
411: hr_utility.set_location('Entering:'||l_proc, 5);
412: --
413: -- We must now examine each argument value in the
414: -- p_rec plsql record structure
415: -- to see if a system default is being used. If a system default

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

636: pqh_pte_shd.g_old_rec.attribute20;
637: End If;
638:
639: --
640: hr_utility.set_location(' Leaving:'||l_proc, 10);
641: --
642: End convert_defs;
643: --
644: -- ----------------------------------------------------------------------------

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

651: --
652: l_proc varchar2(72) := g_package||'upd';
653: --
654: Begin
655: hr_utility.set_location('Entering:'||l_proc, 5);
656: --
657: -- We must lock the row which we need to update.
658: --
659: pqh_pte_shd.lck

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

751: l_rec pqh_pte_shd.g_rec_type;
752: l_proc varchar2(72) := g_package||'upd';
753: --
754: Begin
755: hr_utility.set_location('Entering:'||l_proc, 5);
756: --
757: -- Call conversion function to turn arguments into the
758: -- l_rec structure.
759: --

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

825: --
826: upd(l_rec);
827: p_object_version_number := l_rec.object_version_number;
828: --
829: hr_utility.set_location(' Leaving:'||l_proc, 10);
830: End upd;
831: --
832: end pqh_pte_upd;