DBA Data[Home] [Help]

APPS.IRC_IPC_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: irc_ipc_ins.g_posting_content_id_i := p_posting_content_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: irc_ipc_ins.g_posting_content_id_i := p_posting_content_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: irc_ipc_shd.g_api_dml := true; -- Set the api dml status
86: --

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

238: );
239: --
240: irc_ipc_shd.g_api_dml := false; -- Unset the api dml status
241: --
242: hr_utility.set_location(' Leaving:'||l_proc, 10);
243: Exception
244: When hr_api.check_integrity_violated Then
245: -- A check constraint has been violated
246: irc_ipc_shd.g_api_dml := false; -- Unset the api dml status

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

317: l_proc varchar2(72) := g_package||'pre_insert';
318: l_exists varchar2(1);
319: --
320: Begin
321: hr_utility.set_location('Entering:'||l_proc, 5);
322: --
323: If (irc_ipc_ins.g_posting_content_id_i is not null) Then
324: --
325: -- Verify registered primary key values not already in use

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

353: Fetch C_Sel1 Into p_rec.posting_content_id;
354: Close C_Sel1;
355: End If;
356: --
357: hr_utility.set_location(' Leaving:'||l_proc, 10);
358: End pre_insert;
359: --
360: -- ----------------------------------------------------------------------------
361: -- |-----------------------------< post_insert >------------------------------|

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

395: --
396: l_proc varchar2(72) := g_package||'post_insert';
397: --
398: Begin
399: hr_utility.set_location('Entering:'||l_proc, 5);
400: begin
401: --
402: irc_ipc_rki.after_insert
403: (p_posting_content_id

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

557: ,p_hook_type => 'AI');
558: --
559: end;
560: --
561: hr_utility.set_location(' Leaving:'||l_proc, 10);
562: End post_insert;
563: --
564: -- ----------------------------------------------------------------------------
565: -- |---------------------------------< ins >----------------------------------|

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

570: --
571: l_proc varchar2(72) := g_package||'ins';
572: --
573: Begin
574: hr_utility.set_location('Entering:'||l_proc, 5);
575: --
576: -- Call the supporting insert validate operations
577: --
578: irc_ipc_bus.insert_validate

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

592: irc_ipc_ins.post_insert
593: (p_rec
594: );
595: --
596: hr_utility.set_location('Leaving:'||l_proc, 20);
597: end ins;
598: --
599: -- ----------------------------------------------------------------------------
600: -- |---------------------------------< ins >----------------------------------|

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

678: l_rec irc_ipc_shd.g_rec_type;
679: l_proc varchar2(72) := g_package||'ins';
680: --
681: Begin
682: hr_utility.set_location('Entering:'||l_proc, 5);
683: --
684: -- Call conversion function to turn arguments into the
685: -- p_rec structure.
686: --

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

773: --
774: p_posting_content_id := l_rec.posting_content_id;
775: p_object_version_number := l_rec.object_version_number;
776: --
777: hr_utility.set_location(' Leaving:'||l_proc, 10);
778: End ins;
779: --
780: end irc_ipc_ins;