DBA Data[Home] [Help]

APPS.HXC_TKGQC_BUS dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_tkgqc_bus.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- The following two global variables are only to be
12: -- used by the return_legislation_code function.
13: --

Line 76: g_debug :=hr_utility.debug_enabled;

72: --
73: l_proc varchar2(72) ;
74: --
75: Begin
76: g_debug :=hr_utility.debug_enabled;
77: if g_debug then
78: l_proc := g_package||'insert_validate';
79: hr_utility.set_location('Entering:'||l_proc, 5);
80: end if;

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

75: Begin
76: g_debug :=hr_utility.debug_enabled;
77: if g_debug then
78: l_proc := g_package||'insert_validate';
79: hr_utility.set_location('Entering:'||l_proc, 5);
80: end if;
81: --
82: -- Call all supporting business operations
83: --

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

85: null;
86:
87: --
88: if g_debug then
89: hr_utility.set_location(' Leaving:'||l_proc, 10);
90: end if;
91: End insert_validate;
92: --
93: -- ----------------------------------------------------------------------------

Line 103: g_debug :=hr_utility.debug_enabled;

99: --
100: l_proc varchar2(72) ;
101: --
102: Begin
103: g_debug :=hr_utility.debug_enabled;
104: if g_debug then
105: l_proc := g_package||'update_validate';
106:
107: hr_utility.set_location('Entering:'||l_proc, 5);

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

103: g_debug :=hr_utility.debug_enabled;
104: if g_debug then
105: l_proc := g_package||'update_validate';
106:
107: hr_utility.set_location('Entering:'||l_proc, 5);
108: end if;
109: --
110: -- Call all supporting business operations
111: --

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

115: );
116: --
117: --
118: if g_debug then
119: hr_utility.set_location(' Leaving:'||l_proc, 10);
120: end if;
121: End update_validate;
122: --
123: -- ----------------------------------------------------------------------------

Line 133: g_debug :=hr_utility.debug_enabled;

129: --
130: l_proc varchar2(72) ;
131: --
132: Begin
133: g_debug :=hr_utility.debug_enabled;
134: if g_debug then
135: l_proc := g_package||'delete_validate';
136:
137: hr_utility.set_location('Entering:'||l_proc, 5);

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

133: g_debug :=hr_utility.debug_enabled;
134: if g_debug then
135: l_proc := g_package||'delete_validate';
136:
137: hr_utility.set_location('Entering:'||l_proc, 5);
138: end if;
139: --
140: -- Call all supporting business operations
141: --

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

139: --
140: -- Call all supporting business operations
141: --
142: if g_debug then
143: hr_utility.set_location(' Leaving:'||l_proc, 10);
144: end if;
145: End delete_validate;
146: --
147: end hxc_tkgqc_bus;