DBA Data[Home] [Help]

APPS.BIS_VG_SECURITY dependencies on BIS_VG_TYPES

Line 41: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type

37: -- information to a view.
38: --EXCEPTION : None
39: -- ==========================================================================
40: PROCEDURE parse_SEC_select
41: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type
42: , p_pointer IN BIS_VG_TYPES.View_Character_Pointer_Type
43: , x_tbl OUT VARCHAR2
44: , x_app OUT VARCHAR2
45: , x_pointer OUT BIS_VG_TYPES.View_Character_Pointer_Type

Line 42: , p_pointer IN BIS_VG_TYPES.View_Character_Pointer_Type

38: --EXCEPTION : None
39: -- ==========================================================================
40: PROCEDURE parse_SEC_select
41: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type
42: , p_pointer IN BIS_VG_TYPES.View_Character_Pointer_Type
43: , x_tbl OUT VARCHAR2
44: , x_app OUT VARCHAR2
45: , x_pointer OUT BIS_VG_TYPES.View_Character_Pointer_Type
46: , x_return_status OUT VARCHAR2

Line 45: , x_pointer OUT BIS_VG_TYPES.View_Character_Pointer_Type

41: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type
42: , p_pointer IN BIS_VG_TYPES.View_Character_Pointer_Type
43: , x_tbl OUT VARCHAR2
44: , x_app OUT VARCHAR2
45: , x_pointer OUT BIS_VG_TYPES.View_Character_Pointer_Type
46: , x_return_status OUT VARCHAR2
47: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
48: );
49:

Line 64: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type

60: COMMENT : Call this procedure to add a security information to a view.
61: EXCEPTION : None
62: ===========================================================================*/
63: PROCEDURE add_Security_Info
64: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type
65: , p_security_pointer IN BIS_VG_TYPES.view_character_pointer_type
66: , x_Select_Table OUT BIS_VG_TYPES.view_text_table_type
67: , x_security_pointer OUT BIS_VG_TYPES.view_character_pointer_type
68: , x_return_status OUT VARCHAR2

Line 65: , p_security_pointer IN BIS_VG_TYPES.view_character_pointer_type

61: EXCEPTION : None
62: ===========================================================================*/
63: PROCEDURE add_Security_Info
64: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type
65: , p_security_pointer IN BIS_VG_TYPES.view_character_pointer_type
66: , x_Select_Table OUT BIS_VG_TYPES.view_text_table_type
67: , x_security_pointer OUT BIS_VG_TYPES.view_character_pointer_type
68: , x_return_status OUT VARCHAR2
69: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type

Line 66: , x_Select_Table OUT BIS_VG_TYPES.view_text_table_type

62: ===========================================================================*/
63: PROCEDURE add_Security_Info
64: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type
65: , p_security_pointer IN BIS_VG_TYPES.view_character_pointer_type
66: , x_Select_Table OUT BIS_VG_TYPES.view_text_table_type
67: , x_security_pointer OUT BIS_VG_TYPES.view_character_pointer_type
68: , x_return_status OUT VARCHAR2
69: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
70: );

Line 67: , x_security_pointer OUT BIS_VG_TYPES.view_character_pointer_type

63: PROCEDURE add_Security_Info
64: ( p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type
65: , p_security_pointer IN BIS_VG_TYPES.view_character_pointer_type
66: , x_Select_Table OUT BIS_VG_TYPES.view_text_table_type
67: , x_security_pointer OUT BIS_VG_TYPES.view_character_pointer_type
68: , x_return_status OUT VARCHAR2
69: , x_error_Tbl OUT BIS_VG_UTIL.Error_Tbl_Type
70: );
71: --