DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_HOLD_DEFINITIONS

Line 3776: oe_hold_definitions h

3772: BEGIN
3773: select 'Y'
3774: into l_result_out
3775: from oe_hold_sources HS,
3776: oe_hold_definitions h
3777: where HS.hold_entity_code = p_hold_entity_code
3778: and HS.hold_entity_id = p_hold_entity_id
3779: and HS.hold_id = 1
3780: and HS.released_flag = 'N'