DBA Data[Home] [Help]

APPS.EDW_COLLECTION_UTIL dependencies on USER_USERS

Line 35: tbl_owner user_users.username%TYPE,

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
39: INDEX BY BINARY_INTEGER;