DBA Data[Home] [Help]

APPS.BIS_VIEW_GENERATOR_PVT dependencies on BIS_VG_REPOSITORY_MEDIATOR

Line 1955: BIS_VG_REPOSITORY_MEDIATOR.create_View_Text_Tables

1951: --- RAISE no_columns_selected;
1952: --- END IF;
1953: --- ELSE process pruned view
1954:
1955: BIS_VG_REPOSITORY_MEDIATOR.create_View_Text_Tables
1956: ( p_viewname
1957: , l_View_Column_Text_Table
1958: , l_view_select_text_table
1959: , l_dummy_tbl

Line 2141: BIS_VG_REPOSITORY_MEDIATOR.retrieve_Business_Views

2137: WHEN others THEN
2138: l_warehouse_exists := 0;
2139: END;
2140:
2141: BIS_VG_REPOSITORY_MEDIATOR.retrieve_Business_Views
2142: ( p_all_flag
2143: , p_App_Short_Name
2144: , p_KF_Appl_Short_Name
2145: , p_Key_Flex_Code

Line 2259: BIS_VG_REPOSITORY_MEDIATOR.create_View_Text_Tables

2255: execute immediate v_session_sort;
2256: END IF;
2257: -- END BUG 6819715
2258: --- create two tables - one with columns, one with the view text
2259: BIS_VG_REPOSITORY_MEDIATOR.create_View_Text_Tables
2260: ( l_View_Table(i).view_name
2261: , l_View_Column_Text_Table
2262: , l_View_Select_Text_Table
2263: , l_error_Tbl