DBA Data[Home] [Help]

APPS.BIS_VG_PARSER dependencies on BIS_VG_UTIL

Line 35: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

31: ( p_view_table IN bis_vg_types.View_Text_Table_Type
32: , p_string_set IN bis_vg_types.View_Text_Table_Type
33: , p_start_pointer IN bis_vg_types.View_Character_Pointer_Type
34: , x_return_status OUT VARCHAR2
35: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
36: )
37: return bis_vg_types.view_character_pointer_type;
38:
39: -- this functions returns the string between the start position and

Line 49: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

45: , p_start IN NUMBER
46: , p_delimiter_string IN VARCHAR2
47: , x_end_pointer OUT NUMBER
48: , x_return_status OUT VARCHAR2
49: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
50: )
51: RETURN VARCHAR2;
52:
53:

Line 64: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

60: , p_start_pointer IN bis_vg_types.View_Character_Pointer_Type
61: , p_delimiter_string IN VARCHAR2
62: , x_end_pointer OUT bis_vg_types.View_Character_Pointer_Type
63: , x_return_status OUT VARCHAR2
64: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
65: )
66: RETURN VARCHAR2;
67:
68: -- this functions returns the string expression between the start pointer and

Line 77: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

73: ( p_view_table IN bis_vg_types.View_Text_Table_Type
74: , p_start_pointer IN bis_vg_types.View_Character_Pointer_Type
75: , x_end_pointer OUT bis_vg_types.View_Character_Pointer_Type
76: , x_return_status OUT VARCHAR2
77: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
78: )
79: RETURN VARCHAR2;
80:
81: -- this functions returns the string between the start pointer and

Line 91: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

87: , p_start_pointer IN bis_vg_types.View_Character_Pointer_Type
88: , p_delimiter_string IN VARCHAR2
89: , x_end_pointer OUT bis_vg_types.View_Character_Pointer_Type
90: , x_return_status OUT VARCHAR2
91: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
92: )
93: RETURN VARCHAR2;
94:
95: -- skips the type of tag

Line 103: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

99: ( p_view_table IN BIS_VG_TYPES.View_Text_Table_Type
100: , p_start_pointer IN BIS_VG_TYPES.view_character_pointer_type
101: , X_end_pointer OUT BIS_VG_TYPES.view_character_pointer_type
102: , x_return_status OUT VARCHAR2
103: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
104: )
105: RETURN VARCHAR2;
106:
107: END BIS_VG_PARSER;