DBA Data[Home] [Help]

APPS.BEN_MTR_INS dependencies on HR_UTILITY

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

79: l_last_updated_by ben_mtchg_rt_f.last_updated_by%TYPE;
80: l_last_update_login ben_mtchg_rt_f.last_update_login%TYPE;
81: --
82: Begin
83: hr_utility.set_location('Entering:'||l_proc, 5);
84: --
85: -- Get the object version number for the insert
86: --
87: p_rec.object_version_number :=

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

99: -- If the datetrack_mode is not INSERT then we must populate the WHO
100: -- columns with the 'old' creation values and 'new' updated values.
101: --
102: If (p_datetrack_mode <> 'INSERT') then
103: hr_utility.set_location(l_proc, 10);
104: --
105: -- Select the 'old' created values
106: --
107: Open C_Sel1;

Line 115: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

111: -- The previous 'old' created row has not been found. We need
112: -- to error as an internal datetrack problem exists.
113: --
114: Close C_Sel1;
115: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
116: hr_utility.set_message_token('PROCEDURE', l_proc);
117: hr_utility.set_message_token('STEP','10');
118: hr_utility.raise_error;
119: End If;

Line 116: hr_utility.set_message_token('PROCEDURE', l_proc);

112: -- to error as an internal datetrack problem exists.
113: --
114: Close C_Sel1;
115: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
116: hr_utility.set_message_token('PROCEDURE', l_proc);
117: hr_utility.set_message_token('STEP','10');
118: hr_utility.raise_error;
119: End If;
120: Close C_Sel1;

Line 117: hr_utility.set_message_token('STEP','10');

113: --
114: Close C_Sel1;
115: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
116: hr_utility.set_message_token('PROCEDURE', l_proc);
117: hr_utility.set_message_token('STEP','10');
118: hr_utility.raise_error;
119: End If;
120: Close C_Sel1;
121: --

Line 118: hr_utility.raise_error;

114: Close C_Sel1;
115: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
116: hr_utility.set_message_token('PROCEDURE', l_proc);
117: hr_utility.set_message_token('STEP','10');
118: hr_utility.raise_error;
119: End If;
120: Close C_Sel1;
121: --
122: -- Set the AOL updated WHO values

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

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

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

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

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

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

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

343: from sys.dual;
344: --
345: --
346: Begin
347: hr_utility.set_location('Entering:'||l_proc, 5);
348: --
349: open c1;
350: fetch c1 into p_rec.mtchg_rt_id;
351: close c1;

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

351: close c1;
352: --
353: --
354: --
355: hr_utility.set_location(' Leaving:'||l_proc, 10);
356: End pre_insert;
357: --
358: -- ----------------------------------------------------------------------------
359: -- |-----------------------------< post_insert >------------------------------|

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

396: --
397: l_proc varchar2(72) := g_package||'post_insert';
398: --
399: Begin
400: hr_utility.set_location('Entering:'||l_proc, 5);
401: --
402: --
403: -- Start of API User Hook for post_insert.
404: --

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

474: --
475: -- End of API User Hook for post_insert.
476: --
477: --
478: hr_utility.set_location(' Leaving:'||l_proc, 10);
479: End post_insert;
480: --
481: -- ----------------------------------------------------------------------------
482: -- |-------------------------------< ins_lck >--------------------------------|

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

526: l_validation_start_date date;
527: l_validation_end_date date;
528: --
529: Begin
530: hr_utility.set_location('Entering:'||l_proc, 5);
531: --
532: -- Validate the datetrack mode mode getting the validation start
533: -- and end dates for the specified datetrack operation.
534: --

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

549: --
550: p_validation_start_date := l_validation_start_date;
551: p_validation_end_date := l_validation_end_date;
552: --
553: hr_utility.set_location(' Leaving:'||l_proc, 10);
554: --
555: End ins_lck;
556: --
557: -- ----------------------------------------------------------------------------

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

568: l_validation_start_date date;
569: l_validation_end_date date;
570: --
571: Begin
572: hr_utility.set_location('Entering:'||l_proc, 5);
573: --
574: -- Call the lock operation
575: --
576: ins_lck

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

679: l_rec ben_mtr_shd.g_rec_type;
680: l_proc varchar2(72) := g_package||'ins';
681: --
682: Begin
683: hr_utility.set_location('Entering:'||l_proc, 5);
684: --
685: -- Call conversion function to turn arguments into the
686: -- p_rec structure.
687: --

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

754: p_effective_end_date := l_rec.effective_end_date;
755: p_object_version_number := l_rec.object_version_number;
756: --
757: --
758: hr_utility.set_location(' Leaving:'||l_proc, 10);
759: End ins;
760: --
761: end ben_mtr_ins;