DBA Data[Home] [Help]

APPS.BEN_PTY_BUS dependencies on BEN_PTY_BUS

Line 1: Package Body ben_pty_bus as

1: Package Body ben_pty_bus as
2: /* $Header: beptyrhi.pkb 115.7 2002/12/10 15:22:41 bmanyam noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_pty_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 456: if ( nvl(ben_pty_bus.g_pl_pcp_typ_id, hr_api.g_number)

452: ,p_argument => 'pl_pcp_typ_id'
453: ,p_argument_value => p_pl_pcp_typ_id
454: );
455: --
456: if ( nvl(ben_pty_bus.g_pl_pcp_typ_id, hr_api.g_number)
457: = p_pl_pcp_typ_id) then
458: --
459: -- The legislation code has already been found with a previous
460: -- call to this function. Just return the value in the global

Line 463: l_legislation_code := ben_pty_bus.g_legislation_code;

459: -- The legislation code has already been found with a previous
460: -- call to this function. Just return the value in the global
461: -- variable.
462: --
463: l_legislation_code := ben_pty_bus.g_legislation_code;
464: hr_utility.set_location(l_proc, 20);
465: else
466: --
467: -- The ID is different to the last call to this function

Line 487: ben_pty_bus.g_pl_pcp_typ_id := p_pl_pcp_typ_id;

483: -- Set the global variables so the values are
484: -- available for the next call to this function.
485: --
486: close csr_leg_code;
487: ben_pty_bus.g_pl_pcp_typ_id := p_pl_pcp_typ_id;
488: ben_pty_bus.g_legislation_code := l_legislation_code;
489: end if;
490: hr_utility.set_location(' Leaving:'|| l_proc, 40);
491: return l_legislation_code;

Line 488: ben_pty_bus.g_legislation_code := l_legislation_code;

484: -- available for the next call to this function.
485: --
486: close csr_leg_code;
487: ben_pty_bus.g_pl_pcp_typ_id := p_pl_pcp_typ_id;
488: ben_pty_bus.g_legislation_code := l_legislation_code;
489: end if;
490: hr_utility.set_location(' Leaving:'|| l_proc, 40);
491: return l_legislation_code;
492: end return_legislation_code;

Line 773: --ben_pty_bus.chk_df(p_rec);

769:
770: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
771: --
772: --
773: --ben_pty_bus.chk_df(p_rec);
774: --
775: hr_utility.set_location(' Leaving:'||l_proc, 10);
776: End insert_validate;
777: --

Line 821: --ben_pty_bus.chk_df(p_rec);

817: (p_rec => p_rec
818: );
819: --
820: --
821: --ben_pty_bus.chk_df(p_rec);
822: --
823: hr_utility.set_location(' Leaving:'||l_proc, 10);
824: End update_validate;
825: --

Line 843: end ben_pty_bus;

839: --
840: hr_utility.set_location(' Leaving:'||l_proc, 10);
841: End delete_validate;
842: --
843: end ben_pty_bus;