DBA Data[Home] [Help]

APPS.BIX_PMV_EMC_BKLG_PRTLT_PKG dependencies on BIS_QUERY_ATTRIBUTES

Line 6: p_custom_output OUT NOCOPY bis_query_attributes_TBL

2: /*$Header: bixeblgp.plb 120.0 2005/05/25 17:19:46 appldev noship $ */
3:
4: PROCEDURE GET_SQL(p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL,
5: p_custom_sql OUT NOCOPY VARCHAR2,
6: p_custom_output OUT NOCOPY bis_query_attributes_TBL
7: )
8: AS
9:
10: l_sqltext VARCHAR2(32000) ;

Line 32: l_custom_rec BIS_QUERY_ATTRIBUTES := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;

28: l_view_by varchar2(1000);
29: l_row_type varchar2(10) := 'AC';
30: l_period_start_date date;
31:
32: l_custom_rec BIS_QUERY_ATTRIBUTES := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
33:
34: BEGIN
35: --
36: --Initialize p_custom_output

Line 38: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();

34: BEGIN
35: --
36: --Initialize p_custom_output
37: --
38: p_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
39:
40: BIS_COLLECTION_UTILITIES.get_last_refresh_dates('BIX_EMAIL_DETAILS_F',
41: l_start_date,
42: l_end_date,