DBA Data[Home] [Help]

APPS.BSC_MIGRATION dependencies on BSC_MESSAGE_LOGS

Line 2437: FROM bsc_message_logs

2433: COMMIT;
2434:
2435: SELECT count(*)
2436: INTO h_count
2437: FROM bsc_message_logs
2438: WHERE type = 0
2439: AND UPPER(source) = 'BSC_MIGRATION.MIGRATE_SYSTEM'
2440: AND last_update_login = USERENV('SESSIONID');
2441:

Line 4026: -- BSC_MESSAGE_LOGS

4022: -- BSC_USER_TAB_ACCESS
4023:
4024: -- This table is not deleted from the target and is not copied from source
4025: -- because the migration program use this table.
4026: -- BSC_MESSAGE_LOGS
4027:
4028: -- Ignored tables.
4029: -- BSC_INSTALL_LOGS
4030: -- BSC_UPGRADE_TASK