DBA Data[Home] [Help]

APPS.BEN_CSO_BUS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

152: close csr_leg_code;
153: ben_cso_bus.g_cwb_stock_optn_dtls_id := p_cwb_stock_optn_dtls_id;
154: ben_cso_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);
157: return l_legislation_code;
158: end return_legislation_code;
159: --
160: -- ----------------------------------------------------------------------------

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

215: l_proc varchar2(72) := g_package || 'chk_valid_entry';
216: --
217: --
218: Begin
219: hr_utility.set_location('Entering:'||l_proc,10);
220:
221: open csr_per;
222: fetch csr_per into l_per;
223: close csr_per;

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

241: fnd_message.set_token('PERSON_ID',p_person_id);
242: fnd_message.raise_error;
243: end if;
244:
245: hr_utility.set_location(' Leaving:'||l_proc,20);
246:
247: End chk_valid_entry;
248:
249: --

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

281: --
282: l_proc varchar2(72) := g_package || 'chk_df';
283: --
284: begin
285: hr_utility.set_location('Entering:'||l_proc,10);
286: --
287: if ((p_rec.cwb_stock_optn_dtls_id is not null) and (
288: nvl(ben_cso_shd.g_old_rec.cso_attribute_category, hr_api.g_varchar2) <>
289: nvl(p_rec.cso_attribute_category, hr_api.g_varchar2) or

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

420: ,p_attribute30_value => p_rec.cso_attribute30
421: );
422: end if;
423: --
424: hr_utility.set_location(' Leaving:'||l_proc,20);
425: end chk_df;
426: --
427: -- ----------------------------------------------------------------------------
428: -- |-----------------------< chk_non_updateable_args >------------------------|

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

486: --
487: l_proc varchar2(72) := g_package||'insert_validate';
488: --
489: Begin
490: hr_utility.set_location('Entering:'||l_proc, 5);
491: --
492: -- Call all supporting business operations
493: --
494: ben_cso_bus.chk_valid_entry(p_rec.employee_number

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

515: --
516: -- Commented call to chk_df
517: -- ben_cso_bus.chk_df(p_rec);
518: --
519: hr_utility.set_location(' Leaving:'||l_proc, 10);
520: End insert_validate;
521: --
522: -- ----------------------------------------------------------------------------
523: -- |---------------------------< update_validate >----------------------------|

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

529: --
530: l_proc varchar2(72) := g_package||'update_validate';
531: --
532: Begin
533: hr_utility.set_location('Entering:'||l_proc, 5);
534: --
535: -- Call all supporting business operations
536: --
537:

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

564: --
565: -- Commented call to chk_df
566: -- ben_cso_bus.chk_df(p_rec);
567: --
568: hr_utility.set_location(' Leaving:'||l_proc, 10);
569: End update_validate;
570: --
571: -- ----------------------------------------------------------------------------
572: -- |---------------------------< delete_validate >----------------------------|

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

577: --
578: l_proc varchar2(72) := g_package||'delete_validate';
579: --
580: Begin
581: hr_utility.set_location('Entering:'||l_proc, 5);
582: --
583: -- Call all supporting business operations
584: --
585: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

581: hr_utility.set_location('Entering:'||l_proc, 5);
582: --
583: -- Call all supporting business operations
584: --
585: hr_utility.set_location(' Leaving:'||l_proc, 10);
586: End delete_validate;
587: --
588: end ben_cso_bus;