DBA Data[Home] [Help]

APPS.ISC_DBI_RETURN_VALUE_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 175: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;

171: AND fact.return_reason IN (&ORDER_ITEM_RETURN_REASON+ORDER_ITEM_RETURN_REASON)';
172: l_reason_flag := 0;
173: END IF;
174:
175: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;
176: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
177:
178: l_measures := 'ISC_MEASURE_1,ISC_MEASURE_2,ISC_MEASURE_3,ISC_MEASURE_4,ISC_MEASURE_5,
179: ISC_MEASURE_6,ISC_MEASURE_7,ISC_MEASURE_8,ISC_MEASURE_9,ISC_MEASURE_10,

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

492: x_custom_sql := l_stmt;
493:
494: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';
495: l_custom_rec.attribute_value := to_char(l_item_cat_flag);
496: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
497: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
498: x_custom_output.EXTEND;
499: x_custom_output(1) := l_custom_rec;
500:

Line 497: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;

493:
494: l_custom_rec.attribute_name := ':ISC_ITEM_CAT_FLAG';
495: l_custom_rec.attribute_value := to_char(l_item_cat_flag);
496: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
497: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
498: x_custom_output.EXTEND;
499: x_custom_output(1) := l_custom_rec;
500:
501: l_custom_rec.attribute_name := ':ISC_CUST_FLAG';

Line 503: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;

499: x_custom_output(1) := l_custom_rec;
500:
501: l_custom_rec.attribute_name := ':ISC_CUST_FLAG';
502: l_custom_rec.attribute_value := to_char(l_cust_flag);
503: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
504: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
505: x_custom_output.EXTEND;
506: x_custom_output(2) := l_custom_rec;
507:

Line 504: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;

500:
501: l_custom_rec.attribute_name := ':ISC_CUST_FLAG';
502: l_custom_rec.attribute_value := to_char(l_cust_flag);
503: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
504: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
505: x_custom_output.EXTEND;
506: x_custom_output(2) := l_custom_rec;
507:
508: l_custom_rec.attribute_name := ':ISC_REASON_FLAG';

Line 510: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;

506: x_custom_output(2) := l_custom_rec;
507:
508: l_custom_rec.attribute_name := ':ISC_REASON_FLAG';
509: l_custom_rec.attribute_value := to_char(l_reason_flag);
510: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
511: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
512: x_custom_output.EXTEND;
513: x_custom_output(3) := l_custom_rec;
514:

Line 511: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;

507:
508: l_custom_rec.attribute_name := ':ISC_REASON_FLAG';
509: l_custom_rec.attribute_value := to_char(l_reason_flag);
510: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
511: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
512: x_custom_output.EXTEND;
513: x_custom_output(3) := l_custom_rec;
514:
515: l_custom_rec.attribute_name := ':ISC_LANG';

Line 517: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;

513: x_custom_output(3) := l_custom_rec;
514:
515: l_custom_rec.attribute_name := ':ISC_LANG';
516: l_custom_rec.attribute_value := l_lang;
517: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
518: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.VARCHAR2_BIND;
519: x_custom_output.EXTEND;
520: x_custom_output(4) := l_custom_rec;
521:

Line 518: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.VARCHAR2_BIND;

514:
515: l_custom_rec.attribute_name := ':ISC_LANG';
516: l_custom_rec.attribute_value := l_lang;
517: l_custom_Rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
518: l_custom_Rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.VARCHAR2_BIND;
519: x_custom_output.EXTEND;
520: x_custom_output(4) := l_custom_rec;
521:
522: END get_sql;