DBA Data[Home] [Help]

PACKAGE: APPS.FII_AR_OPEN_REC_SUMMARY

Source


1 PACKAGE fii_ar_open_rec_summary AUTHID CURRENT_USER AS
2 /* $Header: FIIARDBIORSS.pls 120.0.12000000.1 2007/02/23 02:28:22 applrt ship $ */
3 
4 -- -----------------------------------------------------------------------
5 -- Name: get_open_rec_sum
6 -- Desc: This procedure is get the open receivable summary data
7 -- Output:
8 -- -----------------------------------------------------------------------
9 
10 PROCEDURE get_open_rec_sum (
11         p_page_parameter_tbl    IN  BIS_PMV_PAGE_PARAMETER_TBL,
12         open_rec_sum_sql        OUT NOCOPY VARCHAR2,
13         open_rec_sum_output     OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL);
14 
15 END fii_ar_open_rec_summary;