DBA Data[Home] [Help]

APPS.PER_OSV_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_osv_ins.g_org_structure_version_id_i := p_org_structure_version_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_osv_ins.g_org_structure_version_id_i := p_org_structure_version_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_osv_shd.g_api_dml := true; -- Set the api dml status
86: --

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

118: );
119: --
120: per_osv_shd.g_api_dml := false; -- Unset the api dml status
121: --
122: hr_utility.set_location(' Leaving:'||l_proc, 10);
123: Exception
124: When hr_api.check_integrity_violated Then
125: -- A check constraint has been violated
126: per_osv_shd.g_api_dml := false; -- Unset the api dml status

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

193: l_proc varchar2(72) := g_package||'pre_insert';
194: l_exists varchar2(1);
195: --
196: Begin
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: --
199: If (per_osv_ins.g_org_structure_version_id_i is not null) Then
200: --
201: -- Verify registered primary key values not already in use

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

230: Close C_Sel1;
231:
232: End If;
233: --
234: hr_utility.set_location(' Leaving:'||l_proc, 10);
235: End pre_insert;
236: --
237: -- ----------------------------------------------------------------------------
238: -- |-----------------------------< post_insert >------------------------------|

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

273: --
274: l_proc varchar2(72) := g_package||'post_insert';
275: --
276: Begin
277: hr_utility.set_location('Entering:'||l_proc, 5);
278: begin
279: --
280: per_osv_rki.after_insert
281: (p_effective_date => p_effective_date

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

316: ,p_hook_type => 'AI');
317: --
318: end;
319: --
320: hr_utility.set_location(' Leaving:'||l_proc, 10);
321: End post_insert;
322: --
323: -- ----------------------------------------------------------------------------
324: -- |---------------------------------< ins >----------------------------------|

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

331: --
332: l_proc varchar2(72) := g_package||'ins';
333: --
334: Begin
335: hr_utility.set_location('Entering:'||l_proc, 5);
336: --
337: -- Call the supporting insert validate operations
338: --
339: per_osv_bus.insert_validate

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

355: (p_effective_date
356: ,p_rec
357: );
358: --
359: hr_utility.set_location('Leaving:'||l_proc, 20);
360: end ins;
361: --
362: -- ----------------------------------------------------------------------------
363: -- |---------------------------------< ins >----------------------------------|

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

382: l_proc varchar2(72) := g_package||'ins';
383: l_business_group_id number;
384: --
385: Begin
386: hr_utility.set_location('Entering:'||l_proc, 5);
387: --
388: -- Call conversion function to turn arguments into the
389: -- p_rec structure.
390: --

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

424: --
425: p_org_structure_version_id := l_rec.org_structure_version_id;
426: p_object_version_number := l_rec.object_version_number;
427: --
428: hr_utility.set_location(' Leaving:'||l_proc, 10);
429: End ins;
430: --
431: end per_osv_ins;