DBA Data[Home] [Help]

PACKAGE: APPS.PAY_DATE_WRAPPER_PKG

Source


1 PACKAGE pay_date_wrapper_pkg
2 /* $Header: pywrppkg.pkh 120.2 2010/11/22 21:38:17 rnestor noship $ */
3 /*
4    ******************************************************************
5    *                                                                *
6    *  Copyright (C) 2010 Oracle Corporation.                        *
7    *  All rights reserved.                                          *
8    *                                                                *
9    *  This material has been provided pursuant to an agreement      *
10    *  containing restrictions on its use.  The material AUTHID CURRENT_USER is also     *
11    *  protected by copyright law.  No part of this material may     *
12    *  be copied or distributed, transmitted or transcribed, in      *
13    *  any form or by any means, electronic, mechanical, magnetic,   *
14    *  manual, or otherwise, or disclosed to third parties without   *
15    *  the express written permission of Oracle Corporation,         *
16    *  500 Oracle Parkway, Redwood City, CA, 94065.                  *
17    *                                                                *
18    ******************************************************************
19 
20     Name        : pay_date_wrapper_pkg
21 
22     Description : Package contains wrapper functions to call functions
23                   of fnd_date and app_date.This is maintained differently
24                   for versions below R12.1.X and above R12.1.X
25 
26     Uses        :
27 
28     Change List
29     -----------
30     Date        Name     Version    Bug No  Description
31     ----        ----     -------    ------  -----------
32 
33   ****************************************************************************/
34   AS
35 
36   FUNCTION fnd_date_date_to_displaydate(
37                    p_date       date
38                   )
39   RETURN VARCHAR2;
40 
41 
42 END pay_date_wrapper_pkg;