DBA Data[Home] [Help]

APPS.OE_ADV_PRICE_PVT dependencies on OE_SETS

Line 1886: select set_name INTO l_line_rec.ship_set from oe_sets where set_id= l_buy_line_rec.ship_set_id ;

1882: END IF;
1883: l_line_rec.ship_set_id := l_buy_line_rec.ship_set_id;
1884: --bug 7000338/7002146
1885: IF (l_buy_line_rec.ship_set_id is NOT NULL AND l_buy_line_rec.ship_set_id <> FND_API.G_MISS_NUM) THEN
1886: select set_name INTO l_line_rec.ship_set from oe_sets where set_id= l_buy_line_rec.ship_set_id ;
1887: oe_debug_pub.add( 'PUTTING TO SHIP SET name'||L_LINE_REC.SHIP_SET ) ;
1888: END IF;
1889:
1890: EXCEPTION WHEN NO_DATA_FOUND THEN