DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_HOLD_SOURCES

Line 4923: FROM oe_hold_sources hs, oe_hold_definitions h

4919:
4920: BEGIN
4921: SELECT 'Y'
4922: INTO l_result_out
4923: FROM oe_hold_sources hs, oe_hold_definitions h
4924: WHERE hs.hold_entity_code = p_hold_entity_code
4925: AND TO_CHAR (hs.hold_entity_id) =
4926: TO_CHAR (p_hold_entity_id)
4927: --9371206