DBA Data[Home] [Help]

APPS.HR_TPP_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: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --

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

166: );
167: --
168: --
169: --
170: hr_utility.set_location(' Leaving:'||l_proc, 10);
171: Exception
172: When hr_api.check_integrity_violated Then
173: -- A check constraint has been violated
174: --

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

234: --
235: Cursor C_Sel1 is select hr_tab_page_properties_b_s.nextval from sys.dual;
236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: --
240: --
241: -- Select the next sequence number
242: --

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

243: Open C_Sel1;
244: Fetch C_Sel1 Into p_rec.tab_page_property_id;
245: Close C_Sel1;
246: --
247: hr_utility.set_location(' Leaving:'||l_proc, 10);
248: End pre_insert;
249: --
250: -- ----------------------------------------------------------------------------
251: -- |-----------------------------< post_insert >------------------------------|

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

286: --
287: l_proc varchar2(72) := g_package||'post_insert';
288: --
289: Begin
290: hr_utility.set_location('Entering:'||l_proc, 5);
291: begin
292: --
293: hr_tpp_rki.after_insert
294: (p_effective_date => p_effective_date

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

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

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

391: --
392: l_proc varchar2(72) := g_package||'ins';
393: --
394: Begin
395: hr_utility.set_location('Entering:'||l_proc, 5);
396: --
397: -- Call the supporting insert validate operations
398: --
399: hr_tpp_bus.insert_validate

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

415: (p_effective_date
416: ,p_rec
417: );
418: --
419: hr_utility.set_location('Leaving:'||l_proc, 20);
420: end ins;
421: --
422: -- ----------------------------------------------------------------------------
423: -- |---------------------------------< ins >----------------------------------|

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

466: l_rec hr_tpp_shd.g_rec_type;
467: l_proc varchar2(72) := g_package||'ins';
468: --
469: Begin
470: hr_utility.set_location('Entering:'||l_proc, 5);
471: --
472: -- Call conversion function to turn arguments into the
473: -- p_rec structure.
474: --

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

526: --
527: p_tab_page_property_id := l_rec.tab_page_property_id;
528: p_object_version_number := l_rec.object_version_number;
529: --
530: hr_utility.set_location(' Leaving:'||l_proc, 10);
531: End ins;
532: --
533: end hr_tpp_ins;