DBA Data[Home] [Help]

APPS.IRC_JBI_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_jbi_ins.g_job_basket_item_id_i := p_job_basket_item_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_jbi_ins.g_job_basket_item_id_i := p_job_basket_item_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_jbi_shd.g_api_dml := true; -- Set the api dml status
86: --

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

101: );
102: --
103: irc_jbi_shd.g_api_dml := false; -- Unset the api dml status
104: --
105: hr_utility.set_location(' Leaving:'||l_proc, 10);
106: Exception
107: When hr_api.check_integrity_violated Then
108: -- A check constraint has been violated
109: irc_jbi_shd.g_api_dml := false; -- Unset the api dml status

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

176: l_proc varchar2(72) := g_package||'pre_insert';
177: l_exists varchar2(1);
178: --
179: Begin
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: --
182: If (irc_jbi_ins.g_job_basket_item_id_i is not null) Then
183:
184: open c2;

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

203: close c1;
204: End If;
205: --
206: --
207: hr_utility.set_location(' Leaving:'||l_proc, 10);
208: End pre_insert;
209: --
210: -- ----------------------------------------------------------------------------
211: -- |-----------------------------< post_insert >------------------------------|

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

246: --
247: l_proc varchar2(72) := g_package||'post_insert';
248: --
249: Begin
250: hr_utility.set_location('Entering:'||l_proc, 5);
251: begin
252: --
253: irc_jbi_rki.after_insert(p_effective_date => p_effective_date
254: ,p_job_basket_item_id

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

271: ,p_hook_type => 'AI');
272: --
273: end;
274: --
275: hr_utility.set_location(' Leaving:'||l_proc, 10);
276: End post_insert;
277: --
278: -- ----------------------------------------------------------------------------
279: -- |---------------------------------< ins >----------------------------------|

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

285: --
286: l_proc varchar2(72) := g_package||'ins';
287: --
288: Begin
289: hr_utility.set_location('Entering:'||l_proc, 5);
290: --
291: -- Call the supporting insert validate operations
292: --
293: irc_jbi_bus.insert_validate

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

309: (p_effective_date
310: ,p_rec
311: );
312: --
313: hr_utility.set_location('Leaving:'||l_proc, 20);
314: end ins;
315: --
316: -- ----------------------------------------------------------------------------
317: -- |---------------------------------< ins >----------------------------------|

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

327: l_rec irc_jbi_shd.g_rec_type;
328: l_proc varchar2(72) := g_package||'ins';
329: --
330: Begin
331: hr_utility.set_location('Entering:'||l_proc, 5);
332: --
333: -- Call conversion function to turn arguments into the
334: -- p_rec structure.
335: --

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

355: --
356: p_object_version_number := l_rec.object_version_number;
357: p_job_basket_item_id := l_rec.job_basket_item_id;
358: --
359: hr_utility.set_location(' Leaving:'||l_proc, 10);
360: End ins;
361: --
362: end irc_jbi_ins;