DBA Data[Home] [Help]

APPS.BIV_DBI_ACT_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 28: , x_custom_output out nocopy bis_query_attributes_tbl

24: */
25: procedure get_tbl_sql
26: ( p_param in bis_pmv_page_parameter_tbl
27: , x_custom_sql out nocopy varchar2
28: , x_custom_output out nocopy bis_query_attributes_tbl
29: )
30: is
31:
32: l_view_by varchar2(200);

Line 43: l_custom_output bis_query_attributes_tbl;

39:
40: l_col_tbl poa_dbi_util_pkg.poa_dbi_col_tbl;
41: l_join_tbl poa_dbi_util_pkg.poa_dbi_join_tbl;
42:
43: l_custom_output bis_query_attributes_tbl;
44:
45: l_to_date_type VARCHAR2 (3) ;
46: l_as_of_date date;
47:

Line 258: , x_custom_output out nocopy bis_query_attributes_tbl

254:
255: procedure get_act_bak_tbl_sql
256: ( p_param in bis_pmv_page_parameter_tbl
257: , x_custom_sql out nocopy varchar2
258: , x_custom_output out nocopy bis_query_attributes_tbl
259: )
260: is
261:
262: l_view_by varchar2(200);

Line 276: l_custom_output bis_query_attributes_tbl;

272:
273: l_col_tbl poa_dbi_util_pkg.poa_dbi_col_tbl;
274: l_join_tbl poa_dbi_util_pkg.poa_dbi_join_tbl;
275:
276: l_custom_output bis_query_attributes_tbl;
277:
278: l_to_date_type VARCHAR2 (3) ;
279: l_as_of_date date;
280:

Line 569: , x_custom_output out nocopy bis_query_attributes_tbl

565:
566: procedure get_trd_sql
567: ( p_param in bis_pmv_page_parameter_tbl
568: , x_custom_sql out nocopy varchar2
569: , x_custom_output out nocopy bis_query_attributes_tbl
570: )
571: is
572:
573: l_view_by varchar2(200);

Line 584: l_custom_output bis_query_attributes_tbl;

580:
581: l_col_tbl poa_dbi_util_pkg.poa_dbi_col_tbl;
582: l_join_tbl poa_dbi_util_pkg.poa_dbi_join_tbl;
583:
584: l_custom_output bis_query_attributes_tbl;
585:
586: l_to_date_type VARCHAR2 (3) ;
587: l_as_of_date date;
588:

Line 758: , x_custom_output out nocopy bis_query_attributes_tbl

754:
755: procedure get_act_bak_trd_sql
756: ( p_param in bis_pmv_page_parameter_tbl
757: , x_custom_sql out nocopy varchar2
758: , x_custom_output out nocopy bis_query_attributes_tbl
759: )
760: is
761:
762: l_view_by varchar2(200);

Line 776: l_custom_output bis_query_attributes_tbl;

772:
773: l_col_tbl poa_dbi_util_pkg.poa_dbi_col_tbl;
774: l_join_tbl poa_dbi_util_pkg.poa_dbi_join_tbl;
775:
776: l_custom_output bis_query_attributes_tbl;
777:
778: l_to_date_type VARCHAR2 (3) ;
779: l_as_of_date date;
780: