DBA Data[Home] [Help]

APPS.BEN_OPI_UPD dependencies on HR_UTILITY

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

49: --
50: l_proc varchar2(72) := g_package||'update_dml';
51: --
52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: -- Increment the object version
56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;

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

121: object_version_number = p_rec.object_version_number
122: where opt_extra_info_id = p_rec.opt_extra_info_id;
123: --
124: --
125: hr_utility.set_location(' Leaving:'||l_proc, 10);
126: --
127: Exception
128: When hr_api.check_integrity_violated Then
129: -- A check constraint has been violated

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

177: --
178: l_proc varchar2(72) := g_package||'pre_update';
179: --
180: Begin
181: hr_utility.set_location('Entering:'||l_proc, 5);
182: --
183: hr_utility.set_location(' Leaving:'||l_proc, 10);
184: End pre_update;
185: --

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

179: --
180: Begin
181: hr_utility.set_location('Entering:'||l_proc, 5);
182: --
183: hr_utility.set_location(' Leaving:'||l_proc, 10);
184: End pre_update;
185: --
186: -- ----------------------------------------------------------------------------
187: -- |-----------------------------< post_update >------------------------------|

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

219: --
220: l_proc varchar2(72) := g_package||'post_update';
221: --
222: Begin
223: hr_utility.set_location('Entering:'||l_proc, 5);
224: --
225: -- This is a hook point and the user hook for post_update is called here.
226: --
227: begin

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

351: ,p_hook_type => 'AU'
352: );
353: end;
354: -- End of API User Hook for post_update.
355: hr_utility.set_location(' Leaving:'||l_proc, 10);
356: End post_update;
357: --
358: -- ----------------------------------------------------------------------------
359: -- |-----------------------------< convert_defs >-----------------------------|

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

404: l_proc varchar2(72) := g_package||'convert_defs';
405: --
406: Begin
407: --
408: hr_utility.set_location('Entering:'||l_proc, 5);
409: --
410: -- We must now examine each argument value in the
411: -- p_rec optsql record structure
412: -- to see if a system default is being used. If a system default

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

645: ben_opi_shd.g_old_rec.opi_information30;
646: End If;
647:
648: --
649: hr_utility.set_location(' Leaving:'||l_proc, 10);
650: --
651: End convert_defs;
652: --
653: -- ----------------------------------------------------------------------------

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

661: --
662: l_proc varchar2(72) := g_package||'upd';
663: --
664: Begin
665: hr_utility.set_location('Entering:'||l_proc, 5);
666: --
667: -- Determine if the business process is to be validated.
668: --
669: If p_validate then

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

707: If p_validate then
708: Raise HR_Api.Validate_Enabled;
709: End If;
710: --
711: hr_utility.set_location(' Leaving:'||l_proc, 10);
712: Exception
713: When HR_Api.Validate_Enabled Then
714: --
715: -- As the Validate_Enabled exception has been raised

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

787: l_rec ben_opi_shd.g_rec_type;
788: l_proc varchar2(72) := g_package||'upd';
789: --
790: Begin
791: hr_utility.set_location('Entering:'||l_proc, 5);
792: --
793: -- Call conversion function to turn arguments into the
794: -- l_rec structure.
795: --

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

864: --
865: upd(l_rec, p_validate);
866: p_object_version_number := l_rec.object_version_number;
867: --
868: hr_utility.set_location(' Leaving:'||l_proc, 10);
869: End upd;
870: --
871: end ben_opi_upd;