DBA Data[Home] [Help]

APPS.IBE_BI_STR_MIG_PVT dependencies on DUAL

Line 975: select ibe_migration_log_s2.nextval into l_next_sequence from dual ;

971: WHERE attribute5 IS NULL
972: AND migration_code = 'IBE_MINISITE_MIGRATION'
973: AND migration_mode = 'EVALUATE';
974:
975: select ibe_migration_log_s2.nextval into l_next_sequence from dual ;
976:
977: UPDATE ibe_migration_log
978: SET migration_mode = 'EXECUTE',
979: run_sequence = l_next_sequence