DBA Data[Home] [Help]

APPS.BIS_VG_REPOSITORY_MEDIATOR dependencies on BIS_VG_UTIL

Line 40: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

36: PROCEDURE create_View_Text_Tables
37: ( p_View_name IN BIS_VG_TYPES.View_name_type := null
38: , x_View_Column_Text_Table OUT BIS_VG_TYPES.View_Text_Table_Type
39: , x_View_Select_Text_Table OUT BIS_VG_TYPES.View_Text_Table_Type
40: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
41: );
42: --
43: /* ======================================================================================
44: PROCEDURE : retrieve_Business_Views

Line 74: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

70: , p_Lookup_Type IN BIS_VG_TYPES.Lookup_Code_Type := NULL
71: , p_View_Name IN BIS_VG_TYPES.View_name_Type := NULL
72: , x_View_Table OUT BIS_VG_TYPES.View_Table_Type
73: , x_return_status OUT VARCHAR2
74: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
75: );
76: --
77: --
78: END BIS_VG_REPOSITORY_MEDIATOR;