DBA Data[Home] [Help]

APPS.OE_FREIGHT_CHOICES_PVT dependencies on OE_MSG_PUB

Line 253: OE_Msg_Pub.Set_Msg_Context

249: FOR c_ship_method IN C_SHIP_METHOD_LINES
250: LOOP
251: -- We need to set the Message Context for each line.
252:
253: OE_Msg_Pub.Set_Msg_Context
254: ( p_entity_code => OE_GLOBALS.G_ENTITY_LINE
255: ,p_entity_id => c_ship_method.line_id
256: ,p_header_id => p_header_id
257: ,p_line_id => c_ship_method.line_id

Line 275: OE_MSG_PUB.Add;

271: c_ship_method.item_type_code = 'SERVICE' OR
272: c_ship_method.line_category_code = 'RETURN' THEN
273:
274: FND_MESSAGE.Set_Name('ONT','ONT_FTE_EXTERNAL_RET_SERVICE');
275: OE_MSG_PUB.Add;
276:
277: IF l_debug_level > 0 THEN
278: OE_DEBUG_PUB.Add('Line is External/Service/Return:'||
279: c_ship_method.line_id ,3);

Line 285: OE_MSG_PUB.Add;

281:
282: ELSIF c_ship_method.ship_from_org_id IS NULL THEN
283:
284: FND_MESSAGE.Set_Name('ONT','ONT_FTE_MISSING_SHIP_FROM');
285: OE_MSG_PUB.Add;
286: IF l_debug_level > 0 THEN
287: OE_DEBUG_PUB.Add('Line is Missing Ship From Org Id:'||
288: c_ship_method.line_id ,3);
289: END IF;

Line 294: OE_MSG_PUB.Add;

290:
291: ELSIF c_ship_method.ship_to_org_id IS NULL THEN
292:
293: FND_MESSAGE.Set_Name('ONT','ONT_FTE_MISSING_SHIP_TO');
294: OE_MSG_PUB.Add;
295: IF l_debug_level > 0 THEN
296: OE_DEBUG_PUB.Add('Line is Missing Ship To Org Id:'||
297: c_ship_method.line_id ,3);
298: END IF;

Line 305: OE_MSG_PUB.Add;

301: c_ship_method.fulfilled_flag = 'Y' OR
302: c_ship_method.open_flag <> 'Y' THEN
303:
304: FND_MESSAGE.Set_Name('ONT','ONT_FTE_SHIP_FULFILL_CLOSED');
305: OE_MSG_PUB.Add;
306: IF l_debug_level > 0 THEN
307: OE_DEBUG_PUB.Add('Line is Shipped/Fulfilled/Closed:'||
308: c_ship_method.line_id ,1);
309: END IF;

Line 550: OE_MSG_PUB.Add;

546:
547: IF p_x_line_tbl.count = 0 THEN
548:
549: FND_MESSAGE.Set_Name('ONT','ONT_FTE_NO_LINES_ELIGIBLE');
550: OE_MSG_PUB.Add;
551: IF l_debug_level > 0 THEN
552: OE_DEBUG_PUB.Add('No lines of the order are eligible for freight rating');
553: END IF; -- bug 7433107
554: --l_return_status = FND_API.G_RET_STS_ERROR;

Line 592: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

588: WHEN OTHERS THEN
589:
590: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
591:
592: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
593: THEN
594: OE_MSG_PUB.Add_Exc_Msg
595: ( G_PKG_NAME,
596: 'Prepare_Freight_Choices_Input');

Line 594: OE_MSG_PUB.Add_Exc_Msg

590: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
591:
592: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
593: THEN
594: OE_MSG_PUB.Add_Exc_Msg
595: ( G_PKG_NAME,
596: 'Prepare_Freight_Choices_Input');
597: END IF;
598:

Line 652: oe_msg_pub.add_text(p_message_text => l_msg_text);

648: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
649: IF l_debug_level > 0 THEN
650: oe_debug_pub.Add(l_msg_text, 3);
651: END IF;
652: oe_msg_pub.add_text(p_message_text => l_msg_text);
653: END LOOP;
654: END IF;
655: RAISE FND_API.G_EXC_ERROR;
656: END IF;

Line 694: oe_msg_pub.add_text(p_message_text => l_msg_text);

690: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
691: IF l_debug_level > 0 THEN
692: oe_debug_pub.Add(l_msg_text, 3);
693: END IF;
694: oe_msg_pub.add_text(p_message_text => l_msg_text);
695: END LOOP;
696: END IF;
697: RAISE FND_API.G_EXC_ERROR;
698: END IF;

Line 837: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

833: END IF;
834: IF l_debug_level > 0 THEN
835: oe_debug_pub.add( 'UNEXPECTED ERROR IN PREPRARE_ADJ_DETAIL :'||SQLERRM , 3 ) ;
836: END IF;
837: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
838: THEN
839: OE_MSG_PUB.Add_Exc_Msg
840: ( G_PKG_NAME,
841: 'Prepare_Adj_Detail');

Line 839: OE_MSG_PUB.Add_Exc_Msg

835: oe_debug_pub.add( 'UNEXPECTED ERROR IN PREPRARE_ADJ_DETAIL :'||SQLERRM , 3 ) ;
836: END IF;
837: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
838: THEN
839: OE_MSG_PUB.Add_Exc_Msg
840: ( G_PKG_NAME,
841: 'Prepare_Adj_Detail');
842: END IF;
843: END Prepare_Adj_Detail;

Line 1026: oe_msg_pub.add_text(p_message_text => l_msg_text);

1022: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
1023: IF l_debug_level > 0 THEN
1024: oe_debug_pub.Add(l_msg_text, 3);
1025: END IF;
1026: oe_msg_pub.add_text(p_message_text => l_msg_text);
1027: END LOOP;
1028: END IF;
1029: RAISE FND_API.G_EXC_ERROR;
1030: END IF;

Line 1237: /* IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1233: END IF;
1234: IF l_debug_level > 0 THEN
1235: oe_debug_pub.add( 'UNEXPECTED ERROR IN Get_Freight_Choices :'||SQLERRM , 3 ) ;
1236: END IF;
1237: /* IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1238: THEN
1239: OE_MSG_PUB.Add_Exc_Msg
1240: ( G_PKG_NAME,
1241: 'Get_Freight_Choices');

Line 1239: OE_MSG_PUB.Add_Exc_Msg

1235: oe_debug_pub.add( 'UNEXPECTED ERROR IN Get_Freight_Choices :'||SQLERRM , 3 ) ;
1236: END IF;
1237: /* IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1238: THEN
1239: OE_MSG_PUB.Add_Exc_Msg
1240: ( G_PKG_NAME,
1241: 'Get_Freight_Choices');
1242: END IF; */
1243:

Line 1788: /* IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1784: WHEN OTHERS THEN
1785:
1786: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1787:
1788: /* IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1789: THEN
1790: OE_MSG_PUB.Add_Exc_Msg
1791: ( G_PKG_NAME,
1792: 'Process_Freight_Choices');

Line 1790: OE_MSG_PUB.Add_Exc_Msg

1786: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1787:
1788: /* IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1789: THEN
1790: OE_MSG_PUB.Add_Exc_Msg
1791: ( G_PKG_NAME,
1792: 'Process_Freight_Choices');
1793: END IF; */
1794: