DBA Data[Home] [Help]

APPS.OE_OE_MULTI_LINE_SCREDIT dependencies on OE_GLOBALS

Line 74: OE_GLOBALS.g_entity_line,to_char(p_line_id));

70: -- end loop;
71: /*for I in 1..p_msg_count loop
72: oe_msg_pub.add_with_context(
73: oe_msg_pub.get(I,FND_API.G_FALSE),
74: OE_GLOBALS.g_entity_line,to_char(p_line_id));
75: end loop;
76: */
77: null;
78:

Line 101: l_control_rec OE_GLOBALS.Control_Rec_Type;

97: l_Line_Scredit_rec OE_Order_PUB.Line_Scredit_Rec_Type;
98: l_old_Line_Scredit_rec OE_Order_PUB.Line_Scredit_Rec_Type;
99: l_Line_Scredit_tbl OE_Order_PUB.Line_Scredit_Tbl_Type;
100: l_old_Line_Scredit_tbl OE_Order_PUB.Line_Scredit_Tbl_Type;
101: l_control_rec OE_GLOBALS.Control_Rec_Type;
102: l_return_status Varchar2(30);
103: l_x_header_rec OE_Order_PUB.Header_Rec_Type;
104: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;
105: l_x_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;

Line 189: l_Line_Scredit_rec.operation := OE_GLOBALS.G_OPR_LOCK;

185: RAISE FND_API.G_EXC_ERROR;
186: END IF;
187: -- Set Operation.
188:
189: l_Line_Scredit_rec.operation := OE_GLOBALS.G_OPR_LOCK;
190: -- Populate Line_Scredit table
191:
192: l_x_Line_Scredit_tbl(I) := l_Line_Scredit_rec;
193: I := I +1;

Line 212: l_Line_Scredit_rec.operation := OE_GLOBALS.G_OPR_LOCK;

208: RAISE FND_API.G_EXC_ERROR;
209: END IF;
210: -- Set Operation.
211:
212: l_Line_Scredit_rec.operation := OE_GLOBALS.G_OPR_LOCK;
213: -- Populate Line_Scredit table
214:
215: l_x_Line_Scredit_tbl(I) := l_Line_Scredit_rec;
216: I := I +1;

Line 235: l_Line_Scredit_rec.operation := OE_GLOBALS.G_OPR_LOCK;

231: RAISE FND_API.G_EXC_ERROR;
232: END IF;
233: -- Set Operation.
234:
235: l_Line_Scredit_rec.operation := OE_GLOBALS.G_OPR_LOCK;
236: -- Populate Line_Scredit table
237:
238: l_x_Line_Scredit_tbl(I) := l_Line_Scredit_rec;
239: I := I +1;

Line 244: l_x_Line_Scredit_tbl(j).operation := OE_GLOBALS.G_OPR_DELETE;

240: END LOOP;
241: END IF;
242: -- Set the operation code to Delete from LOCK
243: FOR J in 1..(I-1) LOOP
244: l_x_Line_Scredit_tbl(j).operation := OE_GLOBALS.G_OPR_DELETE;
245: END LOOP;
246: -- Call OE_Order_PVT.Process_order
247: OE_Order_PVT.Process_order
248: ( p_api_version_number => 1.0

Line 308: l_Line_Scredit_rec.operation := OE_GLOBALS.G_OPR_CREATE;

304:
305: -- Populate Line_Scredit table for Inserts
306: For I in 1 .. g_Line_Multi_Scredit_Count Loop
307: l_Line_Scredit_rec := OE_Order_PUB.G_MISS_Line_SCREDIT_REC;
308: l_Line_Scredit_rec.operation := OE_GLOBALS.G_OPR_CREATE;
309: l_Line_Scredit_rec.Line_id := p_Line_id;
310: l_Line_Scredit_rec.SalesRep_Id
311: := g_Line_Multi_Scredit_Tbl(I).SalesRep_Id;
312: l_Line_Scredit_rec.sales_Credit_type_id

Line 544: ,p_Line_id_list IN Oe_Globals.Selected_Record_Tbl --MOAC PI

540:
541: Procedure Replace_Multi_Line_Scredit
542: (
543: p_cont_on_error IN Varchar2 Default FND_API.G_TRUE
544: ,p_Line_id_list IN Oe_Globals.Selected_Record_Tbl --MOAC PI
545: ,p_replace_credit_type IN Varchar2
546: ,p_Return_Status OUT NOCOPY Varchar2
547:
548: ,p_msg_count OUT NOCOPY NUMBER