Showing posts with label oe_hold_releases. Show all posts
Showing posts with label oe_hold_releases. Show all posts

Thursday, September 6, 2012

Query to get the order hold source activity


  SELECT ht.meaning hold_type,
         hs.creation_date apply_date,
         hr.creation_date release_date,
         h.name hold_name,
         hs.hold_entity_code object_type_code,
         ot.meaning object_type,
         hs.hold_entity_code2 object_type_code2,
         ot2.meaning object_type2,
         hs.hold_entity_id object_id,