DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on WSH_INTEGRATION

Line 1752: IF (WSH_INTEGRATION.Validate_Oe_Attributes(p_x_line_rec.order_source_id) = 'Y' ) THEN

1748: -- process_order API with calcualte_price_flag ='N' )
1749: if l_debug_level > 0 then
1750: oe_debug_pub.add(' In ELSE: ');
1751: end if;
1752: IF (WSH_INTEGRATION.Validate_Oe_Attributes(p_x_line_rec.order_source_id) = 'Y' ) THEN
1753: p_x_line_rec.calculate_price_flag := 'Y';
1754: END IF;
1755:
1756: end if;