DBA Data[Home] [Help]

APPS.OTA_FCE_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: ota_fce_ins.g_enrollment_id_i := p_enrollment_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: ota_fce_ins.g_enrollment_id_i := p_enrollment_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: ota_fce_shd.g_api_dml := true; -- Set the api dml status
86: --

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

106: );
107: --
108: ota_fce_shd.g_api_dml := false; -- Unset the api dml status
109: --
110: hr_utility.set_location(' Leaving:'||l_proc, 10);
111: Exception
112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated
114: ota_fce_shd.g_api_dml := false; -- Unset the api dml status

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

181: l_proc varchar2(72) := g_package||'pre_insert';
182: l_exists varchar2(1);
183: --
184: Begin
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --
187: If (ota_fce_ins.g_enrollment_id_i is not null) Then
188: --
189: -- Verify registered primary key values not already in use

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

217: Fetch C_Sel1 Into p_rec.enrollment_id;
218: Close C_Sel1;
219: End If;
220: --
221: hr_utility.set_location(' Leaving:'||l_proc, 10);
222: End pre_insert;
223: --
224: -- ----------------------------------------------------------------------------
225: -- |-----------------------------< post_insert >------------------------------|

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

260: --
261: l_proc varchar2(72) := g_package||'post_insert';
262: --
263: Begin
264: hr_utility.set_location('Entering:'||l_proc, 5);
265: begin
266: --
267: ota_fce_rki.after_insert
268: (p_effective_date => p_effective_date

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

291: ,p_hook_type => 'AI');
292: --
293: end;
294: --
295: hr_utility.set_location(' Leaving:'||l_proc, 10);
296: End post_insert;
297: --
298: -- ----------------------------------------------------------------------------
299: -- |---------------------------------< ins >----------------------------------|

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

305: --
306: l_proc varchar2(72) := g_package||'ins';
307: --
308: Begin
309: hr_utility.set_location('Entering:'||l_proc, 5);
310: --
311: -- Call the supporting insert validate operations
312: --
313: ota_fce_bus.insert_validate

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

335: --
336: -- Call to raise any errors on multi-message list
337: hr_multi_message.end_validation_set;
338: --
339: hr_utility.set_location('Leaving:'||l_proc, 20);
340: end ins;
341: --
342: -- ----------------------------------------------------------------------------
343: -- |---------------------------------< ins >----------------------------------|

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

356: l_rec ota_fce_shd.g_rec_type;
357: l_proc varchar2(72) := g_package||'ins';
358: --
359: Begin
360: hr_utility.set_location('Entering:'||l_proc, 5);
361: --
362: -- Call conversion function to turn arguments into the
363: -- p_rec structure.
364: --

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

386: --
387: p_enrollment_id := l_rec.enrollment_id;
388: p_object_version_number := l_rec.object_version_number;
389: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End ins;
392: --
393: end ota_fce_ins;