DBA Data[Home] [Help]

APPS.PAY_CNU_BUS1 dependencies on PAY_CNU_BUS1

Line 1: Package Body pay_cnu_bus1 as

1: Package Body pay_cnu_bus1 as
2: /* $Header: pycnurhi.pkb 120.0 2005/05/29 04:04:56 appldev noship $ */
3: -- ----------------------------------------------------------------------------
4: -- | Private Global Definitions |
5: -- ----------------------------------------------------------------------------

Line 7: g_package varchar2(33) := ' pay_cnu_bus1.'; -- Global package name

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

Line 440: pay_cnu_bus1.chk_validate_code( p_code => p_retro_contribution_code

436: nvl(pay_cnu_shd.g_old_rec.retro_contribution_code, hr_api.g_varchar2) <>
437: nvl(p_retro_contribution_code, hr_api.g_varchar2) and p_retro_contribution_code is not null)
438: then
439: hr_utility.set_location(' Step:'|| l_proc, 30);
440: pay_cnu_bus1.chk_validate_code( p_code => p_retro_contribution_code
441: ,p_contribution_type => p_contribution_type
442: ,p_rate_category => p_rate_category);
443: end if;
444: --

Line 450: pay_cnu_bus1.chk_validate_code( p_code => p_contribution_code

446: --
447: if (NOT l_api_updating and p_contribution_code is not null)
448: then
449: hr_utility.set_location(' Step:'|| l_proc, 40);
450: pay_cnu_bus1.chk_validate_code( p_code => p_contribution_code
451: ,p_contribution_type => p_contribution_type
452: ,p_rate_category => p_rate_category);
453: end if;
454: hr_utility.set_location(' Step:'|| l_proc, 45);

Line 460: pay_cnu_bus1.chk_validate_code( p_code => p_retro_contribution_code

456: -- Check retro code
457: --
458: if (NOT l_api_updating and p_retro_contribution_code is not null)
459: then
460: pay_cnu_bus1.chk_validate_code( p_code => p_retro_contribution_code
461: ,p_contribution_type => p_contribution_type
462: ,p_rate_category => p_rate_category);
463: end if;
464: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 927: end pay_cnu_bus1;

923: End if;
924: hr_utility.set_location(' Leaving:'||l_proc, 90);
925: end chk_code_rate_id;
926: -------------------------------------------------------------------------------
927: end pay_cnu_bus1;