DBA Data[Home] [Help]

APPS.OE_MARGIN_PVT dependencies on OE_GLOBALS

Line 40: p_selected_records Oe_Globals.Selected_Record_Tbl

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

Line 220: l_control_rec OE_GLOBALS.Control_Rec_Type;

216: l_order_currency VARCHAR2(30);
217: l_set_of_books_id VARCHAR2(30);
218: l_sob_currency VARCHAR2(30);
219: l_old_unit_cost NUMBER;
220: l_control_rec OE_GLOBALS.Control_Rec_Type;
221: l_line_tbl Oe_Order_Pub.Line_Tbl_Type;
222: l_old_line_tbl Oe_Order_Pub.Line_Tbl_Type;
223: l_return_status VARCHAR2(30);
224: l_denominator NUMBER;

Line 317: OE_ORDER_UTIL.Return_Glb_Ent_Index(OE_GLOBALS.G_ENTITY_LINE,

313: AND p_header_flag = FALSE
314: THEN
315: debug('query line');
316: -- bug 4642569 begin replace expensive query_row with direct select
317: OE_ORDER_UTIL.Return_Glb_Ent_Index(OE_GLOBALS.G_ENTITY_LINE,
318: p_request_rec.entity_id,
319: l_ind,
320: l_result,
321: l_return_status);

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

732:
733: l_old_line_tbl(1) := l_line_rec;
734: l_line_tbl(1) := l_line_rec;
735: l_line_tbl(1).unit_cost := l_unit_cost;
736: l_line_tbl(1).operation := OE_GLOBALS.G_OPR_UPDATE;
737:
738: debug('before calling OE_ORDER_PVT.Lines jitesh');
739: OE_ORDER_PVT.Lines(p_validation_level => FND_API.G_VALID_LEVEL_NONE,
740: p_control_rec => l_control_rec,

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

778: debug('Entering function min_margin_percent');
779: debug(' p_header_id:'||p_header_id);
780: debug(' global header_id:'||G_HEADER_ID);
781:
782: IF OE_GLOBALS.Equal(p_header_id,G_HEADER_ID) THEN
783: debug('Leaving function min_margin_percent');
784: RETURN G_MIN_MARGIN_PERCENT;
785: ELSE
786: SELECT a.min_margin_percent