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 297: hr_utility.set_location(' Leaving:'||l_proc, 15);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

908: p_effective_end_date := l_rec.effective_end_date;
909: p_object_version_number := l_rec.object_version_number;
910: --
911: --
912: hr_utility.set_location(' Leaving:'||l_proc, 10);
913: End ins;
914: --
915: end ben_cop_ins;