DBA Data[Home] [Help]

APPS.OE_RMA_GRP dependencies on OE_MSG_PUB

Line 105: OE_MSG_PUB.Get

101: EXCEPTION
102:
103: WHEN FND_API.G_EXC_ERROR THEN
104: x_return_status := FND_API.G_RET_STS_ERROR;
105: OE_MSG_PUB.Get
106: ( p_msg_index => OE_MSG_PUB.G_LAST
107: , p_encoded => FND_API.G_FALSE
108: , p_data => x_msg_data
109: , p_msg_index_out => x_msg_count

Line 106: ( p_msg_index => OE_MSG_PUB.G_LAST

102:
103: WHEN FND_API.G_EXC_ERROR THEN
104: x_return_status := FND_API.G_RET_STS_ERROR;
105: OE_MSG_PUB.Get
106: ( p_msg_index => OE_MSG_PUB.G_LAST
107: , p_encoded => FND_API.G_FALSE
108: , p_data => x_msg_data
109: , p_msg_index_out => x_msg_count
110: );

Line 114: OE_MSG_PUB.Get

110: );
111:
112: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
113: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
114: OE_MSG_PUB.Get
115: ( p_msg_index => OE_MSG_PUB.G_LAST
116: , p_encoded => FND_API.G_FALSE
117: , p_data => x_msg_data
118: , p_msg_index_out => x_msg_count

Line 115: ( p_msg_index => OE_MSG_PUB.G_LAST

111:
112: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
113: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
114: OE_MSG_PUB.Get
115: ( p_msg_index => OE_MSG_PUB.G_LAST
116: , p_encoded => FND_API.G_FALSE
117: , p_data => x_msg_data
118: , p_msg_index_out => x_msg_count
119: );

Line 130: OE_MSG_PUB.Get

126: ( G_PKG_NAME
127: , 'Submit_Order'
128: );
129: END IF;
130: OE_MSG_PUB.Get
131: ( p_msg_index => OE_MSG_PUB.G_LAST
132: , p_encoded => FND_API.G_FALSE
133: , p_data => x_msg_data
134: , p_msg_index_out => x_msg_count

Line 131: ( p_msg_index => OE_MSG_PUB.G_LAST

127: , 'Submit_Order'
128: );
129: END IF;
130: OE_MSG_PUB.Get
131: ( p_msg_index => OE_MSG_PUB.G_LAST
132: , p_encoded => FND_API.G_FALSE
133: , p_data => x_msg_data
134: , p_msg_index_out => x_msg_count
135: );

Line 226: OE_MSG_PUB.Add;

222: FND_MESSAGE.Set_Token('LINE', p_line_tbl(l_index).line_number);
223: FND_MESSAGE.Set_Token('PREVIOUS', l_already_returned);
224: FND_MESSAGE.Set_Token('CURRENT', p_line_tbl(l_index).ordered_quantity);
225: FND_MESSAGE.Set_Token('ORIGINAL', l_original_ordered);
226: OE_MSG_PUB.Add;
227: /* No Need to Raise the Exception, Just Set the Return Status */
228: --Raise FND_API.G_EXC_ERROR;
229: x_return_status := FND_API.G_RET_STS_ERROR;
230:

Line 243: OE_MSG_PUB.Get

239: x_error_tbl(l_ctr).current_quantity := p_line_tbl(l_index).ordered_quantity;
240: x_error_tbl(l_ctr).original_quantity := l_original_ordered;
241: x_error_tbl(l_ctr).return_status := FND_API.G_RET_STS_ERROR;
242:
243: OE_MSG_PUB.Get
244: ( p_msg_index => OE_MSG_PUB.G_LAST
245: , p_encoded => FND_API.G_FALSE
246: , p_data => x_error_tbl(l_ctr).msg_data
247: , p_msg_index_out => x_error_tbl(l_ctr).msg_count

Line 244: ( p_msg_index => OE_MSG_PUB.G_LAST

240: x_error_tbl(l_ctr).original_quantity := l_original_ordered;
241: x_error_tbl(l_ctr).return_status := FND_API.G_RET_STS_ERROR;
242:
243: OE_MSG_PUB.Get
244: ( p_msg_index => OE_MSG_PUB.G_LAST
245: , p_encoded => FND_API.G_FALSE
246: , p_data => x_error_tbl(l_ctr).msg_data
247: , p_msg_index_out => x_error_tbl(l_ctr).msg_count
248: );

Line 264: OE_MSG_PUB.Get

260: EXCEPTION
261:
262: WHEN FND_API.G_EXC_ERROR THEN
263: x_return_status := FND_API.G_RET_STS_ERROR;
264: OE_MSG_PUB.Get
265: ( p_msg_index => OE_MSG_PUB.G_LAST
266: , p_encoded => FND_API.G_FALSE
267: , p_data => x_msg_data
268: , p_msg_index_out => x_msg_count

Line 265: ( p_msg_index => OE_MSG_PUB.G_LAST

261:
262: WHEN FND_API.G_EXC_ERROR THEN
263: x_return_status := FND_API.G_RET_STS_ERROR;
264: OE_MSG_PUB.Get
265: ( p_msg_index => OE_MSG_PUB.G_LAST
266: , p_encoded => FND_API.G_FALSE
267: , p_data => x_msg_data
268: , p_msg_index_out => x_msg_count
269: );

Line 273: OE_MSG_PUB.Get

269: );
270:
271: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
272: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
273: OE_MSG_PUB.Get
274: ( p_msg_index => OE_MSG_PUB.G_LAST
275: , p_encoded => FND_API.G_FALSE
276: , p_data => x_msg_data
277: , p_msg_index_out => x_msg_count

Line 274: ( p_msg_index => OE_MSG_PUB.G_LAST

270:
271: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
272: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
273: OE_MSG_PUB.Get
274: ( p_msg_index => OE_MSG_PUB.G_LAST
275: , p_encoded => FND_API.G_FALSE
276: , p_data => x_msg_data
277: , p_msg_index_out => x_msg_count
278: );

Line 289: OE_MSG_PUB.Get

285: ( G_PKG_NAME
286: , 'Is_Over_Return'
287: );
288: END IF;
289: OE_MSG_PUB.Get
290: ( p_msg_index => OE_MSG_PUB.G_LAST
291: , p_encoded => FND_API.G_FALSE
292: , p_data => x_msg_data
293: , p_msg_index_out => x_msg_count

Line 290: ( p_msg_index => OE_MSG_PUB.G_LAST

286: , 'Is_Over_Return'
287: );
288: END IF;
289: OE_MSG_PUB.Get
290: ( p_msg_index => OE_MSG_PUB.G_LAST
291: , p_encoded => FND_API.G_FALSE
292: , p_data => x_msg_data
293: , p_msg_index_out => x_msg_count
294: );