DBA Data[Home] [Help]

APPS.BEN_ECV_INS dependencies on HR_UTILITY

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

78: l_last_updated_by ben_eligy_crit_values_f.last_updated_by%TYPE;
79: l_last_update_login ben_eligy_crit_values_f.last_update_login%TYPE;
80: --
81: Begin
82: hr_utility.set_location('Entering :'||l_proc,10);
83: --
84: -- Get the object version number for the insert
85: --
86: 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 261: hr_utility.set_location(' Leaving:'||l_proc, 15);

257: p_rec.date_value4
258: );
259: --
260: ben_ecv_shd.g_api_dml := false; -- Unset the api dml status
261: hr_utility.set_location(' Leaving:'||l_proc, 15);
262: --
263: Exception
264: When hr_api.check_integrity_violated Then
265: -- A check constraint has been violated

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

288: --
289: l_proc varchar2(72) := g_package||'insert_dml';
290: --
291: Begin
292: hr_utility.set_location('Entering:'||l_proc, 5);
293: --
294: dt_insert_dml(p_rec => p_rec,
295: p_effective_date => p_effective_date,
296: p_datetrack_mode => p_datetrack_mode,

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

296: p_datetrack_mode => p_datetrack_mode,
297: p_validation_start_date => p_validation_start_date,
298: p_validation_end_date => p_validation_end_date);
299: --
300: hr_utility.set_location(' Leaving:'||l_proc, 10);
301: End insert_dml;
302: --
303: -- ----------------------------------------------------------------------------
304: -- |------------------------------< pre_insert >------------------------------|

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

350: --
351: Cursor C_Sel1 is select ben_eligy_crit_values_s.nextval from sys.dual;
352: --
353: Begin
354: hr_utility.set_location('Entering:'||l_proc, 5);
355: --
356: --
357: -- Select the next sequence number
358: --

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

360: Fetch C_Sel1 Into p_rec.eligy_crit_values_id;
361: Close C_Sel1;
362: --
363: --
364: hr_utility.set_location(' Leaving:'||l_proc, 10);
365: End pre_insert;
366: --
367: -- ----------------------------------------------------------------------------
368: -- |-----------------------------< post_insert >------------------------------|

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

405: --
406: l_proc varchar2(72) := g_package||'post_insert';
407: --
408: Begin
409: hr_utility.set_location('Entering:'||l_proc, 5);
410: --
411: --
412: -- Start of API User Hook for post_insert.
413: --

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

487: --
488: -- End of API User Hook for post_insert.
489: --
490: --
491: hr_utility.set_location(' Leaving:'||l_proc, 10);
492: End post_insert;
493: --
494: -- ----------------------------------------------------------------------------
495: -- |-------------------------------< ins_lck >--------------------------------|

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

539: l_validation_start_date date;
540: l_validation_end_date date;
541: --
542: Begin
543: hr_utility.set_location('Entering:'||l_proc, 5);
544: --
545: -- Validate the datetrack mode mode getting the validation start
546: -- and end dates for the specified datetrack operation.
547: --

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

565: --
566: p_validation_start_date := l_validation_start_date;
567: p_validation_end_date := l_validation_end_date;
568: --
569: hr_utility.set_location(' Leaving:'||l_proc, 10);
570: --
571: End ins_lck;
572: --
573: -- ----------------------------------------------------------------------------

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

584: l_validation_start_date date;
585: l_validation_end_date date;
586: --
587: begin
588: hr_utility.set_location('Entering:'||l_proc, 5);
589: --
590: -- Call the lock operation
591: --
592: ins_lck

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

700: l_proc varchar2(72) := g_package||'ins';
701: --
702:
703: Begin
704: hr_utility.set_location('Entering:'||l_proc, 5);
705: --
706: -- Call conversion function to turn arguments into the
707: -- p_rec structure.
708: --

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

779: p_effective_end_date := l_rec.effective_end_date;
780: p_object_version_number := l_rec.object_version_number;
781: --
782: --
783: hr_utility.set_location(' Leaving:'||l_proc, 10);
784: end ins;
785: --
786: end ben_ecv_ins;