DBA Data[Home] [Help]

APPS.GHR_MRE_CUSTOM_PKG dependencies on HR_UTILITY

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

49: --
50: l_proc varchar2(72) := g_package||'business_rules';
51: --
52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: /*************** Add custom code here **************/
56:
57: -- /**************** EXAMPLE *********************************

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

59: -- NOTE: You need to set ALL out parameters
60: -- ***********************************************************/
61: --
62: --
63: hr_utility.set_location('Leaving:'||l_proc, 10);
64: end business_rules;
65: --
66: end ghr_mre_custom_pkg;