DBA Data[Home] [Help]

APPS.PER_NAA_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: per_naa_ins.g_absence_action_id_i := p_absence_action_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: per_naa_ins.g_absence_action_id_i := p_absence_action_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: per_naa_shd.g_api_dml := true; -- Set the api dml status
86: --

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

118: );
119: --
120: per_naa_shd.g_api_dml := false; -- Unset the api dml status
121: --
122: hr_utility.set_location(' Leaving:'||l_proc, 10);
123: Exception
124: When hr_api.check_integrity_violated Then
125: -- A check constraint has been violated
126: per_naa_shd.g_api_dml := false; -- Unset the api dml status

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

193: l_proc varchar2(72) := g_package||'pre_insert';
194: l_exists varchar2(1);
195: --
196: Begin
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: --
199: If (per_naa_ins.g_absence_action_id_i is not null) Then
200: --
201: -- Verify registered primary key values not already in use

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

229: Fetch C_Sel1 Into p_rec.absence_action_id;
230: Close C_Sel1;
231: End If;
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 10);
234: End pre_insert;
235: --
236: -- ----------------------------------------------------------------------------
237: -- |-----------------------------< post_insert >------------------------------|

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

271: --
272: l_proc varchar2(72) := g_package||'post_insert';
273: --
274: Begin
275: hr_utility.set_location('Entering:'||l_proc, 5);
276: begin
277: --
278: per_naa_rki.after_insert
279: (p_absence_action_id

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

311: ,p_hook_type => 'AI');
312: --
313: end;
314: --
315: hr_utility.set_location(' Leaving:'||l_proc, 10);
316: End post_insert;
317: --
318: -- ----------------------------------------------------------------------------
319: -- |---------------------------------< ins >----------------------------------|

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

324: --
325: l_proc varchar2(72) := g_package||'ins';
326: --
327: Begin
328: hr_utility.set_location('Entering:'||l_proc, 5);
329: --
330: -- Call the supporting insert validate operations
331: --
332: per_naa_bus.insert_validate

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

352: --
353: -- Call to raise any errors on multi-message list
354: hr_multi_message.end_validation_set;
355: --
356: hr_utility.set_location('Leaving:'||l_proc, 20);
357: end ins;
358: --
359: -- ----------------------------------------------------------------------------
360: -- |---------------------------------< ins >----------------------------------|

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

377: l_rec per_naa_shd.g_rec_type;
378: l_proc varchar2(72) := g_package||'ins';
379: --
380: Begin
381: hr_utility.set_location('Entering:'||l_proc, 5);
382: --
383: -- Call conversion function to turn arguments into the
384: -- p_rec structure.
385: --

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

411: --
412: p_absence_action_id := l_rec.absence_action_id;
413: p_object_version_number := l_rec.object_version_number;
414: --
415: hr_utility.set_location(' Leaving:'||l_proc, 10);
416: End ins;
417: --
418: end per_naa_ins;