DBA Data[Home] [Help]

PACKAGE: APPS.BEN_SEED_COMMUNICATION_TYPES

Source


1 package ben_seed_communication_types AUTHID CURRENT_USER as
2 /* $Header: bencmtse.pkh 120.0 2005/05/28 03:50:40 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 Communication Types
13 Purpose
14 	This package is used to seed communication types.
15         It operates on a business group basis.
16 History
17         Date             Who        Version    What?
18         ----             ---        -------    -----
19         31 Oct 98        S Tee      115.0      Created.
20 */
21 -----------------------------------------------------------------------
22 procedure seed_communication_types(p_business_group_id in number);
23 --
24 end ben_seed_communication_types;