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 549: OE_MSG_PUB.Add;

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

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

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

Line 593: OE_MSG_PUB.Add_Exc_Msg

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

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

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

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

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

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

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

Line 838: OE_MSG_PUB.Add_Exc_Msg

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

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

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

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

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

Line 1238: OE_MSG_PUB.Add_Exc_Msg

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

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

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

Line 1789: OE_MSG_PUB.Add_Exc_Msg

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