DBA Data[Home] [Help]

APPS.HR_MASS_MOVE_CUS dependencies on HR_UTILITY

Line 62: hr_utility.set_location('Entering:'|| l_proc, 1);

58: --
59: l_proc varchar2(72) := g_package||'pre_move_emp_asg';
60: --
61: begin
62: hr_utility.set_location('Entering:'|| l_proc, 1);
63: --
64: -- Customers should enter their own custom code here!
65: null;
66: --

Line 67: hr_utility.set_location(' Leaving:'||l_proc, 90);

63: --
64: -- Customers should enter their own custom code here!
65: null;
66: --
67: hr_utility.set_location(' Leaving:'||l_proc, 90);
68: --
69: end pre_move_emp_asg;
70: --
71: -- ----------------------------------------------------------------------------

Line 90: hr_utility.set_location('Entering:'|| l_proc, 1);

86: --
87: l_proc varchar2(72) := g_package||'post_move_emp_asg';
88: --
89: begin
90: hr_utility.set_location('Entering:'|| l_proc, 1);
91: --
92: -- Customers should enter their own custom code here!
93: null;
94: --

Line 95: hr_utility.set_location(' Leaving:'||l_proc, 90);

91: --
92: -- Customers should enter their own custom code here!
93: null;
94: --
95: hr_utility.set_location(' Leaving:'||l_proc, 90);
96: --
97:
98: end post_move_emp_asg;
99: --

Line 149: hr_utility.set_location('Entering:'|| l_proc, 1);

145: --
146: l_proc varchar2(72) := g_package||'pre_move_position';
147: --
148: begin
149: hr_utility.set_location('Entering:'|| l_proc, 1);
150: --
151: -- Customers should enter their own custom code here!
152: null;
153: --

Line 154: hr_utility.set_location(' Leaving:'||l_proc, 90);

150: --
151: -- Customers should enter their own custom code here!
152: null;
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 90);
155: --
156:
157: end pre_move_position;
158: --

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

177: --
178: l_proc varchar2(72) := g_package||'post_move_position';
179: --
180: begin
181: hr_utility.set_location('Entering:'|| l_proc, 1);
182: --
183: -- Customers should enter their own custom code here!
184: null;
185: --

Line 186: hr_utility.set_location(' Leaving:'||l_proc, 90);

182: --
183: -- Customers should enter their own custom code here!
184: null;
185: --
186: hr_utility.set_location(' Leaving:'||l_proc, 90);
187: --
188:
189: end post_move_position;
190: --

Line 204: hr_utility.set_location('Entering:'|| l_proc, 1);

200: --
201: l_proc varchar2(72) := g_package||'pre_mass_move';
202: --
203: begin
204: hr_utility.set_location('Entering:'|| l_proc, 1);
205: --
206: -- Customers should enter their own custom code here!
207: null;
208: --

Line 209: hr_utility.set_location(' Leaving:'||l_proc, 90);

205: --
206: -- Customers should enter their own custom code here!
207: null;
208: --
209: hr_utility.set_location(' Leaving:'||l_proc, 90);
210: --
211: end pre_mass_move;
212: --
213: -- ----------------------------------------------------------------------------

Line 226: hr_utility.set_location('Entering:'|| l_proc, 1);

222: --
223: l_proc varchar2(72) := g_package||'post_mass_move';
224: --
225: begin
226: hr_utility.set_location('Entering:'|| l_proc, 1);
227: --
228: -- Customers should enter their own custom code here!
229: null;
230: --

Line 231: hr_utility.set_location(' Leaving:'||l_proc, 90);

227: --
228: -- Customers should enter their own custom code here!
229: null;
230: --
231: hr_utility.set_location(' Leaving:'||l_proc, 90);
232: --
233: end post_mass_move;
234: --
235: end hr_mass_move_cus;