DBA Data[Home] [Help]

APPS.HR_OPT_INS dependencies on HR_UTILITY

Line 24: hr_utility.set_location('Entering:'||l_proc, 10);

20: --
21: l_proc varchar2(72) := g_package||'set_base_key_value';
22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: hr_opt_ins.g_option_id_i := p_option_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);

Line 28: hr_utility.set_location(' Leaving:'||l_proc, 20);

24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: hr_opt_ins.g_option_id_i := p_option_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --
81: Begin
82: hr_utility.set_location('Entering:'||l_proc, 5);
83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --

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

108: );
109: --
110: --
111: --
112: hr_utility.set_location(' Leaving:'||l_proc, 10);
113: Exception
114: When hr_api.check_integrity_violated Then
115: -- A check constraint has been violated
116: --

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

184: l_exists varchar2(1);
185: l_option_type_id number;
186: --
187: Begin
188: hr_utility.set_location('Entering:'||l_proc, 5);
189: select option_type_id
190: into l_option_type_id
191: from hr_ki_option_types
192: where option_type_key = 'PASSWORD';

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

232: FND_VAULT.put('KI',p_rec.integration_id ||'#' || p_rec.option_type_id || '#' || p_rec.option_level_id || '#' || p_rec.option_id,p_rec.value);
233: p_rec.value := p_rec.integration_id ||'#' || p_rec.option_type_id || '#' || p_rec.option_level_id || '#' || p_rec.option_id;
234: end if;
235: --
236: hr_utility.set_location(' Leaving:'||l_proc, 10);
237: End pre_insert;
238: --
239: -- ----------------------------------------------------------------------------
240: -- |-----------------------------< post_insert >------------------------------|

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

275: --
276: l_proc varchar2(72) := g_package||'post_insert';
277: --
278: Begin
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: begin
281: --
282: hr_opt_rki.after_insert
283: (p_effective_date => p_effective_date

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

308: ,p_hook_type => 'AI');
309: --
310: end;
311: --
312: hr_utility.set_location(' Leaving:'||l_proc, 10);
313: End post_insert;
314: --
315: -- ----------------------------------------------------------------------------
316: -- |---------------------------------< ins >----------------------------------|

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

322: --
323: l_proc varchar2(72) := g_package||'ins';
324: --
325: Begin
326: hr_utility.set_location('Entering:'||l_proc, 5);
327: --
328: -- Call the supporting insert validate operations
329: --
330: hr_opt_bus.insert_validate

Line 356: hr_utility.set_location('Leaving:'||l_proc, 20);

352: --
353: -- Call to raise any errors on multi-message list
354: hr_multi_message.end_validation_set;
355: --
356: hr_utility.set_location('Leaving:'||l_proc, 20);
357: end ins;
358: --
359: -- ----------------------------------------------------------------------------
360: -- |---------------------------------< ins >----------------------------------|

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

374: l_rec hr_opt_shd.g_rec_type;
375: l_proc varchar2(72) := g_package||'ins';
376: --
377: Begin
378: hr_utility.set_location('Entering:'||l_proc, 5);
379: --
380: -- Call conversion function to turn arguments into the
381: -- p_rec structure.
382: --

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

405: --
406: p_option_id := l_rec.option_id;
407: p_object_version_number := l_rec.object_version_number;
408: --
409: hr_utility.set_location(' Leaving:'||l_proc, 10);
410: End ins;
411: --
412: end hr_opt_ins;