DBA Data[Home] [Help]

PACKAGE: APPS.PER_US_EEO4A_EXP_PKG

Source


1 PACKAGE PER_US_EEO4A_EXP_PKG AUTHID CURRENT_USER AS
2 /* $Header: peuseeo4aexp.pkh 120.0.12020000.1 2012/07/16 10:17:57 agarai noship $ */
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_EEO4A_EXP_PKG
21     File Name   : peuseeo4aexp.pkh
22 
23     Description : This package creates XML file for EEO4A exception Report.
24 
25     Change List
26     -----------
27     Date                 Name       Vers     Bug No    Description
28     -----------       ---------- ------    -------     --------------------------
29     09-DEC-2011       agarai      115.0    13112110    Created for the EEO4A
30                                                        Exception Report.
31 
32     ****************************************************************************/
33 
34   /** procedure to generate the EEO4A Exception report **/
35   PROCEDURE generate_exception_report(errbuf                OUT NOCOPY VARCHAR2
36                                       ,retcode              OUT NOCOPY NUMBER
37                                       ,p_business_group_id  VARCHAR2
38                                       ,p_reporting_year     NUMBER);
39 
40 END PER_US_EEO4A_EXP_PKG;
41