DBA Data[Home] [Help]

APPS.ENI_DBI_TOB_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 6: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL) IS

2: /* $Header: ENITOBPB.pls 120.0 2005/05/26 19:36:18 appldev noship $ */
3:
4: PROCEDURE get_sql ( p_param IN BIS_PMV_PAGE_PARAMETER_TBL,
5: x_custom_sql OUT NOCOPY VARCHAR2,
6: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL) IS
7:
8: l_stmt VARCHAR2(10000);
9: l_curr VARCHAR2(10000);
10: l_category VARCHAR2(500) := NULL;

Line 24: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();

20:
21: BEGIN
22:
23: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
24: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
25:
26: -- Ideally we should be calling ENI_DBI_UTIL_PKG.get_parameters(..) . But since we are concerned with only
27: -- the following three parameters, looping through the parameters table here, instead.
28: