DBA Data[Home] [Help]

APPS.BEN_ESW_BUS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

156: close csr_leg_code;
157: ben_esw_bus.g_elig_scre_wtg_id := p_elig_scre_wtg_id;
158: ben_esw_bus.g_legislation_code := l_legislation_code;
159: end if;
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);
161: return l_legislation_code;
162: end return_legislation_code;
163: --
164: -- ----------------------------------------------------------------------------

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

401: --
402: l_proc varchar2(72) := g_package||'insert_validate';
403: --
404: Begin
405: hr_utility.set_location('Entering:'||l_proc, 5);
406: --
407: -- Call all supporting business operations
408: --
409: --

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

411: --
412: -- Validate Dependent Attributes
413: --
414: --
415: hr_utility.set_location(' Leaving:'||l_proc, 10);
416: End insert_validate;
417: --
418: -- ----------------------------------------------------------------------------
419: -- |---------------------------< update_validate >----------------------------|

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

428: --
429: l_proc varchar2(72) := g_package||'update_validate';
430: --
431: Begin
432: hr_utility.set_location('Entering:'||l_proc, 5);
433: --
434: -- Call all supporting business operations
435: --
436: --

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

451: ,p_rec => p_rec
452: );
453: --
454: --
455: hr_utility.set_location(' Leaving:'||l_proc, 10);
456: End update_validate;
457: --
458: -- ----------------------------------------------------------------------------
459: -- |---------------------------< delete_validate >----------------------------|

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

468: --
469: l_proc varchar2(72) := g_package||'delete_validate';
470: --
471: Begin
472: hr_utility.set_location('Entering:'||l_proc, 5);
473: --
474: -- Call all supporting business operations
475: --
476: dt_delete_validate

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

479: ,p_validation_end_date => p_validation_end_date
480: ,p_elig_scre_wtg_id => p_rec.elig_scre_wtg_id
481: );
482: --
483: hr_utility.set_location(' Leaving:'||l_proc, 10);
484: End delete_validate;
485: --
486: end ben_esw_bus;