运行脚本:

begin
            xxx_plsql_generator_pkg2.form_view_iud_p(p_block_name  =>'CONTRACT_T'
                                                   ,p_table_name  =>'WPC_Contract_T'
                                                   ,p_owner       =>'apps'
                                                   ,p_primary_key =>'FConId');
end;

select *
        from all_tab_columns tc
       where tc.table_name = upper('cux_dis_return_ifc')
         and tc.owner = upper('apps')
         and tc.column_name = upper('FConId');
执行脚本

相关文章:

  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2021-09-21
  • 2021-07-10
  • 2021-07-05
  • 2022-02-13
猜你喜欢
  • 2022-12-23
  • 2021-07-08
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2021-08-12
  • 2022-12-23
相关资源
相似解决方案