DBA Data[Home] [Help]

APPS.OE_QUOTE_UTIL dependencies on OE_GLOBALS

Line 34: l_control_rec OE_GLOBALS.Control_Rec_Type;

30: l_lot_serial_tbl OE_Order_PUB.Lot_Serial_Tbl_Type;
31: l_header_payment_tbl OE_Order_PUB.Header_Payment_Tbl_Type;
32: l_line_payment_tbl OE_Order_PUB.Line_Payment_Tbl_Type;
33: l_action_request_tbl OE_Order_PUB.request_tbl_type;
34: l_control_rec OE_GLOBALS.Control_Rec_Type;
35: l_return_status VARCHAR2(30);
36: l_msg_count NUMBER;
37: l_msg_data VARCHAR2(2000);
38: I NUMBER;

Line 81: l_header_rec.operation := oe_globals.g_opr_update;

77:
78: l_header_rec := l_old_header_rec;
79: l_line_tbl := l_old_line_tbl;
80:
81: l_header_rec.operation := oe_globals.g_opr_update;
82: l_header_rec.transaction_phase_code := 'F';
83: --l_header_rec.ordered_date := sysdate; bug7138819
84: oe_debug_pub.add('old quote date :'||to_char(l_old_header_rec.quote_date
85: ,'DD-MON-YYYY HH24:MI:SS'));

Line 98: l_line_tbl(I).operation := oe_globals.g_opr_update;

94:
95: I := l_line_tbl.FIRST;
96: WHILE I IS NOT NULL LOOP
97:
98: l_line_tbl(I).operation := oe_globals.g_opr_update;
99: l_line_tbl(I).transaction_phase_code := 'F';
100: l_line_tbl(I).flow_status_code := 'ENTERED';
101:
102: -- Following schedule dates should default in fulfillment phase