DBA Data[Home] [Help]

PACKAGE: APPS.BEN_EFC_STUBS

Source


1 PACKAGE ben_efc_stubs AUTHID CURRENT_USER AS
2 /* $Header: beefcstb.pkh 120.0 2005/05/28 02:08:51 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-----------------< get_cust_mapped_rounding_code >------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 -- Description:
9 --
10 -- For specific rounding codes, defined in hr_lookups for the lookup type
11 -- of BEN_RNDG, a mapping needs to be defined between the original
12 -- rounding code and the rounding code to be used after EFC conversion.
13 --
14 -- Post Success:
15 -- Should return the new rounding code.
16 --
17 -- ----------------------------------------------------------------------------
18 function get_cust_mapped_rounding_code
19   (p_rndcd_table_name in     varchar2
20   ,p_currency_code    in     varchar2
21   ,p_rndcd_value      in     varchar2
22   )
23 return varchar2;
24 --
25 END ben_efc_stubs;