DBA Data[Home] [Help]

APPS.BEN_CSO_BUS dependencies on BEN_CSO_BUS

Line 1: Package Body ben_cso_bus as

1: Package Body ben_cso_bus as
2: /* $Header: becsorhi.pkb 115.0 2003/03/17 13:37:07 csundar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' ben_cso_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_cso_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 122: if ( nvl(ben_cso_bus.g_cwb_stock_optn_dtls_id, hr_api.g_number)

118: ,p_argument => 'cwb_stock_optn_dtls_id'
119: ,p_argument_value => p_cwb_stock_optn_dtls_id
120: );
121: --
122: if ( nvl(ben_cso_bus.g_cwb_stock_optn_dtls_id, hr_api.g_number)
123: = p_cwb_stock_optn_dtls_id) then
124: --
125: -- The legislation code has already been found with a previous
126: -- call to this function. Just return the value in the global

Line 129: l_legislation_code := ben_cso_bus.g_legislation_code;

125: -- The legislation code has already been found with a previous
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

Line 153: ben_cso_bus.g_cwb_stock_optn_dtls_id := p_cwb_stock_optn_dtls_id;

149: -- Set the global variables so the values are
150: -- available for the next call to this function.
151: --
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;

Line 154: ben_cso_bus.g_legislation_code := l_legislation_code;

150: -- available for the next call to this function.
151: --
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;

Line 494: ben_cso_bus.chk_valid_entry(p_rec.employee_number

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
495: ,p_rec.person_id
496: ,p_rec.business_group_id
497: ,p_effective_date
498: );

Line 517: -- ben_cso_bus.chk_df(p_rec);

513: --
514: -- Validate Dependent Attributes
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: --

Line 538: ben_cso_bus.chk_valid_entry(p_rec.employee_number

534: --
535: -- Call all supporting business operations
536: --
537:
538: ben_cso_bus.chk_valid_entry(p_rec.employee_number
539: ,p_rec.person_id
540: ,p_rec.business_group_id
541: ,p_effective_date
542: );

Line 566: -- ben_cso_bus.chk_df(p_rec);

562: ,p_rec => p_rec
563: );
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: --

Line 588: end ben_cso_bus;

584: --
585: hr_utility.set_location(' Leaving:'||l_proc, 10);
586: End delete_validate;
587: --
588: end ben_cso_bus;