DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_HOLD_SOURCES

Line 2704: oe_order_holds ooh,oe_hold_sources ohs,oe_hold_releases ohr

2700: END IF;
2701: Begin
2702: --changed select below to fix bug 3039915
2703: select 'Y' into l_gsa_released from
2704: oe_order_holds ooh,oe_hold_sources ohs,oe_hold_releases ohr
2705: where ooh.line_id = i.line_id
2706: and ooh.hold_source_id = ohs.hold_source_id
2707: and ohr.hold_release_id = ooh.hold_release_id
2708: and ohs.hold_id = l_hold_source_rec.hold_id