DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_HOLD_SOURCES

Line 3775: from oe_hold_sources HS,

3771:
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