DBA Data[Home] [Help]

APPS.PQH_BRE_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: pqh_bre_ins.g_reallocation_id_i := p_reallocation_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: pqh_bre_ins.g_reallocation_id_i := p_reallocation_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: pqh_bre_shd.g_api_dml := true; -- Set the api dml status
86: --

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

118: );
119: --
120: pqh_bre_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: pqh_bre_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 (pqh_bre_ins.g_reallocation_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.reallocation_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 276: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

315: ,p_hook_type => 'AI');
316: --
317: end;
318: --
319: hr_utility.set_location(' Leaving:'||l_proc, 10);
320: End post_insert;
321: --
322: -- ----------------------------------------------------------------------------
323: -- |---------------------------------< ins >----------------------------------|

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

329: --
330: l_proc varchar2(72) := g_package||'ins';
331: --
332: Begin
333: hr_utility.set_location('Entering:'||l_proc, 5);
334: --
335: -- Call the supporting insert validate operations
336: --
337: pqh_bre_bus.insert_validate

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

359: --
360: -- Call to raise any errors on multi-message list
361: hr_multi_message.end_validation_set;
362: --
363: hr_utility.set_location('Leaving:'||l_proc, 20);
364: end ins;
365: --
366: -- ----------------------------------------------------------------------------
367: -- |---------------------------------< ins >----------------------------------|

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

386: l_rec pqh_bre_shd.g_rec_type;
387: l_proc varchar2(72) := g_package||'ins';
388: --
389: Begin
390: hr_utility.set_location('Entering:'||l_proc, 5);
391: --
392: -- Call conversion function to turn arguments into the
393: -- p_rec structure.
394: --

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

422: --
423: p_reallocation_id := l_rec.reallocation_id;
424: p_object_version_number := l_rec.object_version_number;
425: --
426: hr_utility.set_location(' Leaving:'||l_proc, 10);
427: End ins;
428: --
429: end pqh_bre_ins;