DBA Data[Home] [Help]

APPS.ENI_DBI_PDT_PKG dependencies on BIS_QUERY_ATTRIBUTES

Line 5: , x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL) IS

1: PACKAGE BODY ENI_DBI_PDT_PKG AS
2: /*$Header: ENIPDTPB.pls 120.1 2006/03/23 04:40:45 pgopalar noship $*/
3: PROCEDURE GET_SQL ( p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL
4: , x_custom_sql OUT NOCOPY VARCHAR2
5: , x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL) IS
6:
7: l_custom_rec BIS_QUERY_ATTRIBUTES;
8: l_period_type VARCHAR2(1000);
9: l_period_bitand NUMBER;

Line 7: l_custom_rec BIS_QUERY_ATTRIBUTES;

3: PROCEDURE GET_SQL ( p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL
4: , x_custom_sql OUT NOCOPY VARCHAR2
5: , x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL) IS
6:
7: l_custom_rec BIS_QUERY_ATTRIBUTES;
8: l_period_type VARCHAR2(1000);
9: l_period_bitand NUMBER;
10: l_view_by VARCHAR2(1000);
11: l_as_of_date DATE;

Line 48: x_custom_output := bis_query_attributes_tbl();

44: l_order VARCHAR2(20);
45:
46: BEGIN
47:
48: x_custom_output := bis_query_attributes_tbl();
49:
50: ENI_DBI_UTIL_PKG.get_parameters( p_page_parameter_tbl
51: , l_period_type
52: , l_period_bitand

Line 335: x_custom_output := bis_query_attributes_tbl();

331:
332:
333:
334: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
335: x_custom_output := bis_query_attributes_tbl();
336:
337: x_custom_output.extend;
338: l_custom_rec.attribute_name := ':ITEM';
339: l_custom_rec.attribute_value := l_item;