DBA Data[Home] [Help]

APPS.ASO_BI_QOT_PMV_PVT dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 10: x_custom_output OUT NOCOPY bis_query_attributes_TBL

6: -- COUNT of the OPEN QUOTES based on As OF DATE.
7: PROCEDURE GET_OPEN_QUOTE_SQL(
8: p_pmv_parameters IN BIS_PMV_PAGE_PARAMETER_tbl,
9: x_custom_sql OUT NOCOPY VARCHAR2,
10: x_custom_output OUT NOCOPY bis_query_attributes_TBL
11: )
12: IS
13: BEGIN
14:

Line 26: x_custom_output OUT NOCOPY bis_query_attributes_TBL

22: -- Comparision types.
23: PROCEDURE GET_QUOTE_CONVERSION_sql(
24: p_pmv_parameters IN BIS_PMV_PAGE_PARAMETER_tbl,
25: x_custom_sql OUT NOCOPY VARCHAR2,
26: x_custom_output OUT NOCOPY bis_query_attributes_TBL
27: )
28: IS
29: BEGIN
30:

Line 41: x_custom_output OUT NOCOPY bis_query_attributes_TBL

37: -- Dimensions tot_conv_value
38: PROCEDURE GET_NEW_CONV_QUOTE_SQL(
39: p_pmv_parameters IN BIS_PMV_PAGE_PARAMETER_tbl,
40: x_custom_sql OUT NOCOPY VARCHAR2,
41: x_custom_output OUT NOCOPY bis_query_attributes_TBL
42: )
43: IS
44: BEGIN
45:

Line 55: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL)

51: -- OPEN QUOTES
52: PROCEDURE GET_OPEN_QUOTE_GRAPH_SQL(
53: p_pmv_parameters IN BIS_PMV_PAGE_PARAMETER_TBL,
54: x_custom_sql OUT NOCOPY VARCHAR2,
55: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL)
56: IS
57: BEGIN
58:
59: NULL;

Line 68: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL

64: -- across Time and Sales Group Dimensions
65: PROCEDURE GET_QUOTE_TO_ORDER_GRAPH_SQL(
66: p_pmv_parameters IN BIS_PMV_PAGE_PARAMETER_TBL,
67: x_custom_sql OUT NOCOPY VARCHAR2,
68: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL
69: )
70: IS
71: BEGIN
72: