DBA Data[Home] [Help]

APPS.JMF_SHIKYU_RECONCILIAITON_PVT dependencies on OE_GLOBALS

Line 323: l_control_rec oe_globals.control_rec_type;

319: l_x_action_request_tbl OE_Order_PUB.request_tbl_type;
320: l_x_lot_serial_tbl OE_Order_PUB.lot_serial_tbl_type;
321: l_hdr_payment_tbl OE_Order_PUB.Header_Payment_Tbl_Type;
322: l_line_payment_tbl OE_Order_PUB.Line_Payment_Tbl_Type;
323: l_control_rec oe_globals.control_rec_type;
324: l_return_status Varchar2(30);
325: l_file_val Varchar2(30);
326: x_msg_count number;
327: x_msg_data Varchar2(2000);

Line 420: l_line_rec.operation := oe_globals.G_OPR_UPDATE;

416: END IF;
417:
418:
419: l_line_rec := OE_Order_PUB.G_MISS_LINE_REC;
420: l_line_rec.operation := oe_globals.G_OPR_UPDATE;
421:
422: l_line_rec.line_id :=
423: C_select_replenishments_REC.REPLENISHMENT_SO_LINE_ID;
424: l_line_rec.header_id :=