DBA Data[Home] [Help]

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

70: object_version_number = p_rec.object_version_number
71: where template_attribute_id = p_rec.template_attribute_id;
72: --
73: --
74: hr_utility.set_location(' Leaving:'||l_proc, 10);
75: --
76: Exception
77: When hr_api.check_integrity_violated Then
78: -- A check constraint has been violated

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

126: --
127: l_proc varchar2(72) := g_package||'pre_update';
128: --
129: Begin
130: hr_utility.set_location('Entering:'||l_proc, 5);
131: --
132: hr_utility.set_location(' Leaving:'||l_proc, 10);
133: End pre_update;
134: --

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

128: --
129: Begin
130: hr_utility.set_location('Entering:'||l_proc, 5);
131: --
132: hr_utility.set_location(' Leaving:'||l_proc, 10);
133: End pre_update;
134: --
135: -- ----------------------------------------------------------------------------
136: -- |-----------------------------< post_update >------------------------------|

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

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

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

207: --
208: -- End of API User Hook for post_update.
209: --
210: --
211: hr_utility.set_location(' Leaving:'||l_proc, 10);
212: End post_update;
213: --
214: -- ----------------------------------------------------------------------------
215: -- |-----------------------------< convert_defs >-----------------------------|

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

259: l_proc varchar2(72) := g_package||'convert_defs';
260: --
261: Begin
262: --
263: hr_utility.set_location('Entering:'||l_proc, 5);
264: --
265: -- We must now examine each argument value in the
266: -- p_rec plsql record structure
267: -- to see if a system default is being used. If a system default

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

288: pqh_tat_shd.g_old_rec.template_id;
289: End If;
290:
291: --
292: hr_utility.set_location(' Leaving:'||l_proc, 10);
293: --
294: End convert_defs;
295: --
296: -- ----------------------------------------------------------------------------

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

304: --
305: l_proc varchar2(72) := g_package||'upd';
306: --
307: Begin
308: hr_utility.set_location('Entering:'||l_proc, 5);
309: --
310: -- We must lock the row which we need to update.
311: --
312: pqh_tat_shd.lck

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

357: l_rec pqh_tat_shd.g_rec_type;
358: l_proc varchar2(72) := g_package||'upd';
359: --
360: Begin
361: hr_utility.set_location('Entering:'||l_proc, 5);
362: --
363: -- Call conversion function to turn arguments into the
364: -- l_rec structure.
365: --

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

382: upd(
383: p_effective_date,l_rec);
384: p_object_version_number := l_rec.object_version_number;
385: --
386: hr_utility.set_location(' Leaving:'||l_proc, 10);
387: End upd;
388: --
389: end pqh_tat_upd;