DBA Data[Home] [Help]

PACKAGE: APPS.FII_EA_CUMUL_EXP_TREND_PKG

Source


1 PACKAGE fii_ea_cumul_exp_trend_pkg AUTHID CURRENT_USER AS
2 /* $Header: FIIEACETS.pls 120.1 2005/10/30 05:05:50 appldev noship $ */
3 
4 
5 -- This package provides procedure which generates different SQL statements
6 -- and will be used to retrieve data for Cumulative Expense Trend Report
7 
8 -- Procedure get_cumul_exp_trend
9 
10    PROCEDURE get_cumul_exp_trend
11 
12    ( 	p_page_parameter_tbl         IN  BIS_PMV_PAGE_PARAMETER_TBL
13        ,p_cumulative_expense_sql     OUT NOCOPY VARCHAR2
14        ,p_cumulative_expense_output  OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL
15    );
16 END fii_ea_cumul_exp_trend_pkg;