DBA Data[Home] [Help]

APPS.PER_ESA_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_esa_ins.g_attendance_id_i := p_attendance_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_esa_ins.g_attendance_id_i := p_attendance_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

76: --
77: l_proc varchar2(72) := g_package||'insert_dml';
78: --
79: Begin
80: hr_utility.set_location('Entering:'||l_proc, 5);
81: p_rec.object_version_number := 1; -- Initialise the object version
82: --
83: per_esa_shd.g_api_dml := true; -- Set the api dml status
84: --

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

154: );
155: --
156: per_esa_shd.g_api_dml := false; -- Unset the api dml status
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: Exception
160: When hr_api.check_integrity_violated Then
161: -- A check constraint has been violated
162: per_esa_shd.g_api_dml := false; -- Unset the api dml status

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

230: l_proc varchar2(72) := g_package||'pre_insert';
231: l_exists varchar2(1);
232: --
233: Begin
234: hr_utility.set_location('Entering:'||l_proc, 5);
235: --
236: If (per_esa_ins.g_attendance_id_i is not null) Then
237: --
238: -- Verify registered primary key values not already in use

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

266: Fetch C_Sel1 Into p_rec.attendance_id;
267: Close C_Sel1;
268: End If;
269: --
270: hr_utility.set_location(' Leaving:'||l_proc, 10);
271: End pre_insert;
272: --
273: -- ----------------------------------------------------------------------------
274: -- |-----------------------------< post_insert >------------------------------|

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

308: --
309: l_proc varchar2(72) := g_package||'post_insert';
310: --
311: Begin
312: hr_utility.set_location('Entering:'||l_proc, 5);
313: --
314: --
315: -- Start of API User Hook for post_insert.
316: begin

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

357: );
358: end;
359: -- End of API User Hook for post_insert.
360: --
361: hr_utility.set_location(' Leaving:'||l_proc, 10);
362: End post_insert;
363: --
364: -- ----------------------------------------------------------------------------
365: -- |---------------------------------< ins >----------------------------------|

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

373: --
374: l_proc varchar2(72) := g_package||'ins';
375: --
376: Begin
377: hr_utility.set_location('Entering:'||l_proc, 5);
378: --
379: -- Determine if the business process is to be validated.
380: --
381: If p_validate then

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

406: If p_validate then
407: Raise HR_Api.Validate_Enabled;
408: End If;
409: --
410: hr_utility.set_location(' Leaving:'||l_proc, 10);
411: Exception
412: When HR_Api.Validate_Enabled Then
413: --
414: -- As the Validate_Enabled exception has been raised

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

461: l_rec per_esa_shd.g_rec_type;
462: l_proc varchar2(72) := g_package||'ins';
463: --
464: Begin
465: hr_utility.set_location('Entering:'||l_proc, 5);
466: --
467: -- Call conversion function to turn arguments into the
468: -- p_rec structure.
469: --

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

514: --
515: p_attendance_id := l_rec.attendance_id;
516: p_object_version_number := l_rec.object_version_number;
517: --
518: hr_utility.set_location(' Leaving:'||l_proc, 10);
519: End ins;
520: --
521: end per_esa_ins;