DBA Data[Home] [Help]

APPS.BIS_VG_TYPES dependencies on USER_VIEWS

Line 74: user_views.view_name%TYPE;

70: SUBTYPE Lookup_Code_Type IS
71: fnd_lookups.lookup_code%TYPE;
72: --
73: SUBTYPE View_Name_Type IS
74: user_views.view_name%TYPE;
75: --
76: g_dummy_Var VARCHAR2(256);
77: SUBTYPE View_Text_Table_Rec_Type IS
78: g_dummy_Var%TYPE;

Line 89: , text_length user_views.text_length%TYPE

85: RECORD
86: ( Application_ID app_id_type
87: , app_short_name app_short_name_type
88: , View_Name view_name_type
89: , text_length user_views.text_length%TYPE
90: );
91: --
92: TYPE View_Table_Type IS
93: TABLE OF View_Table_Rec_Type