DBA Data[Home] [Help]

PACKAGE: APPS.BEN_EFC_RNDG_CD_UPGRADE

Source


1 package ben_efc_rndg_cd_upgrade AUTHID CURRENT_USER as
2 /* $Header: beefcrcu.pkh 120.0 2005/05/28 02:08:25 appldev noship $*/
3 --
4 /*
5 +==============================================================================+
6 |			 Copyright (c) 1997 Oracle Corporation		       |
7 |			    Redwood Shores, California, USA		       |
8 |				All rights reserved.			       |
9 +==============================================================================+
10 --
11 History
12   Version    Date	Who	   What?
13   ---------  ---------	---------- --------------------------------------------
14   115.0      12-Jul-00	mhoyes     Created.
15   -----------------------------------------------------------------------------
16 */
17 --
18 procedure upgrade_rounding_codes
19   (p_business_group_id in     number
20   ,p_action_id         in     number
21   --
22   ,p_modify            in     boolean default false
23   );
24 --
25 END ben_efc_rndg_cd_upgrade;