DBA Data[Home] [Help]

APPS.BEN_BNR_UPD dependencies on HR_UTILITY

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

55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin
59: hr_utility.set_location('Entering:'||l_proc, 5);
60: --
61: -- Increment the object version
62: --
63: p_rec.object_version_number := p_rec.object_version_number + 1;

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

123: and userenv('LANG') in (language, source_lang);
124:
125: ben_bnr_shd.g_api_dml := false; -- Unset the api dml status
126: --
127: hr_utility.set_location(' Leaving:'||l_proc, 10);
128: --
129: Exception
130: When hr_api.check_integrity_violated Then
131: -- A check constraint has been violated

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

183: --
184: l_proc varchar2(72) := g_package||'pre_update';
185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: hr_utility.set_location(' Leaving:'||l_proc, 10);
190: End pre_update;
191: --

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

185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: hr_utility.set_location(' Leaving:'||l_proc, 10);
190: End pre_update;
191: --
192: -- ----------------------------------------------------------------------------
193: -- |-----------------------------< post_update >------------------------------|

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

226: --
227: l_proc varchar2(72) := g_package||'post_update';
228: --
229: Begin
230: hr_utility.set_location('Entering:'||l_proc, 5);
231: --
232: --
233: -- Start of API User Hook for post_update.
234: --

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

330: --
331: -- End of API User Hook for post_update.
332: --
333: --
334: hr_utility.set_location(' Leaving:'||l_proc, 10);
335: End post_update;
336: --
337: -- ----------------------------------------------------------------------------
338: -- |-----------------------------< convert_defs >-----------------------------|

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

382: l_proc varchar2(72) := g_package||'convert_defs';
383: --
384: Begin
385: --
386: hr_utility.set_location('Entering:'||l_proc, 5);
387: --
388: -- We must now examine each argument value in the
389: -- p_rec plsql record structure
390: -- to see if a system default is being used. If a system default

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

536: ben_bnr_shd.g_old_rec.ordr_num;
537: End If;
538: --iRec
539: --
540: hr_utility.set_location(' Leaving:'||l_proc, 10);
541: --
542: End convert_defs;
543: --
544: -- ----------------------------------------------------------------------------

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

552: --
553: l_proc varchar2(72) := g_package||'upd';
554: --
555: Begin
556: hr_utility.set_location('Entering:'||l_proc, 5);
557: --
558: -- We must lock the row which we need to update.
559: --
560: ben_bnr_shd.lck

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

638: l_rec ben_bnr_shd.g_rec_type;
639: l_proc varchar2(72) := g_package||'upd';
640: --
641: Begin
642: hr_utility.set_location('Entering:'||l_proc, 5);
643: --
644: -- Call conversion function to turn arguments into the
645: -- l_rec structure.
646: --

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

696: upd(
697: p_effective_date,l_rec);
698: p_object_version_number := l_rec.object_version_number;
699: --
700: hr_utility.set_location(' Leaving:'||l_proc, 10);
701: End upd;
702: --
703: end ben_bnr_upd;