DBA Data[Home] [Help]

PACKAGE: APPS.PER_US_EEO5_EXP_PKG

Source


1 PACKAGE PER_US_EEO5_EXP_PKG AUTHID CURRENT_USER AS
2 /* $Header: peruseeo5exp.pkh 120.2 2011/04/20 12:58:05 nvelaga ship $ */
3 /*
4    ******************************************************************
5    *                                                                *
6    *  Copyright (C) 1993 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 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        : PER_US_EEO5_EXP_PKG
21     File Name   : peruseeo5exp.pkh
22 
23     Description : This package creates XML file for EEO5 exception Report.
24 
25     Change List
26     -----------
27     Date                 Name       Vers     Bug No    Description
28     -----------       ---------- ------    -------     --------------------------
29     26-JUN-2007       jdevasah   115.0                 Created.
30     20-APR-2011       nvelaga    115.2                 Enabled Triple Maintenance for code lines.
31 
32     ****************************************************************************/
33 
34 procedure generate_exception_report(errbuf OUT NOCOPY VARCHAR2
35                                          ,retcode OUT NOCOPY NUMBER
36                                          ,p_business_group_id varchar2
37                                          , p_reporting_year number);
38 
39 
40   END PER_US_EEO5_EXP_PKG;
41