DBA Data[Home] [Help]

APPS.OE_BULK_PRICEORDER_PVT dependencies on OE_ORDER_CACHE

Line 161: l_booked_flag varchar2(1) := oe_order_cache.g_header_rec.booked_flag;

157:
158:
159: Procedure Insert_Adj(p_hvop_mode In Boolean Default False)
160: IS
161: l_booked_flag varchar2(1) := oe_order_cache.g_header_rec.booked_flag;
162: i Number;
163: --
164: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
165: --

Line 1383: l_set_of_books OE_Order_Cache.Set_Of_Books_Rec_Type;

1379: l_ec_installed VARCHAR2(1);
1380: l_index NUMBER;
1381: l_start_index NUMBER := 1;
1382: x_return_status_text VARCHAR2(2000);
1383: l_set_of_books OE_Order_Cache.Set_Of_Books_Rec_Type;
1384: l_line_count NUMBER := p_line_rec.line_id.count;
1385: l_count number;
1386:
1387: CURSOR c_price_attributes(l_header_id NUMBER) IS

Line 1499: l_set_of_books := Oe_Order_Cache.Load_Set_Of_Books;

1495: l_Price_Control_rec.use_multi_currency:='Y';
1496: l_Price_Control_rec.manual_adjustments_call_flag := 'N';
1497:
1498: IF G_FUNCTION_CURRENCY IS NULL Then
1499: l_set_of_books := Oe_Order_Cache.Load_Set_Of_Books;
1500: G_FUNCTION_CURRENCY := l_set_of_books.currency_code;
1501: END IF;
1502: l_Price_Control_rec.FUNCTION_CURRENCY := G_FUNCTION_CURRENCY;
1503: