DBA Data[Home] [Help]

APPS.BIV_DBI_BAK_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 111: , x_custom_output out nocopy bis_query_attributes_tbl

107:
108: procedure get_tbl_sql
109: ( p_param in bis_pmv_page_parameter_tbl
110: , x_custom_sql out nocopy varchar2
111: , x_custom_output out nocopy bis_query_attributes_tbl
112: )
113: is
114:
115: l_view_by varchar2(200);

Line 126: l_custom_output bis_query_attributes_tbl;

122:
123: l_col_tbl poa_dbi_util_pkg.poa_dbi_col_tbl;
124: l_join_tbl poa_dbi_util_pkg.poa_dbi_join_tbl;
125:
126: l_custom_output bis_query_attributes_tbl;
127:
128: l_to_date_type VARCHAR2 (3) ;
129: l_as_of_date date;
130:

Line 296: , x_custom_output out nocopy bis_query_attributes_tbl

292:
293: procedure get_dbn_tbl_sql
294: ( p_param in bis_pmv_page_parameter_tbl
295: , x_custom_sql out nocopy varchar2
296: , x_custom_output out nocopy bis_query_attributes_tbl
297: )
298: is
299:
300: l_view_by varchar2(200);

Line 311: l_custom_output bis_query_attributes_tbl;

307:
308: l_col_tbl poa_dbi_util_pkg.poa_dbi_col_tbl;
309: l_join_tbl poa_dbi_util_pkg.poa_dbi_join_tbl;
310:
311: l_custom_output bis_query_attributes_tbl;
312:
313: l_to_date_type VARCHAR2 (3) ;
314: l_as_of_date date;
315:

Line 554: , x_custom_output out nocopy bis_query_attributes_tbl

550:
551: procedure get_unr_dbn_tbl_sql
552: ( p_param in bis_pmv_page_parameter_tbl
553: , x_custom_sql out nocopy varchar2
554: , x_custom_output out nocopy bis_query_attributes_tbl
555: )
556: is
557:
558: l_view_by varchar2(200);

Line 569: l_custom_output bis_query_attributes_tbl;

565:
566: l_col_tbl poa_dbi_util_pkg.poa_dbi_col_tbl;
567: l_join_tbl poa_dbi_util_pkg.poa_dbi_join_tbl;
568:
569: l_custom_output bis_query_attributes_tbl;
570:
571: l_to_date_type VARCHAR2 (3) ;
572: l_as_of_date date;
573:

Line 813: , x_custom_output out nocopy bis_query_attributes_tbl

809:
810: procedure get_trd_sql
811: ( p_param in bis_pmv_page_parameter_tbl
812: , x_custom_sql out nocopy varchar2
813: , x_custom_output out nocopy bis_query_attributes_tbl
814: , p_distribution in varchar2 := 'N'
815: )
816: is
817:

Line 829: l_custom_output bis_query_attributes_tbl;

825:
826: l_col_tbl poa_dbi_util_pkg.poa_dbi_col_tbl;
827: l_join_tbl poa_dbi_util_pkg.poa_dbi_join_tbl;
828:
829: l_custom_output bis_query_attributes_tbl;
830:
831: l_to_date_type VARCHAR2 (3) ;
832: l_as_of_date date;
833:

Line 1027: , x_custom_output out nocopy bis_query_attributes_tbl

1023:
1024: procedure get_dbn_trd_sql
1025: ( p_param in bis_pmv_page_parameter_tbl
1026: , x_custom_sql out nocopy varchar2
1027: , x_custom_output out nocopy bis_query_attributes_tbl
1028: )
1029: is
1030: begin
1031: get_trd_sql