DBA Data[Home] [Help]

APPS.CSD_MIGRATE_FROM_12X_PKG7 dependencies on FND_USER

Line 36: from fnd_user

32: -- bug#6993441 subhat
33: begin
34: select user_id,customer_id
35: bulk collect into l_user_id_tbl,l_party_id_tbl
36: from fnd_user
37: where user_id in ( select distinct user_id from
38: csd_ro_savedsearches where party_id is null )
39: and customer_id is not null;
40: -- important: Select bulk collect into will never raise no_data_found