DBA Data[Home] [Help]

APPS.EDW_COLLECTION_UTIL dependencies on USER_USERS

Line 13: g_bis_schema user_users.username%TYPE;

9: g_parallel PLS_INTEGER;
10: g_staging_table user_tables.table_name%TYPE;
11: g_rbs user_segments.segment_name%TYPE;
12: g_op_tablespace user_tablespaces.tablespace_name%TYPE;
13: g_bis_schema user_users.username%TYPE;
14: tab_stglist tablist_type;
15: g_transport_data BOOLEAN;
16:
17:

Line 1874: l_stg_owner user_users.username%TYPE;

1870: l_pushcount PLS_INTEGER := 0;
1871: l_tmptbl_name user_tables.table_name%TYPE;
1872: l_stgtbl_name user_tables.table_name%TYPE;
1873: l_optbl_name user_tables.table_name%TYPE;
1874: l_stg_owner user_users.username%TYPE;
1875: l_stg_initial_extent PLS_INTEGER := 0;
1876: l_stg_next_extent PLS_INTEGER := 0;
1877: l_partitioned_table user_tables.partitioned%TYPE; -- added for bug 4300166
1878: BEGIN

Line 2324: l_tbl_owner user_users.username%TYPE;

2320: IS
2321: TYPE cv_type IS REF CURSOR;
2322:
2323: c_get_tbl_owner cv_type;
2324: l_tbl_owner user_users.username%TYPE;
2325: BEGIN
2326: put_debug_msg ('********** Start Function : get_syn_info');
2327: -- bug 4300166 underscore added to supress GSCC error
2328: put_debug_msg ( 'Reading synonym _APPS_.'