DBA Data[Home] [Help]

APPS.IRC_APS_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_aps_ins.g_profile_snapshot_id_i := p_profile_snapshot_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_aps_ins.g_profile_snapshot_id_i := p_profile_snapshot_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 104: hr_utility.set_location(' Leaving:'||l_proc, 10);

100: );
101: --
102: --
103: --
104: hr_utility.set_location(' Leaving:'||l_proc, 10);
105: Exception
106: When hr_api.check_integrity_violated Then
107: -- A check constraint has been violated
108: --

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

175: l_proc varchar2(72) := g_package||'pre_insert';
176: l_exists varchar2(1);
177: --
178: Begin
179: hr_utility.set_location('Entering:'||l_proc, 5);
180: --
181: If (irc_aps_ins.g_profile_snapshot_id_i is not null) Then
182: --
183: -- Verify registered primary key values not already in use

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

211: Fetch C_Sel1 Into p_rec.profile_snapshot_id;
212: Close C_Sel1;
213: End If;
214: --
215: hr_utility.set_location(' Leaving:'||l_proc, 10);
216: End pre_insert;
217: --
218: -- ----------------------------------------------------------------------------
219: -- |-----------------------------< post_insert >------------------------------|

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

254: --
255: l_proc varchar2(72) := g_package||'post_insert';
256: --
257: Begin
258: hr_utility.set_location('Entering:'||l_proc, 5);
259: --Comment below To be removed
260: begin
261: --
262: irc_aps_rki.after_insert

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

278: ,p_hook_type => 'AI');
279: --
280: end;
281: --
282: hr_utility.set_location(' Leaving:'||l_proc, 10);
283: End post_insert;
284: --
285: -- ----------------------------------------------------------------------------
286: -- |---------------------------------< ins >----------------------------------|

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

292: --
293: l_proc varchar2(72) := g_package||'ins';
294: --
295: Begin
296: hr_utility.set_location('Entering:'||l_proc, 5);
297: --
298: -- Call the supporting insert validate operations
299: --
300: irc_aps_bus.insert_validate

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

322: --
323: -- Call to raise any errors on multi-message list
324: hr_multi_message.end_validation_set;
325: --
326: hr_utility.set_location('Leaving:'||l_proc, 20);
327: end ins;
328: --
329: -- ----------------------------------------------------------------------------
330: -- |---------------------------------< ins >----------------------------------|

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

339: l_rec irc_aps_shd.g_rec_type;
340: l_proc varchar2(72) := g_package||'ins';
341: --
342: Begin
343: hr_utility.set_location('Entering:'||l_proc, 5);
344: --
345: -- Call conversion function to turn arguments into the
346: -- p_rec structure.
347: --

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

365: --
366: p_profile_snapshot_id := l_rec.profile_snapshot_id;
367: p_object_version_number := l_rec.object_version_number;
368: --
369: hr_utility.set_location(' Leaving:'||l_proc, 10);
370: End ins;
371: --
372: end irc_aps_ins;