DBA Data[Home] [Help]

APPS.IRC_RTM_INS dependencies on HR_UTILITY

Line 21: hr_utility.set_location('Entering'||l_proc,10);

17: procedure set_base_key_value
18: (p_rec_team_member_id in number) is
19: l_proc varchar2(72):=g_package||'set_base_key_value';
20: begin
21: hr_utility.set_location('Entering'||l_proc,10);
22: irc_rtm_ins.g_rec_team_member_id_i := p_rec_team_member_id;
23: hr_utility.set_location('Leaving'||l_proc,20);
24: end set_base_key_value;
25: --

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

19: l_proc varchar2(72):=g_package||'set_base_key_value';
20: begin
21: hr_utility.set_location('Entering'||l_proc,10);
22: irc_rtm_ins.g_rec_team_member_id_i := p_rec_team_member_id;
23: hr_utility.set_location('Leaving'||l_proc,20);
24: end set_base_key_value;
25: --
26: -- ----------------------------------------------------------------------------
27: -- |------------------------------< insert_dml >------------------------------|

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

72: --
73: l_proc varchar2(72) := g_package||'insert_dml';
74: --
75: Begin
76: hr_utility.set_location('Entering:'||l_proc, 5);
77: p_rec.object_version_number := 1; -- Initialise the object version
78: --
79: --
80: --

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

108: );
109: --
110: --
111: --
112: hr_utility.set_location(' Leaving:'||l_proc, 10);
113: Exception
114: When hr_api.check_integrity_violated Then
115: -- A check constraint has been violated
116: --

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

179: l_proc varchar2(72) := g_package||'pre_insert';
180: l_exists varchar2(1);
181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: If (irc_rtm_ins.g_rec_team_member_id_i is not null) Then
186:
187: open c2;

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

205: fetch c1 into p_rec.rec_team_member_id;
206: close c1;
207: End If;
208: --
209: hr_utility.set_location(' Leaving:'||l_proc, 10);
210: End pre_insert;
211: --
212: -- ----------------------------------------------------------------------------
213: -- |-----------------------------< post_insert >------------------------------|

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

247: --
248: l_proc varchar2(72) := g_package||'post_insert';
249: --
250: Begin
251: hr_utility.set_location('Entering:'||l_proc, 5);
252: begin
253: --
254: irc_rtm_rki.after_insert
255: (p_rec_team_member_id => p_rec.rec_team_member_id

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

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

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

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

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

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

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

344: l_rec irc_rtm_shd.g_rec_type;
345: l_proc varchar2(72) := g_package||'ins';
346: --
347: Begin
348: hr_utility.set_location('Entering:'||l_proc, 5);
349: --
350: -- Call conversion function to turn arguments into the
351: -- p_rec structure.
352: --

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

376: --
377: p_rec_team_member_id := l_rec.rec_team_member_id;
378: p_object_version_number := l_rec.object_version_number;
379: --
380: hr_utility.set_location(' Leaving:'||l_proc, 10);
381: End ins;
382: --
383: end irc_rtm_ins;