DBA Data[Home] [Help]

APPS.OTA_ANC_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_anc_ins.g_announcement_id_i := p_announcement_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_anc_ins.g_announcement_id_i := p_announcement_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: --
86: --

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

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

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

221: l_proc varchar2(72) := g_package||'pre_insert';
222: l_exists varchar2(1);
223: --
224: Begin
225: hr_utility.set_location('Entering:'||l_proc, 5);
226: --
227: If (ota_anc_ins.g_announcement_id_i is not null) Then
228: --
229: -- Verify registered primary key values not already in use

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

257: Fetch C_Sel1 Into p_rec.announcement_id;
258: Close C_Sel1;
259: End If;
260: --
261: hr_utility.set_location(' Leaving:'||l_proc, 10);
262: End pre_insert;
263: --
264: -- ----------------------------------------------------------------------------
265: -- |-----------------------------< post_insert >------------------------------|

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

300: --
301: l_proc varchar2(72) := g_package||'post_insert';
302: --
303: Begin
304: hr_utility.set_location('Entering:'||l_proc, 5);
305: begin
306: --
307: ota_anc_rki.after_insert
308: (p_effective_date => p_effective_date

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

371: ,p_hook_type => 'AI');
372: --
373: end;
374: --
375: hr_utility.set_location(' Leaving:'||l_proc, 10);
376: End post_insert;
377: --
378: -- ----------------------------------------------------------------------------
379: -- |---------------------------------< ins >----------------------------------|

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

385: --
386: l_proc varchar2(72) := g_package||'ins';
387: --
388: Begin
389: hr_utility.set_location('Entering:'||l_proc, 5);
390: --
391: -- Call the supporting insert validate operations
392: --
393: ota_anc_bus.insert_validate

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

415: --
416: -- Call to raise any errors on multi-message list
417: hr_multi_message.end_validation_set;
418: --
419: hr_utility.set_location('Leaving:'||l_proc, 20);
420: end ins;
421: --
422: -- ----------------------------------------------------------------------------
423: -- |---------------------------------< ins >----------------------------------|

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

456: l_rec ota_anc_shd.g_rec_type;
457: l_proc varchar2(72) := g_package||'ins';
458: --
459: Begin
460: hr_utility.set_location('Entering:'||l_proc, 5);
461: --
462: -- Call conversion function to turn arguments into the
463: -- p_rec structure.
464: --

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

506: --
507: p_announcement_id := l_rec.announcement_id;
508: p_object_version_number := l_rec.object_version_number;
509: --
510: hr_utility.set_location(' Leaving:'||l_proc, 10);
511: End ins;
512: --
513: end ota_anc_ins;