DBA Data[Home] [Help]

APPS.OKI_DBI_SRM_PRNWL_PVT dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 30: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)

26: PROCEDURE get_table_sql (
27:
28: p_param IN bis_pmv_page_parameter_tbl
29: , x_custom_sql OUT NOCOPY VARCHAR2
30: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)
31: IS
32:
33: l_query VARCHAR2(32767);
34: l_view_by VARCHAR2(120);

Line 683: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)

679: PROCEDURE get_bookings_sql (
680:
681: p_param IN bis_pmv_page_parameter_tbl
682: , x_custom_sql OUT NOCOPY VARCHAR2
683: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)
684:
685: IS
686:
687: l_query VARCHAR2 (32767);

Line 887: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)

883: PROCEDURE get_bkngs_by_cust_sql (
884:
885: p_param IN bis_pmv_page_parameter_tbl
886: , x_custom_sql OUT NOCOPY VARCHAR2
887: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)
888:
889: IS
890: l_query VARCHAR2 (32767);
891:

Line 923: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)

919:
920: PROCEDURE get_rrate_sql (
921: p_param IN bis_pmv_page_parameter_tbl
922: , x_custom_sql OUT NOCOPY VARCHAR2
923: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)
924:
925: IS
926:
927: l_query VARCHAR2 (32767);

Line 1153: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL) IS

1149: *******************************************************************************/
1150:
1151: PROCEDURE get_pr_trend_sql(p_param in BIS_PMV_PAGE_PARAMETER_TBL,
1152: x_custom_sql OUT NOCOPY VARCHAR2,
1153: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL) IS
1154:
1155: -- Variables associated with the parameter portlet
1156: l_query VARCHAR2 (32767);
1157: l_view_by VARCHAR2 (120);