DBA Data[Home] [Help]

APPS.HR_ICX_UPD dependencies on HR_UTILITY

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

57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: p_rec.object_version_number := p_rec.object_version_number + 1;
63: --
64: --
65: --

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

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

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

169: --
170: l_proc varchar2(72) := g_package||'pre_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 pre_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 pre_update;
177: --
178: -- ----------------------------------------------------------------------------
179: -- |-----------------------------< post_update >------------------------------|

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

214: --
215: l_proc varchar2(72) := g_package||'post_update';
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: begin
220: --
221: hr_icx_rku.after_update
222: (p_effective_date => p_effective_date

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

377: ,p_hook_type => 'AU');
378: --
379: end;
380: --
381: hr_utility.set_location(' Leaving:'||l_proc, 10);
382: End post_update;
383: --
384: -- ----------------------------------------------------------------------------
385: -- |-----------------------------< convert_defs >-----------------------------|

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

635: l_id_flex_num number ;
636: l_context_type varchar2(30);
637: --
638: begin
639: hr_utility.set_location('Entering:'||l_proc, 5);
640:
641: -- deriving id_flex_num
642: OPEN cur_id_flex;
643: FETCH cur_id_flex INTO l_id_flex_num;

Line 740: hr_utility.set_location(l_proc, 10);

736: (p_item_context_id => l_rec.item_context_id
737: ,p_object_version_number => l_rec.object_version_number
738: ) then
739: --
740: hr_utility.set_location(l_proc, 10);
741: --
742: -- the current row exists and we have populated the g_old_rec
743: -- we must now build up the new record by converting the
744: -- arguments into a record structure and converting any of the

Line 852: hr_utility.set_location(l_proc, 15);

848: l_context_type := p_context_type;
849: end if;
850: end if;
851: --
852: hr_utility.set_location(l_proc, 15);
853: --
854: -- call the ins_or_sel process
855: --
856: hr_icx_ins.ins_or_sel

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

892: -- set the out arguments
893: --
894: -- p_id_flex_num := l_rec.id_flex_num;
895: p_concatenated_segments := l_concatenated_segments;
896: hr_utility.set_location(' Leaving:'||l_proc, 20);
897: END IF;
898: --
899: end upd_or_sel;
900: --

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

908: --
909: l_proc varchar2(72) := g_package||'upd';
910: --
911: Begin
912: hr_utility.set_location('Entering:'||l_proc, 5);
913: --
914: -- We must lock the row which we need to update.
915: --
916: hr_icx_shd.lck

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

993: l_rec hr_icx_shd.g_rec_type;
994: l_proc varchar2(72) := g_package||'upd';
995: --
996: Begin
997: hr_utility.set_location('Entering:'||l_proc, 5);
998: --
999: -- Call conversion function to turn arguments into the
1000: -- l_rec structure.
1001: --

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

1049: ,l_rec
1050: );
1051: p_object_version_number := l_rec.object_version_number;
1052: --
1053: hr_utility.set_location(' Leaving:'||l_proc, 10);
1054: End upd;
1055: --
1056: end hr_icx_upd;