個性化 明細 查詢

sudn發表於2010-02-23
select p.function_name,
       p.description,
       p.trigger_event,
       p.trigger_object,
       p.condition,
       p.form_name,
       a.action_type,
       a.object_type,
       a.target_object,
       a.property_value
  from FND_FORM_CUSTOM_RULES p,
       FND_FORM_CUSTOM_ACTIONS a
 where p.enabled='Y'
   and p.id=a.rule_id
   and p.enabled='Y'
 order by p.form_name,a.sequence;

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/16860121/viewspace-627666/,如需轉載,請註明出處,否則將追究法律責任。

相關文章