DBA Data[Home] [Help]

APPS.OE_UPDATE_LINE_ACK_UTIL dependencies on OE_GLOBALS

Line 18: l_control_rec OE_Globals.Control_Rec_Type;

14:
15: ,p_return_status OUT NOCOPY VARCHAR2
16:
17: ) is
18: l_control_rec OE_Globals.Control_Rec_Type;
19:
20: l_header_rec OE_Order_Pub.Header_Rec_Type;
21: l_header_rec_new OE_Order_Pub.Header_Rec_Type;
22: l_header_adj_rec OE_Order_Pub.Header_Adj_Rec_Type;

Line 189: l_header_rec.operation := OE_GLOBALS.G_OPR_UPDATE;

185:
186: l_action_request_tbl := OE_Order_Pub.G_MISS_REQUEST_TBL;
187: l_action_request_tbl_new := OE_Order_Pub.G_MISS_REQUEST_TBL;
188:
189: l_header_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
190: l_line_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
191:
192:
193: /* -----------------------------------------------------------

Line 190: l_line_rec.operation := OE_GLOBALS.G_OPR_UPDATE;

186: l_action_request_tbl := OE_Order_Pub.G_MISS_REQUEST_TBL;
187: l_action_request_tbl_new := OE_Order_Pub.G_MISS_REQUEST_TBL;
188:
189: l_header_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
190: l_line_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
191:
192:
193: /* -----------------------------------------------------------
194: Setting Debug On