DBA Data[Home] [Help]

PACKAGE: APPS.PER_PERSON_INFORMATION

Source


1 PACKAGE per_person_information AUTHID CURRENT_USER AS
2 /* $Header: peperinf.pkh 115.0 2003/04/10 13:07:31 pkakar 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_person_information
22 
23     Description : Package for the Person Reports. The package
24                   generated the output file in the specified user
25                   format. The current formats supported are
26                       - HTML
27 
28     Change List
29     -----------
30      Date        Name      Vers    Bug No    Description
31      ----        ----      ------  -------   -----------
32     08-APR-03   pkakar     115.0             File Created
33 */
34 
35 procedure write_data
36              (errbuf                      out nocopy varchar2
37              ,retcode                     out nocopy number
38 	     ,p_person_id		  in  number);
39 
40 
41 end per_person_information;