DBA Data[Home] [Help]

APPS.OE_MARGIN_PVT dependencies on OE_GLOBALS

Line 41: p_selected_records Oe_Globals.Selected_Record_Tbl

37: End;
38:
39: procedure cost_action
40: (
41: p_selected_records Oe_Globals.Selected_Record_Tbl
42: ,P_cost_level varchar2
43: )
44:
45: is

Line 292: l_control_rec OE_GLOBALS.Control_Rec_Type;

288: l_order_currency VARCHAR2(30);
289: l_set_of_books_id VARCHAR2(30);
290: l_sob_currency VARCHAR2(30);
291: l_old_unit_cost NUMBER;
292: l_control_rec OE_GLOBALS.Control_Rec_Type;
293: l_line_tbl Oe_Order_Pub.Line_Tbl_Type;
294: l_old_line_tbl Oe_Order_Pub.Line_Tbl_Type;
295: l_return_status VARCHAR2(30);
296: l_denominator NUMBER;

Line 390: OE_ORDER_UTIL.Return_Glb_Ent_Index(OE_GLOBALS.G_ENTITY_LINE,

386: AND p_header_flag = FALSE
387: THEN
388: debug('query line');
389: -- bug 4642569 begin replace expensive query_row with direct select
390: OE_ORDER_UTIL.Return_Glb_Ent_Index(OE_GLOBALS.G_ENTITY_LINE,
391: p_request_rec.entity_id,
392: l_ind,
393: l_result,
394: l_return_status);

Line 852: l_line_tbl(1).operation := OE_GLOBALS.G_OPR_UPDATE;

848:
849: l_old_line_tbl(1) := l_line_rec;
850: l_line_tbl(1) := l_line_rec;
851: l_line_tbl(1).unit_cost := l_unit_cost;
852: l_line_tbl(1).operation := OE_GLOBALS.G_OPR_UPDATE;
853:
854: debug('before calling OE_ORDER_PVT.Lines jitesh');
855: OE_ORDER_PVT.Lines(p_validation_level => FND_API.G_VALID_LEVEL_NONE,
856: p_control_rec => l_control_rec,

Line 898: IF OE_GLOBALS.Equal(p_header_id,G_HEADER_ID) THEN

894: debug('Entering function min_margin_percent');
895: debug(' p_header_id:'||p_header_id);
896: debug(' global header_id:'||G_HEADER_ID);
897:
898: IF OE_GLOBALS.Equal(p_header_id,G_HEADER_ID) THEN
899: debug('Leaving function min_margin_percent');
900: RETURN G_MIN_MARGIN_PERCENT;
901: ELSE
902: SELECT a.min_margin_percent