DBA Data[Home] [Help]

APPS.OE_PRICE_BREAK_UTIL dependencies on OE_VALUE_TO_ID

Line 1607: l_Price_Break_rec.discount_line_id := OE_Value_To_Id.discount_line

1603: END IF;
1604:
1605: ELSE
1606:
1607: l_Price_Break_rec.discount_line_id := OE_Value_To_Id.discount_line
1608: ( p_discount_line => p_Price_Break_val_rec.discount_line
1609: );
1610:
1611: IF l_Price_Break_rec.discount_line_id = FND_API.G_MISS_NUM THEN

Line 1637: l_Price_Break_rec.method_type_code := OE_Value_To_Id.method_type

1633: END IF;
1634:
1635: ELSE
1636:
1637: l_Price_Break_rec.method_type_code := OE_Value_To_Id.method_type
1638: ( p_method_type => p_Price_Break_val_rec.method_type
1639: );
1640:
1641: IF l_Price_Break_rec.method_type_code = FND_API.G_MISS_CHAR THEN

Line 1667: l_Price_Break_rec.unit_code := OE_Value_To_Id.unit

1663: END IF;
1664:
1665: ELSE
1666:
1667: l_Price_Break_rec.unit_code := OE_Value_To_Id.unit
1668: ( p_unit => p_Price_Break_val_rec.unit
1669: );
1670:
1671: IF l_Price_Break_rec.unit_code = FND_API.G_MISS_CHAR THEN