DBA Data[Home] [Help]

PACKAGE: APPS.OTA_GENERIC_REPORT_PKG

Source


1 PACKAGE OTA_GENERIC_REPORT_PKG AUTHID CURRENT_USER AS
2 /* $Header: otagenrp.pkh 115.0 99/07/16 00:49:35 porting ship $ */
3 
4 ----------------------------------------------------------------------------
5 --|---------------------< different_currency > ----------------------------|
6 ----------------------------------------------------------------------------
7 --Description:
8 -- This function checks to see if the currencies of the totals to be sumed
9 -- are the same.
10 
11 Function  different_currency (event in  number,
12 		      tablename in  varchar2
13 		  ) RETURN Boolean;
14 
15 
16 
17 --
18 --
19 
20 END ota_generic_report_pkg;