DBA Data[Home] [Help]

PACKAGE: APPS.PER_US_ETHNIC

Source


1 PACKAGE per_us_ethnic AUTHID CURRENT_USER AS
2 /* $Header: peusethnic.pkh 120.0.12000000.1 2007/02/06 14:47:42 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        : per_us_ethnic
22 
23     Description : Package that is used to update ethnic code 9 with
24                   ethnic code 3
25 
26     Change List
27     -----------
28      Date        Name      Vers    Bug No    Description
29      ----        ----      ------  -------   -----------
30     29-OCT-06    ssouresr  115.0             Created.
31 */
32 
33 PROCEDURE ethnic_code_upd (errbuf     out nocopy varchar2,
34                            retcode    out nocopy number);
35 
36 END per_us_ethnic;