DBA Data[Home] [Help]

APPS.BIX_PMV_DBI_UTL_PKG dependencies on BIS_QUERY_ATTRIBUTES

Line 848: x_custom_output IN OUT NOCOPY bis_query_attributes_tbl

844: Get Bind Vars. Pasees values for bind variables that are used in the front end query, back to PMV.
845: Has to be customized based on the report [p_func_area]
846: -------------------------------------------------------------------------------------------- */
847: PROCEDURE get_bind_vars (
848: x_custom_output IN OUT NOCOPY bis_query_attributes_tbl
849: , p_func_area IN VARCHAR2)
850: IS
851: l_custom_rec bis_query_attributes;
852: l_inbound VARCHAR2(50);

Line 851: l_custom_rec bis_query_attributes;

847: PROCEDURE get_bind_vars (
848: x_custom_output IN OUT NOCOPY bis_query_attributes_tbl
849: , p_func_area IN VARCHAR2)
850: IS
851: l_custom_rec bis_query_attributes;
852: l_inbound VARCHAR2(50);
853: l_webcall VARCHAR2(50);
854: l_direct VARCHAR2(50);
855: l_dialed VARCHAR2(50);