DBA Data[Home] [Help]

APPS.BEN_PRD_INS dependencies on HR_UTILITY

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

79: l_last_updated_by ben_paird_rt_f.last_updated_by%TYPE;
80: l_last_update_login ben_paird_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_prd_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 346: hr_utility.set_location('Entering:'||l_proc, 5);

342: --
343: --
344: --
345: Begin
346: hr_utility.set_location('Entering:'||l_proc, 5);
347: --
348: --
349: open c1;
350: fetch c1 into p_rec.paird_rt_id;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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