DBA Data[Home] [Help]

APPS.BIS_VG_LOG dependencies on BIS_VG_UTIL

Line 43: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

39: -- ============================================================================
40:
41: PROCEDURE init_log
42: ( x_return_status OUT VARCHAR2
43: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
44: )
45: ;
46:
47: -- ============================================================================

Line 61: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

57: PROCEDURE update_success_log
58: ( p_origbv IN bis_vg_types.view_name_type
59: , p_genbv IN bis_vg_types.view_name_type
60: , x_return_status OUT VARCHAR2
61: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
62: );
63:
64: -- ============================================================================
65: --PROCEDURE : Update_Failure_Log

Line 80: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

76: ( p_origbv IN bis_vg_types.view_name_type
77: , p_code IN NUMBER
78: , p_errm IN VARCHAR2
79: , x_return_status OUT VARCHAR2
80: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
81: );
82:
83: -- ============================================================================
84: --PROCEDURE : Update_Failure_Log

Line 94: ( p_error_Tbl IN BIS_VG_UTIL.Error_Tbl_Type

90: --RETURN : None
91: --EXCEPTION : None
92: -- ============================================================================
93: PROCEDURE update_failure_log
94: ( p_error_Tbl IN BIS_VG_UTIL.Error_Tbl_Type
95: , x_return_status OUT VARCHAR2
96: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
97: );
98:

Line 96: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

92: -- ============================================================================
93: PROCEDURE update_failure_log
94: ( p_error_Tbl IN BIS_VG_UTIL.Error_Tbl_Type
95: , x_return_status OUT VARCHAR2
96: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
97: );
98:
99: -- ============================================================================
100: --PROCEDURE : backpatch_failure_log

Line 112: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

108: -- ============================================================================
109: PROCEDURE backpatch_failure_log
110: ( p_origbv IN bis_vg_types.view_name_type
111: , x_return_status OUT VARCHAR2
112: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
113: );
114:
115:
116: -- ============================================================================

Line 146: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

142: , p_Lookup_Table_Name IN VARCHAR2
143: , p_Lookup_Type IN BIS_VG_TYPES.Lookup_Code_Type
144: , p_View_Name IN BIS_VG_TYPES.View_Name_Type
145: , x_return_status OUT VARCHAR2
146: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
147: );
148: -- ============================================================================
149: -- PROCEDURE : Write_Error_to_String
150: -- PARAMETERS 1. x_error_string String to hold error messages