DBA Data[Home] [Help]

APPS.BEN_VPF_INS dependencies on HR_UTILITY

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

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

406: p_rec.rt_perf_rtng_flag,
407: p_rec.rt_elig_prfl_flag);
408: --
409: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status
410: hr_utility.set_location(' Leaving:'||l_proc, 15);
411: --
412: Exception
413: When hr_api.check_integrity_violated Then
414: -- A check constraint has been violated

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

437: --
438: l_proc varchar2(72) := g_package||'insert_dml';
439: --
440: Begin
441: hr_utility.set_location('Entering:'||l_proc, 5);
442: --
443: dt_insert_dml(p_rec => p_rec,
444: p_effective_date => p_effective_date,
445: p_datetrack_mode => p_datetrack_mode,

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

445: p_datetrack_mode => p_datetrack_mode,
446: p_validation_start_date => p_validation_start_date,
447: p_validation_end_date => p_validation_end_date);
448: --
449: hr_utility.set_location(' Leaving:'||l_proc, 10);
450: End insert_dml;
451: --
452: -- ----------------------------------------------------------------------------
453: -- |------------------------------< pre_insert >------------------------------|

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

499: --
500: --
501: --
502: Begin
503: hr_utility.set_location('Entering:'||l_proc, 5);
504: --
505: select ben_vrbl_rt_prfl_f_s.nextval into p_rec.vrbl_rt_prfl_id from dual;
506: --
507: --

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

505: select ben_vrbl_rt_prfl_f_s.nextval into p_rec.vrbl_rt_prfl_id from dual;
506: --
507: --
508: --
509: hr_utility.set_location(' Leaving:'||l_proc, 10);
510: End pre_insert;
511: --
512: -- ----------------------------------------------------------------------------
513: -- |-----------------------------< post_insert >------------------------------|

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

550: --
551: l_proc varchar2(72) := g_package||'post_insert';
552: --
553: Begin
554: hr_utility.set_location('Entering:'||l_proc, 5);
555: --
556: -- Start of API User Hook for post_insert.
557: --
558: begin

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

705: end;
706: --
707: -- End of API User Hook for post_insert.
708: --
709: hr_utility.set_location(' Leaving:'||l_proc, 10);
710: --
711: End post_insert;
712: --
713: -- ----------------------------------------------------------------------------

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

758: l_validation_start_date date;
759: l_validation_end_date date;
760: --
761: Begin
762: hr_utility.set_location('Entering:'||l_proc, 5);
763: --
764: -- Validate the datetrack mode mode getting the validation start
765: -- and end dates for the specified datetrack operation.
766: --

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

784: --
785: p_validation_start_date := l_validation_start_date;
786: p_validation_end_date := l_validation_end_date;
787: --
788: hr_utility.set_location(' Leaving:'||l_proc, 10);
789: --
790: End ins_lck;
791: --
792: -- ----------------------------------------------------------------------------

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

803: l_validation_start_date date;
804: l_validation_end_date date;
805: --
806: Begin
807: hr_utility.set_location('Entering:'||l_proc, 5);
808: --
809: -- Call the lock operation
810: --
811: ins_lck

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

995: l_rec ben_vpf_shd.g_rec_type;
996: l_proc varchar2(72) := g_package||'ins';
997: --
998: Begin
999: hr_utility.set_location('Entering:'||l_proc, 5);
1000: --
1001: -- Call conversion function to turn arguments into the
1002: -- p_rec structure.
1003: --

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

1149: p_effective_end_date := l_rec.effective_end_date;
1150: p_object_version_number := l_rec.object_version_number;
1151: --
1152: --
1153: hr_utility.set_location(' Leaving:'||l_proc, 10);
1154: End ins;
1155: --
1156: end ben_vpf_ins;