DBA Data[Home] [Help]

PACKAGE: APPS.PAY_EBRA_DIAGNOSTICS

Source


1 PACKAGE pay_ebra_diagnostics AS
2 /* $Header: payrundiag.pkh 120.0 2005/05/29 10:49:45 appldev noship $ */
3 --
4 /*
5    ******************************************************************
6    *                                                                *
7    *  Copyright (C) 1996 Oracle Corporation.                        *
8    *  All rights reserved.                                          *
9    *                                                                *
10    *  This material has been provided pursuant to an agreement      *
11    *  containing restrictions on its use.  The material is also     *
12    *  protected by copyright law.  No part of this material may     *
13    *  be copied or distributed, transmitted or transcribed, in      *
14    *  any form or by any means, electronic, mechanical, magnetic,   *
15    *  manual, or otherwise, or disclosed to third parties without   *
16    *  the express written permission of Oracle Corporation,         *
17    *  500 Oracle Parkway, Redwood City, CA, 94065.                  *
18    *                                                                *
19    ******************************************************************
20 
21     Name        : pay_us_ebra_diagnostics
22 
23     Description :  package to Validate Balance Reporting Architecure
24 
25 
26     Change List
27     -----------
28      Date        Name      Vers    Bug No  Description
29      ----        ----      ------  ------- -----------
30      19-aug-2004 djoshi    115.0           Created.
31      26-aug-2004 djoshi    115.1           Removed Year as Parameter
32      16-sep-2004 djoshi    115.2           Added parameter
33                                            p_attribute_balance
34 */
35 
36 
37 PROCEDURE ebra_diagnostics
38            (errbuf                OUT nocopy    varchar2,
39             retcode               OUT nocopy    number,
40             p_output_file_type    IN      VARCHAR2,
41             p_attribute_balance   IN      VARCHAR2
42            );
43 
44 
45 
46 end pay_ebra_diagnostics;