DBA Data[Home] [Help]

APPS.OE_PRICE_LIST_UTIL dependencies on OE_VALUE_TO_ID

Line 1679: l_PRICE_LIST_rec.currency_code := OE_Value_To_Id.currency

1675: END IF;
1676:
1677: ELSE
1678:
1679: l_PRICE_LIST_rec.currency_code := OE_Value_To_Id.currency
1680: ( p_currency => p_PRICE_LIST_val_rec.currency
1681: );
1682:
1683: IF l_PRICE_LIST_rec.currency_code = FND_API.G_MISS_CHAR THEN

Line 1709: l_PRICE_LIST_rec.freight_terms_code := OE_Value_To_Id.freight_terms

1705: END IF;
1706:
1707: ELSE
1708:
1709: l_PRICE_LIST_rec.freight_terms_code := OE_Value_To_Id.freight_terms
1710: ( p_freight_terms => p_PRICE_LIST_val_rec.freight_terms
1711: );
1712:
1713: IF l_PRICE_LIST_rec.freight_terms_code = FND_API.G_MISS_CHAR THEN

Line 1739: l_PRICE_LIST_rec.price_list_id := OE_Value_To_Id.price_list

1735: END IF;
1736:
1737: ELSE
1738:
1739: l_PRICE_LIST_rec.price_list_id := OE_Value_To_Id.price_list
1740: ( p_price_list => p_PRICE_LIST_val_rec.price_list
1741: );
1742:
1743: IF l_PRICE_LIST_rec.price_list_id = FND_API.G_MISS_NUM THEN

Line 1769: l_PRICE_LIST_rec.secondary_price_list_id := OE_Value_To_Id.secondary_price_list

1765: END IF;
1766:
1767: ELSE
1768:
1769: l_PRICE_LIST_rec.secondary_price_list_id := OE_Value_To_Id.secondary_price_list
1770: ( p_secondary_price_list => p_PRICE_LIST_val_rec.secondary_price_list
1771: );
1772:
1773: IF l_PRICE_LIST_rec.secondary_price_list_id = FND_API.G_MISS_NUM THEN

Line 1799: l_PRICE_LIST_rec.ship_method_code := OE_Value_To_Id.ship_method

1795: END IF;
1796:
1797: ELSE
1798:
1799: l_PRICE_LIST_rec.ship_method_code := OE_Value_To_Id.ship_method
1800: ( p_ship_method => p_PRICE_LIST_val_rec.ship_method
1801: );
1802:
1803: IF l_PRICE_LIST_rec.ship_method_code = FND_API.G_MISS_CHAR THEN

Line 1829: l_PRICE_LIST_rec.terms_id := OE_Value_To_Id.terms

1825: END IF;
1826:
1827: ELSE
1828:
1829: l_PRICE_LIST_rec.terms_id := OE_Value_To_Id.terms
1830: ( p_terms => p_PRICE_LIST_val_rec.terms
1831: );
1832:
1833: IF l_PRICE_LIST_rec.terms_id = FND_API.G_MISS_NUM THEN