DBA Data[Home] [Help]

APPS.HR_QSA_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: --
62: --
63: -- Update the hr_quest_answers Row

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

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

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

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

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

129: --
130: Begin
131: hr_utility.set_location('Entering:'||l_proc, 5);
132: --
133: hr_utility.set_location(' Leaving:'||l_proc, 10);
134: End pre_update;
135: --
136: -- ----------------------------------------------------------------------------
137: -- |-----------------------------< 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: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: End post_update;
177: --

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

171: --
172: Begin
173: hr_utility.set_location('Entering:'||l_proc, 5);
174: --
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: End post_update;
177: --
178: -- ----------------------------------------------------------------------------
179: -- |-----------------------------< convert_defs >-----------------------------|

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

224: l_proc varchar2(72) := g_package||'convert_defs';
225: --
226: Begin
227: --
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: --
230: -- We must now examine each argument value in the
231: -- p_rec plsql record structure
232: -- to see if a system default is being used. If a system default

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

248: p_rec.business_group_id :=
249: hr_qsa_shd.g_old_rec.business_group_id;
250: End If;
251: --
252: hr_utility.set_location(' Leaving:'||l_proc, 10);
253: --
254: End convert_defs;
255: --
256: -- ----------------------------------------------------------------------------

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

264: --
265: l_proc varchar2(72) := g_package||'upd';
266: --
267: Begin
268: hr_utility.set_location('Entering:'||l_proc, 5);
269: --
270: -- We must lock the row which we need to update.
271: --
272: hr_qsa_shd.lck

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

312: l_rec hr_qsa_shd.g_rec_type;
313: l_proc varchar2(72) := g_package||'upd';
314: --
315: Begin
316: hr_utility.set_location('Entering:'||l_proc, 5);
317: --
318: -- Call conversion function to turn arguments into the
319: -- l_rec structure.
320: --

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

334: --
335: upd(l_rec ,p_effective_date);
336: --
337: --
338: hr_utility.set_location(' Leaving:'||l_proc, 10);
339: End upd;
340: --
341: end hr_qsa_upd;