DBA Data[Home] [Help]

APPS.BEN_EJP_INS dependencies on HR_UTILITY

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

16: --
17: l_proc varchar2(72) := g_package||'set_base_key_value';
18: --
19: Begin
20: hr_utility.set_location('Entering:'||l_proc, 10);
21: --
22: ben_ejp_ins.g_elig_job_prte_id_i := p_elig_job_prte_id;
23: --
24: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

20: hr_utility.set_location('Entering:'||l_proc, 10);
21: --
22: ben_ejp_ins.g_elig_job_prte_id_i := p_elig_job_prte_id;
23: --
24: hr_utility.set_location(' Leaving:'||l_proc, 20);
25: End set_base_key_value;
26:
27:
28: -- ----------------------------------------------------------------------------

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

97: l_last_updated_by ben_elig_job_prte_f.last_updated_by%TYPE;
98: l_last_update_login ben_elig_job_prte_f.last_update_login%TYPE;
99: --
100: Begin
101: hr_utility.set_location('Entering:'||l_proc, 5);
102: --
103: -- Get the object version number for the insert
104: --
105: p_rec.object_version_number :=

Line 121: hr_utility.set_location(l_proc, 10);

117: -- If the datetrack_mode is not INSERT then we must populate the WHO
118: -- columns with the 'old' creation values and 'new' updated values.
119: --
120: If (p_datetrack_mode <> 'INSERT') then
121: hr_utility.set_location(l_proc, 10);
122: --
123: -- Select the 'old' created values
124: --
125: Open C_Sel1;

Line 252: hr_utility.set_location(' Leaving:'||l_proc, 15);

248:
249: );
250: --
251: ben_ejp_shd.g_api_dml := false; -- Unset the api dml status
252: hr_utility.set_location(' Leaving:'||l_proc, 15);
253: --
254: Exception
255: When hr_api.check_integrity_violated Then
256: -- A check constraint has been violated

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

279: --
280: l_proc varchar2(72) := g_package||'insert_dml';
281: --
282: Begin
283: hr_utility.set_location('Entering:'||l_proc, 5);
284: --
285: dt_insert_dml(p_rec => p_rec,
286: p_effective_date => p_effective_date,
287: p_datetrack_mode => p_datetrack_mode,

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

287: p_datetrack_mode => p_datetrack_mode,
288: p_validation_start_date => p_validation_start_date,
289: p_validation_end_date => p_validation_end_date);
290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 10);
292: End insert_dml;
293: --
294: -- ----------------------------------------------------------------------------
295: -- |------------------------------< pre_insert >------------------------------|

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

350: l_proc varchar2(72) := g_package||'pre_insert';
351: l_exists varchar2(1);
352: --
353: Begin
354: hr_utility.set_location('Entering:'||l_proc, 5);
355: --
356: If (ben_ejp_ins.g_elig_job_prte_id_i is not null) Then
357: --
358: -- Verify registered primary key values not already in use

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

382: close c1;
383: End if;
384: --
385: --
386: hr_utility.set_location(' Leaving:'||l_proc, 10);
387: End pre_insert;
388:
389: --
390: -- ----------------------------------------------------------------------------

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

428: --
429: l_proc varchar2(72) := g_package||'post_insert';
430: --
431: Begin
432: hr_utility.set_location('Entering:'||l_proc, 5);
433: --
434: --
435: -- Start of API User Hook for post_insert.
436: --

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

498: --
499: -- End of API User Hook for post_insert.
500: --
501: --
502: hr_utility.set_location(' Leaving:'||l_proc, 10);
503: End post_insert;
504: --
505: -- ----------------------------------------------------------------------------
506: -- |-------------------------------< ins_lck >--------------------------------|

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

550: l_validation_start_date date;
551: l_validation_end_date date;
552: --
553: Begin
554: hr_utility.set_location('Entering:'||l_proc, 5);
555: --
556: -- Validate the datetrack mode mode getting the validation start
557: -- and end dates for the specified datetrack operation.
558: --

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

573: --
574: p_validation_start_date := l_validation_start_date;
575: p_validation_end_date := l_validation_end_date;
576: --
577: hr_utility.set_location(' Leaving:'||l_proc, 10);
578: --
579: End ins_lck;
580: --
581: -- ----------------------------------------------------------------------------

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

592: l_validation_start_date date;
593: l_validation_end_date date;
594: --
595: Begin
596: hr_utility.set_location('Entering:'||l_proc, 5);
597: --
598: -- Call the lock operation
599: --
600: ins_lck

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

695: l_rec ben_ejp_shd.g_rec_type;
696: l_proc varchar2(72) := g_package||'ins';
697: --
698: Begin
699: hr_utility.set_location('Entering:'||l_proc, 5);
700: --
701: -- Call conversion function to turn arguments into the
702: -- p_rec structure.
703: --

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

762: p_effective_end_date := l_rec.effective_end_date;
763: p_object_version_number := l_rec.object_version_number;
764: --
765: --
766: hr_utility.set_location(' Leaving:'||l_proc, 10);
767: End ins;
768: --
769: end ben_ejp_ins;