DBA Data[Home] [Help]

APPS.BEN_ABR_BUS dependencies on BEN_ABR_BUS

Line 1: Package Body ben_abr_bus as

1: Package Body ben_abr_bus as
2: /* $Header: beabrrhi.pkb 120.18 2008/05/15 10:36:51 krupani ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_abr_bus.'; -- Global package name
9:
10: -- ----------------------------------------------------------------------------
11: -- |-----------------------< chk_acty_base_rt_id >----------------------------|
12: -- ----------------------------------------------------------------------------

Line 5395: if(not ben_abr_bus.g_ssben_call) then

5391: ,p_business_group_id => p_rec.business_group_id);
5392: --ICM Changes
5393:
5394: -- Added 'if' condition for Bug 6881417
5395: if(not ben_abr_bus.g_ssben_call) then
5396: chk_elem_unique
5397: ( p_acty_base_rt_id => p_rec.acty_base_rt_id
5398: ,p_effective_date => p_effective_date
5399: ,p_business_group_id => p_rec.business_group_id

Line 6204: end ben_abr_bus;

6200: --
6201: end return_legislation_code;
6202: --
6203:
6204: end ben_abr_bus;