DBA Data[Home] [Help]

APPS.OE_HEADER_ACK_UTIL dependencies on OE_ORDER_HOLDS

Line 43: FROM OE_ORDER_HOLDS

39: Else
40: BEGIN
41: SELECT order_hold_id
42: INTO l_hold_id
43: FROM OE_ORDER_HOLDS
44: WHERE header_id = p_header_id
45: AND hold_release_id IS NULL ;
46: oe_debug_pub.add('Hold Applied on this order is :'|| l_hold_id, 3);
47: