DBA Data[Home] [Help]

APPS.ENI_DBI_PRC_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 660: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;

656:
657: END IF;
658:
659: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
660: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;
661:
662: IF (l_category1 is not null ) THEN
663: x_custom_output.extend;
664:

Line 667: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;

663: x_custom_output.extend;
664:
665: l_custom_rec.attribute_name := ':PRODUCT_CATEGORY';
666: l_custom_rec.attribute_value := l_category1;
667: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
668: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.NUMERIC_BIND;
669: x_custom_output.extend;
670: x_custom_output(1) := l_custom_rec;
671: END IF;

Line 668: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.NUMERIC_BIND;

664:
665: l_custom_rec.attribute_name := ':PRODUCT_CATEGORY';
666: l_custom_rec.attribute_value := l_category1;
667: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
668: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.NUMERIC_BIND;
669: x_custom_output.extend;
670: x_custom_output(1) := l_custom_rec;
671: END IF;
672: