DBA Data[Home] [Help]

APPS.PER_SSB_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 114: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

154: close csr_leg_code;
155: per_ssb_bus.g_setup_sub_task_code := p_setup_sub_task_code;
156: per_ssb_bus.g_legislation_code := l_legislation_code;
157: end if;
158: hr_utility.set_location(' Leaving:'|| l_proc, 40);
159: return l_legislation_code;
160: end return_legislation_code;
161: --
162: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

354: ) ;
355:
356: --
357: --
358: hr_utility.set_location(' Leaving:'||l_proc, 10);
359: End update_validate;
360: --
361: -- ----------------------------------------------------------------------------
362: -- |---------------------------< delete_validate >----------------------------|

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

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

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

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