DBA Data[Home] [Help]

APPS.BEN_OTP_BUS dependencies on BEN_OTP_BUS

Line 1: Package Body ben_otp_bus as

1: Package Body ben_otp_bus as
2: /* $Header: beotprhi.pkb 115.3 2003/09/25 00:30:57 rpgupta noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_otp_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 246: if ( nvl(ben_otp_bus.g_optip_id, hr_api.g_number)

242: ,p_argument => 'optip_id'
243: ,p_argument_value => p_optip_id
244: );
245: --
246: if ( nvl(ben_otp_bus.g_optip_id, hr_api.g_number)
247: = p_optip_id) then
248: --
249: -- The legislation code has already been found with a previous
250: -- call to this function. Just return the value in the global

Line 253: l_legislation_code := ben_otp_bus.g_legislation_code;

249: -- The legislation code has already been found with a previous
250: -- call to this function. Just return the value in the global
251: -- variable.
252: --
253: l_legislation_code := ben_otp_bus.g_legislation_code;
254:
255: hr_utility.set_location(l_proc, 20);
256: else
257: --

Line 279: ben_otp_bus.g_optip_id := p_optip_id;

275: -- Set the global variables so the values are
276: -- available for the next call to this function.
277: --
278: close csr_leg_code;
279: ben_otp_bus.g_optip_id := p_optip_id;
280: ben_otp_bus.g_legislation_code := l_legislation_code;
281:
282: end if;
283: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 280: ben_otp_bus.g_legislation_code := l_legislation_code;

276: -- available for the next call to this function.
277: --
278: close csr_leg_code;
279: ben_otp_bus.g_optip_id := p_optip_id;
280: ben_otp_bus.g_legislation_code := l_legislation_code;
281:
282: end if;
283: hr_utility.set_location(' Leaving:'|| l_proc, 40);
284: return l_legislation_code;

Line 790: --ben_otp_bus.chk_df(p_rec);

786: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
787: end if;
788: --
789: --
790: --ben_otp_bus.chk_df(p_rec);
791: chk_optip_id
792: (p_optip_id => p_rec.optip_id,
793: p_effective_date => p_effective_date,
794: p_object_version_number => p_rec.object_version_number);

Line 852: --ben_otp_bus.chk_df(p_rec);

848: );
849: */
850: --
851: --
852: --ben_otp_bus.chk_df(p_rec);
853: --
854: hr_utility.set_location(' Leaving:'||l_proc, 10);
855: End update_validate;
856: --

Line 885: end ben_otp_bus;

881: --
882: hr_utility.set_location(' Leaving:'||l_proc, 10);
883: End delete_validate;
884: --
885: end ben_otp_bus;