DBA Data[Home] [Help]

APPS.OE_ADV_PRICE_PVT dependencies on OE_SETS

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

1457: END IF;
1458: l_line_rec.ship_set_id := l_buy_line_rec.ship_set_id;
1459: --bug 7000338/7002146
1460: 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
1461: select set_name INTO l_line_rec.ship_set from oe_sets where set_id= l_buy_line_rec.ship_set_id ;
1462: oe_debug_pub.add( 'PUTTING TO SHIP SET name'||L_LINE_REC.SHIP_SET ) ;
1463: END IF;
1464:
1465: EXCEPTION WHEN NO_DATA_FOUND THEN