DBA Data[Home] [Help]

PACKAGE: APPS.PAY_ASG_DEBUG_PKG

Source


1 PACKAGE pay_asg_debug_pkg AUTHID CURRENT_USER AS
2 /* $Header: pyacdebg.pkh 120.1 2005/10/05 03:01:37 schauhan 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_asg_debug_pkg
22 
23     Description : Package for the Elements 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     15-MAR-02    rsirigir  115.0   2254026   GSCC Compliance inclusions
33 */
34 
35 procedure write_data
36              (errbuf                      out nocopy varchar2
37              ,retcode                     out nocopy number
38 	     ,p_assignment_id		  in  number);
39 
40 
41 end pay_asg_debug_pkg;