DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_LINES_PVT dependencies on OE_ORDER_HOLDS_ALL

Line 3857: FROM oe_order_holds_all oh,

3853: OR l.payment_type_code IS NULL
3854: )
3855: AND (EXISTS
3856: (SELECT 'Y'
3857: FROM oe_order_holds_all oh,
3858: oe_hold_sources_all hs
3859: WHERE oh.header_id = p_header_rec.header_id
3860: AND oh.line_id = l.line_id
3861: AND oh.hold_release_id IS NULL