DBA Data[Home] [Help]

APPS.PER_PDP_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_pdp_ins.g_period_of_placement_id_i := p_period_of_placement_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_pdp_ins.g_period_of_placement_id_i := p_period_of_placement_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 232: hr_utility.set_location(' Leaving:'||l_proc, 10);

228: );
229: --
230: --
231: --
232: hr_utility.set_location(' Leaving:'||l_proc, 10);
233: Exception
234: When hr_api.check_integrity_violated Then
235: -- A check constraint has been violated
236: --

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

303: l_proc varchar2(72) := g_package||'pre_insert';
304: l_exists varchar2(1);
305: --
306: Begin
307: hr_utility.set_location('Entering:'||l_proc, 5);
308: --
309: If (per_pdp_ins.g_period_of_placement_id_i is not null) Then
310: --
311: -- Verify registered primary key values not already in use

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

339: Fetch C_Sel1 Into p_rec.period_of_placement_id;
340: Close C_Sel1;
341: End If;
342: --
343: hr_utility.set_location(' Leaving:'||l_proc, 10);
344: End pre_insert;
345: --
346: -- ----------------------------------------------------------------------------
347: -- |-----------------------------< post_insert >------------------------------|

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

382: --
383: l_proc varchar2(72) := g_package||'post_insert';
384: --
385: Begin
386: hr_utility.set_location('Entering:'||l_proc, 5);
387: begin
388: --
389: per_pdp_rki.after_insert
390: (p_effective_date => p_effective_date

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

533: ,p_hook_type => 'AI');
534: --
535: end;
536: --
537: hr_utility.set_location(' Leaving:'||l_proc, 10);
538: End post_insert;
539: --
540: -- ----------------------------------------------------------------------------
541: -- |---------------------------------< ins >----------------------------------|

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

547: --
548: l_proc varchar2(72) := g_package||'ins';
549: --
550: Begin
551: hr_utility.set_location('Entering:'||l_proc, 5);
552: --
553: -- Call the supporting insert validate operations
554: --
555: per_pdp_bus.insert_validate

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

577: --
578: -- Call to raise any errors on multi-message list
579: hr_multi_message.end_validation_set;
580: --
581: hr_utility.set_location('Leaving:'||l_proc, 20);
582: end ins;
583: --
584: -- ----------------------------------------------------------------------------
585: -- |---------------------------------< ins >----------------------------------|

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

659: l_rec per_pdp_shd.g_rec_type;
660: l_proc varchar2(72) := g_package||'ins';
661: --
662: Begin
663: hr_utility.set_location('Entering:'||l_proc, 5);
664:
665: --
666: -- Set a package global so that we can bypass the flexfield
667: -- validation when creating a default period of placement.

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

771: p_period_of_placement_id := l_rec.period_of_placement_id;
772: */
773: p_object_version_number := l_rec.object_version_number;
774: --
775: hr_utility.set_location(' Leaving:'||l_proc, 10);
776: End ins;
777: --
778: end per_pdp_ins;