DBA Data[Home] [Help]

APPS.AD_ZD_SEED dependencies on USER_OBJECTS

Line 1294: , user_objects obj

1290: cursor C_PATCHED_SEED_TABLES is
1291: select col.owner, col.table_name
1292: from
1293: dba_tab_columns col
1294: , user_objects obj
1295: where col.owner in
1296: ( select oracle_username from system.fnd_oracle_userid
1297: where read_only_flag in ('A','E') )
1298: and col.table_name not like '%#'

Line 1371: , user_objects_ae obj

1367: cursor C_PREPARED_SEED_TABLES is
1368: select col.owner, col.table_name
1369: from
1370: dba_tab_columns col
1371: , user_objects_ae obj
1372: where col.owner in
1373: ( select oracle_username from system.fnd_oracle_userid
1374: where read_only_flag in ('A','E') )
1375: and col.table_name not like '%#'