DBA Data[Home] [Help]

PACKAGE: APPS.PAY_PQH_RBC

Source


1 PACKAGE pay_pqh_rbc
2 /* $Header: pypqhrbc.pkh 120.0.12010000.1 2008/07/27 23:26:34 appldev ship $ */
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        : pay_pqh_rbc
21 
22     Description : delivery of eventy qulaifier for pqh rate by
23 		  criteria , for retro notif
24 
25     Uses        :
26 
27     Change List
28     -----------
29     Date        Name     Vers    Bug No  Description
30     ----        ----     ----    ------  -----------
31     06-Nov-2006 Tbattoo  110.0           Created.
32 
33   *******************************************************************/
34 AS
35 
36 
37 
38 FUNCTION RBC_event_qualifier  return  varchar2;
39 
40 
41 end pay_pqh_rbc;