DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on STANDARD

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

807: END Add_price_list_line;
808:
809:
810: --for bug 3309427
811: --To clear the List Line ID if the user swaps from inline Pricelist to standard Pricelist
812: PROCEDURE Clear_Price_List_Line
813: (p_req_ind IN NUMBER
814: ,x_return_status OUT NOCOPY varchar2)
815: IS

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

3465: end if;
3466:
3467: -- 11i10 Pricing Changes Start
3468: -- In prior releases, existing price list ID would store either
3469: -- the standard price list or new price list
3470: IF OE_CODE_CONTROL.Get_Code_Release_Level < '110510' THEN
3471:
3472: IF p_header_rec.price_list_id IS NULL AND
3473: p_header_rec.price_list_name IS NOT NULL THEN

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

3496:
3497: ELSE
3498:
3499: -- In 11i10, new price list field will store the new blanket specific
3500: -- price list and existing price list ID will store the standard price
3501: -- list.
3502:
3503: if l_debug_level > 0 then
3504: oe_debug_pub.add('pl name :'||p_header_rec.new_price_list_name);