DBA Data[Home] [Help]

APPS.GHR_CUSTOM_WGI_VALIDATION dependencies on HR_UTILITY

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

18: --
19: l_proc varchar2(72) := g_package||'custom_wgi_criteria';
20: --
21: Begin
22: hr_utility.set_location('Entering:'||l_proc, 5);
23: --
24: /*************** Add custom code here **************/
25: -- /**************** EXAMPLE *********************************
26: -- below is an example of what you may code if you what criteria to check.

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

47: --
48: -- ***********************************************************/
49: --
50: --
51: hr_utility.set_location('Leaving:'||l_proc, 10);
52: end custom_wgi_criteria;
53: --
54: end ghr_custom_wgi_validation;