DBA Data[Home] [Help]

PACKAGE: APPS.BEN_SEED_PERSON_TYPES

Source


1 package ben_seed_person_types AUTHID CURRENT_USER as
2 /* $Header: benpptse.pkh 120.0 2005/05/28 09:18:18 appldev noship $ */
3 --------------------------------------------------------------------------------
4 /*
5 +==============================================================================+
6 |			Copyright (c) 1997 Oracle Corporation		       |
7 |			   Redwood Shores, California, USA		       |
8 |			        All rights reserved.			       |
9 +==============================================================================+
10 
11 Name
12 	Seed Person Types
13 Purpose
14 	This package is used to seed person types which are benefit specific.
15         It operates on a business group basis.
16 History
17         Date             Who        Version    What?
18         ----             ---        -------    -----
19         16 Jun 98        G Perry    110.0      Created.
20 */
21 -----------------------------------------------------------------------
22 procedure seed_person_types(p_business_group_id in number);
23 --
24 end ben_seed_person_types;