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 148: hr_utility.set_location(' Leaving:'||l_proc, 10);

144: );
145: --
146: --
147: --
148: hr_utility.set_location(' Leaving:'||l_proc, 10);
149: Exception
150: When hr_api.check_integrity_violated Then
151: -- A check constraint has been violated
152: --

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

212: --
213: Cursor C_Sel1 is select hr_tab_page_properties_b_s.nextval from sys.dual;
214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: --
219: -- Select the next sequence number
220: --

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

221: Open C_Sel1;
222: Fetch C_Sel1 Into p_rec.tab_page_property_id;
223: Close C_Sel1;
224: --
225: hr_utility.set_location(' Leaving:'||l_proc, 10);
226: End pre_insert;
227: --
228: -- ----------------------------------------------------------------------------
229: -- |-----------------------------< post_insert >------------------------------|

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

264: --
265: l_proc varchar2(72) := g_package||'post_insert';
266: --
267: Begin
268: hr_utility.set_location('Entering:'||l_proc, 5);
269: begin
270: --
271: hr_tpp_rki.after_insert
272: (p_effective_date => p_effective_date

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

355: ,p_hook_type => 'AI');
356: --
357: end;
358: --
359: hr_utility.set_location(' Leaving:'||l_proc, 10);
360: End post_insert;
361: --
362: -- ----------------------------------------------------------------------------
363: -- |---------------------------------< ins >----------------------------------|

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

369: --
370: l_proc varchar2(72) := g_package||'ins';
371: --
372: Begin
373: hr_utility.set_location('Entering:'||l_proc, 5);
374: --
375: -- Call the supporting insert validate operations
376: --
377: hr_tpp_bus.insert_validate

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

393: (p_effective_date
394: ,p_rec
395: );
396: --
397: hr_utility.set_location('Leaving:'||l_proc, 20);
398: end ins;
399: --
400: -- ----------------------------------------------------------------------------
401: -- |---------------------------------< ins >----------------------------------|

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

444: l_rec hr_tpp_shd.g_rec_type;
445: l_proc varchar2(72) := g_package||'ins';
446: --
447: Begin
448: hr_utility.set_location('Entering:'||l_proc, 5);
449: --
450: -- Call conversion function to turn arguments into the
451: -- p_rec structure.
452: --

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

504: --
505: p_tab_page_property_id := l_rec.tab_page_property_id;
506: p_object_version_number := l_rec.object_version_number;
507: --
508: hr_utility.set_location(' Leaving:'||l_proc, 10);
509: End ins;
510: --
511: end hr_tpp_ins;