DBA Data[Home] [Help]

PACKAGE: APPS.PAY_PAYVIBAL_PKG

Source


1 PACKAGE pay_payvibal_pkg AUTHID CURRENT_USER AS
2 /* $Header: pyvibal.pkh 115.0 99/07/17 06:48:46 porting ship $ */
3 /*
4  ******************************************************************
5  *                                                                *
6  *  Copyright (C) 1992 Oracle Corporation UK Ltd.,                *
7  *                   Chertsey, England.                           *
8  *                                                                *
9  *  All rights reserved.                                          *
10  *                                                                *
11  *  This material has been provided pursuant to an agreement      *
12  *  containing restrictions on its use.  The material is also     *
13  *  protected by copyright law.  No part of this material may     *
14  *  be copied or distributed, transmitted or transcribed, in      *
15  *  any form or by any means, electronic, mechanical, magnetic,   *
16  *  manual, or otherwise, or disclosed to third parties without   *
17  *  the express written permission of Oracle Corporation UK Ltd,  *
18  *  Oracle Park, Bittams Lane, Guildford Road, Chertsey, Surrey,  *
19  *  England.                                                      *
20  *                                                                *
21  ******************************************************************
22  Name        : pay_payvibal_pkg (HEADER)
23  File        : payvibal.pkh
24  Description : This package declares functions and procedures which are used
25                to return values for the forms4 form PAYVIBAL.
26 
27  Change List
28  -----------
29 
30  Version Date      Author     ER/CR No. Description of Change
31  -------+---------+----------+---------+--------------------------
32  40.0    11-NOV-93 AKelly               Date Created
33  40.2    05-OCT-93 RFine                prepended 'PAY_' to package name
34  =================================================================
35 */
36 --
37 --
38 procedure get_dimension_contexts(p_route_id in number, p_context1 out varchar2,
39                                                     p_context2 out varchar2,
40                                                     p_context3 out varchar2);
41 --
42 --
43 end pay_payvibal_pkg;