博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年5月16日

摘要: 1 select xe.event_id, 2 xe.application_id, 3 xte.transaction_number,--事物处理编号 4 xe.event_type_code, 5 xe.event_date, 6 xe.event_number, 7 xe.entity_id, 8 xe.event_status_code, 9 xe.process_status_code--,xe.*10 from xla_transaction_entities xte,11 xla_events xe,12 AR_ADJUSTMENTS_ALL AAA13 where xe.en. 阅读全文

posted @ 2011-05-16 14:33 ~07点07分~ 阅读(134) 评论(0) 推荐(0)