DBA Data[Home] [Help]

APPS.OE_PRICE_BREAK_UTIL dependencies on OE_ID_TO_VALUE

Line 1542: l_Price_Break_val_rec.discount_line := OE_Id_To_Value.Discount_Line

1538: p_Price_Break_rec.discount_line_id <> FND_API.G_MISS_NUM AND
1539: NOT OE_GLOBALS.Equal(p_Price_Break_rec.discount_line_id,
1540: p_old_Price_Break_rec.discount_line_id)
1541: THEN
1542: l_Price_Break_val_rec.discount_line := OE_Id_To_Value.Discount_Line
1543: ( p_discount_line_id => p_Price_Break_rec.discount_line_id
1544: );
1545: END IF;
1546: */

Line 1552: l_Price_Break_val_rec.method_type := OE_Id_To_Value.Method_Type

1548: p_Price_Break_rec.method_type_code <> FND_API.G_MISS_CHAR AND
1549: NOT OE_GLOBALS.Equal(p_Price_Break_rec.method_type_code,
1550: p_old_Price_Break_rec.method_type_code)
1551: THEN
1552: l_Price_Break_val_rec.method_type := OE_Id_To_Value.Method_Type
1553: ( p_method_type_code => p_Price_Break_rec.method_type_code
1554: );
1555: END IF;
1556:

Line 1562: l_Price_Break_val_rec.unit := OE_Id_To_Value.Unit

1558: p_Price_Break_rec.unit_code <> FND_API.G_MISS_CHAR AND
1559: NOT OE_GLOBALS.Equal(p_Price_Break_rec.unit_code,
1560: p_old_Price_Break_rec.unit_code)
1561: THEN
1562: l_Price_Break_val_rec.unit := OE_Id_To_Value.Unit
1563: ( p_unit_code => p_Price_Break_rec.unit_code
1564: );
1565: END IF;
1566: