DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_HOLD_SOURCES

Line 2697: oe_order_holds ooh,oe_hold_sources ohs,oe_hold_releases ohr

2693: END IF;
2694: Begin
2695: --changed select below to fix bug 3039915
2696: select 'Y' into l_gsa_released from
2697: oe_order_holds ooh,oe_hold_sources ohs,oe_hold_releases ohr
2698: where ooh.line_id = i.line_id
2699: and ooh.hold_source_id = ohs.hold_source_id
2700: and ohr.hold_release_id = ooh.hold_release_id
2701: and ohs.hold_id = l_hold_source_rec.hold_id