DBA Data[Home] [Help]

APPS.HR_QSF_UPD dependencies on HR_UTILITY

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

55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin
59: hr_utility.set_location('Entering:'||l_proc, 5);
60: --
61: -- Increment the object version
62: --
63: p_rec.object_version_number := p_rec.object_version_number + 1;

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

79: ,display_sequence = p_rec.display_sequence
80: where field_id = p_rec.field_id;
81: --
82: --
83: hr_utility.set_location(' Leaving:'||l_proc, 10);
84: --
85: Exception
86: When hr_api.check_integrity_violated Then
87: -- A check constraint has been violated

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

135: --
136: l_proc varchar2(72) := g_package||'pre_update';
137: --
138: Begin
139: hr_utility.set_location('Entering:'||l_proc, 5);
140: --
141: hr_utility.set_location(' Leaving:'||l_proc, 10);
142: End pre_update;
143: --

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

137: --
138: Begin
139: hr_utility.set_location('Entering:'||l_proc, 5);
140: --
141: hr_utility.set_location(' Leaving:'||l_proc, 10);
142: End pre_update;
143: --
144: -- ----------------------------------------------------------------------------
145: -- |-----------------------------< post_update >------------------------------|

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

179: --
180: l_proc varchar2(72) := g_package||'post_update';
181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: begin
186: hr_qsf_rku.after_update
187: (p_field_id => p_rec.field_id

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

207: ,p_hook_type => 'AU'
208: );
209: end;
210: --
211: hr_utility.set_location(' Leaving:'||l_proc, 10);
212: End post_update;
213: --
214: -- ----------------------------------------------------------------------------
215: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

293: hr_qsf_shd.g_old_rec.sql_text;
294: End If;
295:
296: --
297: hr_utility.set_location(' Leaving:'||l_proc, 10);
298: --
299: End convert_defs;
300: --
301: -- ----------------------------------------------------------------------------

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

309: --
310: l_proc varchar2(72) := g_package||'upd';
311: --
312: Begin
313: hr_utility.set_location('Entering:'||l_proc, 5);
314: --
315: -- We must lock the row which we need to update.
316: --
317: hr_qsf_shd.lck

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

366: l_rec hr_qsf_shd.g_rec_type;
367: l_proc varchar2(72) := g_package||'upd';
368: --
369: Begin
370: hr_utility.set_location('Entering:'||l_proc, 5);
371: --
372: -- Call conversion function to turn arguments into the
373: -- l_rec structure.
374: --

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

394: --
395: upd(l_rec, p_effective_date);
396: p_object_version_number := l_rec.object_version_number;
397: --
398: hr_utility.set_location(' Leaving:'||l_proc, 10);
399: End upd;
400: --
401: end hr_qsf_upd;