DBA Data[Home] [Help]

APPS.BEN_COP_INS dependencies on HR_UTILITY

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

79: l_last_updated_by ben_oipl_f.last_updated_by%TYPE;
80: l_last_update_login ben_oipl_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 295: hr_utility.set_location(' Leaving:'||l_proc, 15);

291: l_last_update_login
292: );
293: --
294: ben_cop_shd.g_api_dml := false; -- Unset the api dml status
295: hr_utility.set_location(' Leaving:'||l_proc, 15);
296: --
297: Exception
298: When hr_api.check_integrity_violated Then
299: -- A check constraint has been violated

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

322: --
323: l_proc varchar2(72) := g_package||'insert_dml';
324: --
325: Begin
326: hr_utility.set_location('Entering:'||l_proc, 5);
327: --
328: dt_insert_dml(p_rec => p_rec,
329: p_effective_date => p_effective_date,
330: p_datetrack_mode => p_datetrack_mode,

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

330: p_datetrack_mode => p_datetrack_mode,
331: p_validation_start_date => p_validation_start_date,
332: p_validation_end_date => p_validation_end_date);
333: --
334: hr_utility.set_location(' Leaving:'||l_proc, 10);
335: End insert_dml;
336: --
337: -- ----------------------------------------------------------------------------
338: -- |------------------------------< pre_insert >------------------------------|

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

395: --
396: l_icm_opt_track_flag ben_pl_typ_f.opt_typ_cd%TYPE;
397: --
398: Begin
399: hr_utility.set_location('Entering:'||l_proc, 5);
400: --
401: open c1;
402: fetch c1 into p_rec.oipl_id;
403: close c1;

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

409: p_rec.trk_inelig_per_flag := 'Y';
410: end if;
411: close c_icm_opt_track_flag;
412: --
413: hr_utility.set_location(' Leaving:'||l_proc, 10);
414: End pre_insert;
415: --
416: -- ----------------------------------------------------------------------------
417: -- |-----------------------------< post_insert >------------------------------|

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

454: --
455: l_proc varchar2(72) := g_package||'post_insert';
456: --
457: Begin
458: hr_utility.set_location('Entering:'||l_proc, 5);
459: --
460: -- Added for GSP validations
461: pqh_gsp_ben_validations.oipl_validations
462: ( p_oipl_id => p_rec.oipl_id

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

561: end;
562: --
563: -- End of API User Hook for post_insert.
564: --
565: hr_utility.set_location(' Leaving:'||l_proc, 10);
566: End post_insert;
567: --
568: -- ----------------------------------------------------------------------------
569: -- |-------------------------------< ins_lck >--------------------------------|

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

613: l_validation_start_date date;
614: l_validation_end_date date;
615: --
616: Begin
617: hr_utility.set_location('Entering:'||l_proc, 5);
618: --
619: -- Validate the datetrack mode mode getting the validation start
620: -- and end dates for the specified datetrack operation.
621: --

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

654: --
655: p_validation_start_date := l_validation_start_date;
656: p_validation_end_date := l_validation_end_date;
657: --
658: hr_utility.set_location(' Leaving:'||l_proc, 10);
659: --
660: End ins_lck;
661: --
662: -- ----------------------------------------------------------------------------

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

673: l_validation_start_date date;
674: l_validation_end_date date;
675: --
676: Begin
677: hr_utility.set_location('Entering:'||l_proc, 5);
678: --
679: -- Call the lock operation
680: --
681: ins_lck

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

806: l_rec ben_cop_shd.g_rec_type;
807: l_proc varchar2(72) := g_package||'ins';
808: --
809: Begin
810: hr_utility.set_location('Entering:'||l_proc, 5);
811: --
812: -- Call conversion function to turn arguments into the
813: -- p_rec structure.
814: --

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

903: p_effective_end_date := l_rec.effective_end_date;
904: p_object_version_number := l_rec.object_version_number;
905: --
906: --
907: hr_utility.set_location(' Leaving:'||l_proc, 10);
908: End ins;
909: --
910: end ben_cop_ins;