DBA Data[Home] [Help]

PACKAGE: APPS.FII_AR_BILL_ACT_PKG

Source


1 PACKAGE FII_AR_BILL_ACT_PKG AS
2 /* $Header: FIIARDBIBAS.pls 120.0.12000000.1 2007/02/23 02:27:48 applrt ship $ */
3 
4 -- --------------------------------------------------------------------------
5 -- Name : get_billing_activity
6 -- Type : Procedure
7 -- Description : This procedure passes SQL to PMV for Billing Activity Report
8 -----------------------------------------------------------------------------
9 
10 PROCEDURE get_billing_activity (p_page_parameter_tbl in BIS_PMV_PAGE_PARAMETER_TBL,
11                                 bill_act_sum_sql out NOCOPY VARCHAR2,
12 				bill_sum_output out NOCOPY BIS_QUERY_ATTRIBUTES_TBL);
13 
14 END FII_AR_BILL_ACT_PKG;