DBA Data[Home] [Help]

APPS.BIS_VG_SECURITY dependencies on BIS_VG_TYPES

Line 57: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type

53: -- ==========================================================================
54:
55:
56: PROCEDURE parse_SEC_select
57: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type
58: , p_pointer IN BIS_VG_TYPES.View_Character_Pointer_Type
59: , x_tbl OUT VARCHAR2
60: , x_app OUT VARCHAR2
61: , x_pointer OUT BIS_VG_TYPES.View_Character_Pointer_Type

Line 58: , p_pointer IN BIS_VG_TYPES.View_Character_Pointer_Type

54:
55:
56: PROCEDURE parse_SEC_select
57: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type
58: , p_pointer IN BIS_VG_TYPES.View_Character_Pointer_Type
59: , x_tbl OUT VARCHAR2
60: , x_app OUT VARCHAR2
61: , x_pointer OUT BIS_VG_TYPES.View_Character_Pointer_Type
62: , x_return_status OUT VARCHAR2

Line 61: , x_pointer OUT BIS_VG_TYPES.View_Character_Pointer_Type

57: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type
58: , p_pointer IN BIS_VG_TYPES.View_Character_Pointer_Type
59: , x_tbl OUT VARCHAR2
60: , x_app OUT VARCHAR2
61: , x_pointer OUT BIS_VG_TYPES.View_Character_Pointer_Type
62: , x_return_status OUT VARCHAR2
63: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
64: )
65: IS

Line 66: l_pointer BIS_VG_TYPES.View_Character_Pointer_Type;

62: , x_return_status OUT VARCHAR2
63: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
64: )
65: IS
66: l_pointer BIS_VG_TYPES.View_Character_Pointer_Type;
67: l_tag VARCHAR2(300);
68: l_index NUMBER;
69: BEGIN
70: BIS_DEBUG_PUB.Add('> parse_SEC_select');

Line 218: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type

214: -- COMMENT : Call this procedure to add a security information to a view.
215: -- EXCEPTION : None
216: -- ===========================================================================
217: PROCEDURE add_Security_Info
218: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type
219: , p_security_pointer IN BIS_VG_TYPES.view_character_pointer_type
220: , x_Select_Table OUT BIS_VG_TYPES.view_text_table_type
221: , x_security_pointer OUT BIS_VG_TYPES.view_character_pointer_type
222: , x_return_status OUT VARCHAR2

Line 219: , p_security_pointer IN BIS_VG_TYPES.view_character_pointer_type

215: -- EXCEPTION : None
216: -- ===========================================================================
217: PROCEDURE add_Security_Info
218: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type
219: , p_security_pointer IN BIS_VG_TYPES.view_character_pointer_type
220: , x_Select_Table OUT BIS_VG_TYPES.view_text_table_type
221: , x_security_pointer OUT BIS_VG_TYPES.view_character_pointer_type
222: , x_return_status OUT VARCHAR2
223: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

Line 220: , x_Select_Table OUT BIS_VG_TYPES.view_text_table_type

216: -- ===========================================================================
217: PROCEDURE add_Security_Info
218: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type
219: , p_security_pointer IN BIS_VG_TYPES.view_character_pointer_type
220: , x_Select_Table OUT BIS_VG_TYPES.view_text_table_type
221: , x_security_pointer OUT BIS_VG_TYPES.view_character_pointer_type
222: , x_return_status OUT VARCHAR2
223: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
224: )

Line 221: , x_security_pointer OUT BIS_VG_TYPES.view_character_pointer_type

217: PROCEDURE add_Security_Info
218: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type
219: , p_security_pointer IN BIS_VG_TYPES.view_character_pointer_type
220: , x_Select_Table OUT BIS_VG_TYPES.view_text_table_type
221: , x_security_pointer OUT BIS_VG_TYPES.view_character_pointer_type
222: , x_return_status OUT VARCHAR2
223: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
224: )
225: IS

Line 229: l_pointer BIS_VG_TYPES.view_character_pointer_type;

225: IS
226: l_tbl VARCHAR2(100);
227: l_app VARCHAR2(100);
228: l_result VARCHAR2(1000);
229: l_pointer BIS_VG_TYPES.view_character_pointer_type;
230: l_Table BIS_VG_TYPES.view_text_table_type;
231: BEGIN
232:
233: BIS_DEBUG_PUB.Add('> add_Security_Info ');

Line 230: l_Table BIS_VG_TYPES.view_text_table_type;

226: l_tbl VARCHAR2(100);
227: l_app VARCHAR2(100);
228: l_result VARCHAR2(1000);
229: l_pointer BIS_VG_TYPES.view_character_pointer_type;
230: l_Table BIS_VG_TYPES.view_text_table_type;
231: BEGIN
232:
233: BIS_DEBUG_PUB.Add('> add_Security_Info ');
234: x_return_status := FND_API.G_RET_STS_SUCCESS;