DBA Data[Home] [Help]

APPS.IRC_IPD_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: irc_ipd_ins.g_pending_data_id_i := p_pending_data_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: irc_ipd_ins.g_pending_data_id_i := p_pending_data_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: --
84: --
85: --
86: --

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

204: );
205: --
206: --
207: --
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209: Exception
210: When hr_api.check_integrity_violated Then
211: -- A check constraint has been violated
212: --

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

279: l_proc varchar2(72) := g_package||'pre_insert';
280: l_exists varchar2(1);
281: --
282: Begin
283: hr_utility.set_location('Entering:'||l_proc, 5);
284: --
285: If (irc_ipd_ins.g_pending_data_id_i is not null) Then
286: --
287: -- Verify registered primary key values not already in use

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

315: Fetch C_Sel1 Into p_rec.pending_data_id;
316: Close C_Sel1;
317: End If;
318: --
319: hr_utility.set_location(' Leaving:'||l_proc, 10);
320: End pre_insert;
321: --
322: -- ----------------------------------------------------------------------------
323: -- |-----------------------------< post_insert >------------------------------|

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

357: --
358: l_proc varchar2(72) := g_package||'post_insert';
359: --
360: Begin
361: hr_utility.set_location('Entering:'||l_proc, 5);
362: begin
363: --
364: irc_ipd_rki.after_insert
365: (p_pending_data_id

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

481: ,p_hook_type => 'AI');
482: --
483: end;
484: --
485: hr_utility.set_location(' Leaving:'||l_proc, 10);
486: End post_insert;
487: --
488: -- ----------------------------------------------------------------------------
489: -- |---------------------------------< ins >----------------------------------|

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

494: --
495: l_proc varchar2(72) := g_package||'ins';
496: --
497: Begin
498: hr_utility.set_location('Entering:'||l_proc, 5);
499: --
500: -- Call the supporting insert validate operations
501: --
502: irc_ipd_bus.insert_validate

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

522: --
523: -- Call to raise any errors on multi-message list
524: hr_multi_message.end_validation_set;
525: --
526: hr_utility.set_location('Leaving:'||l_proc, 20);
527: end ins;
528: --
529: -- ----------------------------------------------------------------------------
530: -- |---------------------------------< ins >----------------------------------|

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

590: l_rec irc_ipd_shd.g_rec_type;
591: l_proc varchar2(72) := g_package||'ins';
592: --
593: Begin
594: hr_utility.set_location('Entering:'||l_proc, 5);
595: --
596: -- Call conversion function to turn arguments into the
597: -- p_rec structure.
598: --

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

667: --
668: p_pending_data_id := l_rec.pending_data_id;
669: --
670: --
671: hr_utility.set_location(' Leaving:'||l_proc, 10);
672: End ins;
673: --
674: end irc_ipd_ins;