DBA Data[Home] [Help]

APPS.PER_ABB_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: per_abb_ins.g_absence_attendance_type_id_i := p_absence_attendance_type_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: per_abb_ins.g_absence_attendance_type_id_i := p_absence_attendance_type_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: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: per_abb_shd.g_api_dml := true; -- Set the api dml status
86: --

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

214: );
215: --
216: per_abb_shd.g_api_dml := false; -- Unset the api dml status
217: --
218: hr_utility.set_location(' Leaving:'||l_proc, 10);
219: Exception
220: When hr_api.check_integrity_violated Then
221: -- A check constraint has been violated
222: per_abb_shd.g_api_dml := false; -- Unset the api dml status

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

289: l_proc varchar2(72) := g_package||'pre_insert';
290: l_exists varchar2(1);
291: --
292: Begin
293: hr_utility.set_location('Entering:'||l_proc, 5);
294: --
295: If (per_abb_ins.g_absence_attendance_type_id_i is not null) Then
296: --
297: -- Verify registered primary key values not already in use

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

325: Fetch C_Sel1 Into p_rec.absence_attendance_type_id;
326: Close C_Sel1;
327: End If;
328: --
329: hr_utility.set_location(' Leaving:'||l_proc, 10);
330: End pre_insert;
331: --
332: -- ----------------------------------------------------------------------------
333: -- |-----------------------------< post_insert >------------------------------|

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

367: --
368: l_proc varchar2(72) := g_package||'post_insert';
369: --
370: Begin
371: hr_utility.set_location('Entering:'||l_proc, 5);
372: begin
373: --
374: per_abb_rki.after_insert
375: (p_absence_attendance_type_id

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

506: ,p_hook_type => 'AI');
507: --
508: end;
509: --
510: hr_utility.set_location(' Leaving:'||l_proc, 10);
511: End post_insert;
512: --
513: -- ----------------------------------------------------------------------------
514: -- |---------------------------------< ins >----------------------------------|

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

519: --
520: l_proc varchar2(72) := g_package||'ins';
521: --
522: Begin
523: hr_utility.set_location('Entering:'||l_proc, 5);
524: --
525: -- Call the supporting insert validate operations
526: --
527: per_abb_bus.insert_validate

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

547: --
548: -- Call to raise any errors on multi-message list
549: hr_multi_message.end_validation_set;
550: --
551: hr_utility.set_location('Leaving:'||l_proc, 20);
552: end ins;
553: --
554: -- ----------------------------------------------------------------------------
555: -- |---------------------------------< ins >----------------------------------|

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

621: l_rec per_abb_shd.g_rec_type;
622: l_proc varchar2(72) := g_package||'ins';
623: --
624: Begin
625: hr_utility.set_location('Entering:'||l_proc, 5);
626: --
627: -- Call conversion function to turn arguments into the
628: -- p_rec structure.
629: --

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

707: p_absence_attendance_type_id := l_rec.absence_attendance_type_id;
708: p_object_version_number := l_rec.object_version_number;
709: p_date_end := l_rec.date_end;
710: --
711: hr_utility.set_location(' Leaving:'||l_proc, 10);
712: End ins;
713: --
714: end per_abb_ins;