DBA Data[Home] [Help]

APPS.OE_UPDATE_HEADER_ACK_UTIL dependencies on OE_GLOBALS

Line 16: l_control_rec OE_Globals.Control_Rec_Type;

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

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

170:
171: l_action_request_tbl := OE_Order_Pub.G_MISS_REQUEST_TBL;
172: l_action_request_tbl_new := OE_Order_Pub.G_MISS_REQUEST_TBL;
173:
174: l_header_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
175: l_line_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
176:
177:
178: /* -----------------------------------------------------------

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

171: l_action_request_tbl := OE_Order_Pub.G_MISS_REQUEST_TBL;
172: l_action_request_tbl_new := OE_Order_Pub.G_MISS_REQUEST_TBL;
173:
174: l_header_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
175: l_line_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
176:
177:
178: /* -----------------------------------------------------------
179: Setting Debug On