select dbms_flashback.get_system_change_number from dual;
select to_char(scn_to_timestamp(35112903),'yyyy-mm-dd hh:mi:ss') from dual;
select * from all_views AS OF SCN 35112903 where owner = 'FX';
select *
from SYS.All_Source AS OF SCN 1383101
where owner = 'STD'
and type = 'PACKAGE BODY'
and name = 'STD_MODEL_STRUCTRUE_RES_P';
select to_char(scn_to_timestamp(35112903),'yyyy-mm-dd hh:mi:ss') from dual;
select * from all_views AS OF SCN 35112903 where owner = 'FX';
select *
from SYS.All_Source AS OF SCN 1383101
where owner = 'STD'
and type = 'PACKAGE BODY'
and name = 'STD_MODEL_STRUCTRUE_RES_P';