DBA Data[Home] [Help]

APPS.PER_CNT_INS dependencies on HR_UTILITY

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

56: --
57: l_proc varchar2(72) := g_package||'insert_dml';
58: --
59: Begin
60: hr_utility.set_location('Entering:'||l_proc, 5);
61: --
62: --
63: --
64: --

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

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

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

147: --
148: l_proc varchar2(72) := g_package||'pre_insert';
149: --
150: Begin
151: hr_utility.set_location('Entering:'||l_proc, 5);
152: --
153: p_rec.configuration_code := p_configuration_code;
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

151: hr_utility.set_location('Entering:'||l_proc, 5);
152: --
153: p_rec.configuration_code := p_configuration_code;
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 10);
156: End pre_insert;
157: --
158: -- ----------------------------------------------------------------------------
159: -- |-----------------------------< post_insert >------------------------------|

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

194: --
195: l_proc varchar2(72) := g_package||'post_insert';
196: --
197: Begin
198: hr_utility.set_location('Entering:'||l_proc, 5);
199: begin
200: --
201: per_cnt_rki.after_insert
202: (p_effective_date => p_effective_date

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

221: ,p_hook_type => 'AI');
222: --
223: end;
224: --
225: hr_utility.set_location(' Leaving:'||l_proc, 10);
226: End post_insert;
227: --
228: -- ----------------------------------------------------------------------------
229: -- |---------------------------------< ins >----------------------------------|

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

236: --
237: l_proc varchar2(72) := g_package||'ins';
238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: --
242: -- Call the supporting insert validate operations
243: --
244: per_cnt_bus.insert_validate

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

269: --
270: -- Call to raise any errors on multi-message list
271: hr_multi_message.end_validation_set;
272: --
273: hr_utility.set_location('Leaving:'||l_proc, 20);
274: end ins;
275: --
276: -- ----------------------------------------------------------------------------
277: -- |---------------------------------< ins >----------------------------------|

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

288: l_rec per_cnt_shd.g_rec_type;
289: l_proc varchar2(72) := g_package||'ins';
290: --
291: Begin
292: hr_utility.set_location('Entering:'||l_proc, 5);
293: --
294: -- Call conversion function to turn arguments into the
295: -- p_rec structure.
296: --

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

316: -- are specified as an OUT's we must set these values.
317: --
318: --
319: --
320: hr_utility.set_location(' Leaving:'||l_proc, 10);
321: End ins;
322: --
323: -- ----------------------------------------------------------------------------
324: -- |------------------------------< ins_tl >----------------------------------|

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

344: --
345: l_proc varchar2(72) := g_package || 'ins_tl';
346: --
347: Begin
348: hr_utility.set_location('Entering:'||l_proc,10);
349: --
350: -- Insert a row for the base language and every installed language.
351: --
352: for l_lang in csr_ins_langs loop

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

359: ,p_configuration_description => p_configuration_description
360: );
361: end loop;
362: --
363: hr_utility.set_location('Leaving:'||l_proc,20);
364: End ins_tl;
365: --
366: end per_cnt_ins;