DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on STANDARD

Line 953: --To clear the List Line ID if the user swaps from inline Pricelist to standard Pricelist

949: END Add_price_list_line;
950:
951:
952: --for bug 3309427
953: --To clear the List Line ID if the user swaps from inline Pricelist to standard Pricelist
954: PROCEDURE Clear_Price_List_Line
955: (p_req_ind IN NUMBER
956: ,x_return_status OUT NOCOPY varchar2)
957: IS

Line 3660: -- the standard price list or new price list

3656: end if;
3657:
3658: -- 11i10 Pricing Changes Start
3659: -- In prior releases, existing price list ID would store either
3660: -- the standard price list or new price list
3661: IF OE_CODE_CONTROL.Get_Code_Release_Level < '110510' THEN
3662:
3663: IF p_header_rec.price_list_id IS NULL AND
3664: p_header_rec.price_list_name IS NOT NULL THEN

Line 3691: -- price list and existing price list ID will store the standard price

3687:
3688: ELSE
3689:
3690: -- In 11i10, new price list field will store the new blanket specific
3691: -- price list and existing price list ID will store the standard price
3692: -- list.
3693:
3694: if l_debug_level > 0 then
3695: oe_debug_pub.add('pl name :'||p_header_rec.new_price_list_name);