DBA Data[Home] [Help]

APPS.EDW_COLLECTION_UTIL dependencies on USER_TABLES

Line 34: tbl_name user_tables.table_name%TYPE,

30: g_request_id PLS_INTEGER;
31: g_push_remote_failure EXCEPTION;
32:
33: TYPE tbl_rectype IS RECORD (
34: tbl_name user_tables.table_name%TYPE,
35: tbl_owner user_users.username%TYPE,
36: row_count PLS_INTEGER);
37:
38: TYPE tablist_type IS TABLE OF tbl_rectype