DBA Data[Home] [Help]

APPS.IRC_IDP_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_idp_ins.g_default_posting_id_i := p_default_posting_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_idp_ins.g_default_posting_id_i := p_default_posting_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_idp_shd.g_api_dml := true; -- Set the api dml status
86: --

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

164: );
165: --
166: irc_idp_shd.g_api_dml := false; -- Unset the api dml status
167: --
168: hr_utility.set_location(' Leaving:'||l_proc, 10);
169: Exception
170: When hr_api.check_integrity_violated Then
171: -- A check constraint has been violated
172: irc_idp_shd.g_api_dml := false; -- Unset the api dml status

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

243: l_proc varchar2(72) := g_package||'pre_insert';
244: l_exists varchar2(1);
245: --
246: Begin
247: hr_utility.set_location('Entering:'||l_proc, 5);
248: --
249: If (irc_idp_ins.g_default_posting_id_i is not null) Then
250: --
251: -- Verify registered primary key values not already in use

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

279: Fetch C_Sel1 Into p_rec.default_posting_id;
280: Close C_Sel1;
281: End If;
282: --
283: hr_utility.set_location(' Leaving:'||l_proc, 10);
284: End pre_insert;
285: --
286: -- ----------------------------------------------------------------------------
287: -- |-----------------------------< post_insert >------------------------------|

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

321: --
322: l_proc varchar2(72) := g_package||'post_insert';
323: --
324: Begin
325: hr_utility.set_location('Entering:'||l_proc, 5);
326: begin
327: --
328: irc_idp_rki.after_insert
329: (p_default_posting_id

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

409: ,p_hook_type => 'AI');
410: --
411: end;
412: --
413: hr_utility.set_location(' Leaving:'||l_proc, 10);
414: End post_insert;
415: --
416: -- ----------------------------------------------------------------------------
417: -- |---------------------------------< ins >----------------------------------|

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

422: --
423: l_proc varchar2(72) := g_package||'ins';
424: --
425: Begin
426: hr_utility.set_location('Entering:'||l_proc, 5);
427: --
428: -- Call the supporting insert validate operations
429: --
430: irc_idp_bus.insert_validate

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

444: irc_idp_ins.post_insert
445: (p_rec
446: );
447: --
448: hr_utility.set_location('Leaving:'||l_proc, 20);
449: end ins;
450: --
451: -- ----------------------------------------------------------------------------
452: -- |---------------------------------< ins >----------------------------------|

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

493: l_rec irc_idp_shd.g_rec_type;
494: l_proc varchar2(72) := g_package||'ins';
495: --
496: Begin
497: hr_utility.set_location('Entering:'||l_proc, 5);
498: --
499: -- Call conversion function to turn arguments into the
500: -- p_rec structure.
501: --

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

551: --
552: p_default_posting_id := l_rec.default_posting_id;
553: p_object_version_number := l_rec.object_version_number;
554: --
555: hr_utility.set_location(' Leaving:'||l_proc, 10);
556: End ins;
557: --
558: end irc_idp_ins;