DBA Data[Home] [Help]

APPS.BIS_VIEW_GENERATOR_PVT dependencies on BIS_VG_COMPILE

Line 1978: BIS_VG_COMPILE.write_View

1974: IF (l_view_column_out_table.COUNT > 0) THEN
1975: --create the view
1976: IF p_gen_viewname IS NULL
1977: THEN
1978: BIS_VG_COMPILE.write_View
1979: ( bis_vg_types.sqlplus_production_mode
1980: , p_viewname
1981: , l_View_Column_out_Table
1982: , l_View_Select_out_Table

Line 1988: BIS_VG_COMPILE.write_View

1984: , l_View_Column_Comment_Table
1985: , l_dummy_tbl ----- not used
1986: );
1987: ELSE
1988: BIS_VG_COMPILE.write_View
1989: ( bis_vg_types.EDW_verify_mode
1990: , p_gen_viewname
1991: , l_View_Column_out_Table
1992: , l_View_Select_out_Table

Line 2279: BIS_VG_COMPILE.write_View

2275: --
2276: IF (l_view_column_out_table.COUNT > 0) THEN
2277: --create the view
2278: --- bis_debug_pub.debug_on;
2279: BIS_VG_COMPILE.write_View
2280: ( g_mode
2281: , l_View_Table(i).view_name
2282: , l_View_Column_out_Table
2283: , l_View_Select_out_Table