DBA Data[Home] [Help]

APPS.PER_STB_BUS dependencies on HR_UTILITY

Line 44: hr_utility.set_location('Entering:'|| l_proc, 10);

40: l_legislation_code varchar2(150);
41: --
42: begin
43: --
44: hr_utility.set_location('Entering:'|| l_proc, 10);
45: --
46: -- Ensure that all the mandatory parameter are not null
47: --
48: hr_api.mandatory_arg_error

Line 84: hr_utility.set_location(' Leaving:'|| l_proc, 20);

80: --
81: hr_api.set_legislation_context(l_legislation_code);
82: end if;
83: --
84: hr_utility.set_location(' Leaving:'|| l_proc, 20);
85: --
86: end set_security_group_id;
87: --
88: -- ---------------------------------------------------------------------------

Line 113: hr_utility.set_location('Entering:'|| l_proc, 10);

109: l_proc varchar2(72) := g_package||'return_legislation_code';
110: --
111: Begin
112: --
113: hr_utility.set_location('Entering:'|| l_proc, 10);
114: --
115: -- Ensure that all the mandatory parameter are not null
116: --
117: hr_api.mandatory_arg_error

Line 131: hr_utility.set_location(l_proc, 20);

127: -- call to this function. Just return the value in the global
128: -- variable.
129: --
130: l_legislation_code := per_stb_bus.g_legislation_code;
131: hr_utility.set_location(l_proc, 20);
132: else
133: --
134: -- The ID is different to the last call to this function
135: -- or this is the first call to this function.

Line 148: hr_utility.set_location(l_proc,30);

144: close csr_leg_code;
145: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
146: fnd_message.raise_error;
147: end if;
148: hr_utility.set_location(l_proc,30);
149: --
150: -- Set the global variables so the values are
151: -- available for the next call to this function.
152: --

Line 157: hr_utility.set_location(' Leaving:'|| l_proc, 40);

153: close csr_leg_code;
154: per_stb_bus.g_setup_task_code := p_setup_task_code;
155: per_stb_bus.g_legislation_code := l_legislation_code;
156: end if;
157: hr_utility.set_location(' Leaving:'|| l_proc, 40);
158: return l_legislation_code;
159: end return_legislation_code;
160: --
161: -- ----------------------------------------------------------------------------

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

252:
253: l_proc varchar2(72) := g_package||'chk_setup_task_type';
254:
255: Begin
256: hr_utility.set_location('Entering:'|| l_proc, 1);
257:
258: If p_setup_task_type Is Not Null Then
259:
260: hr_api.mandatory_arg_error

Line 279: hr_utility.set_location('Leaving:'|| l_proc, 1);

275: End If;
276:
277: End If;
278:
279: hr_utility.set_location('Leaving:'|| l_proc, 1);
280:
281: End chk_setup_task_type;
282: --
283: -- ----------------------------------------------------------------------------

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

290: --
291: l_proc varchar2(72) := g_package||'insert_validate';
292: --
293: Begin
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: -- Call all supporting business operations
297: --
298: --

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

310: ,p_object_version_number => p_rec.object_version_number
311: ,p_setup_task_type => p_rec.setup_task_type
312: );
313: --
314: hr_utility.set_location(' Leaving:'||l_proc, 10);
315: End insert_validate;
316: --
317: -- ----------------------------------------------------------------------------
318: -- |---------------------------< update_validate >----------------------------|

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

324: --
325: l_proc varchar2(72) := g_package||'update_validate';
326: --
327: Begin
328: hr_utility.set_location('Entering:'||l_proc, 5);
329: --
330: -- Call all supporting business operations
331: --
332: --

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

352: ,p_setup_task_type => p_rec.setup_task_type
353: );
354:
355: --
356: hr_utility.set_location(' Leaving:'||l_proc, 10);
357: End update_validate;
358: --
359: -- ----------------------------------------------------------------------------
360: -- |---------------------------< delete_validate >----------------------------|

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

365: --
366: l_proc varchar2(72) := g_package||'delete_validate';
367: --
368: Begin
369: hr_utility.set_location('Entering:'||l_proc, 5);
370: --
371: -- Call all supporting business operations
372: --
373: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

369: hr_utility.set_location('Entering:'||l_proc, 5);
370: --
371: -- Call all supporting business operations
372: --
373: hr_utility.set_location(' Leaving:'||l_proc, 10);
374: End delete_validate;
375: --
376: end per_stb_bus;